Skip to content

Commit

Permalink
Add archive link
Browse files Browse the repository at this point in the history
  • Loading branch information
NtsDK committed Sep 25, 2022
1 parent 56f3806 commit 4c9012c
Show file tree
Hide file tree
Showing 5 changed files with 120 additions and 1 deletion.
108 changes: 108 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"web-vitals": "^2.1.4"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
Expand Down Expand Up @@ -71,6 +72,7 @@
},
"devDependencies": {
"@types/react-document-title": "^2.0.5",
"react-snap": "^1.23.0"
"react-snap": "^1.23.0",
"source-map-explorer": "^2.5.2"
}
}
2 changes: 2 additions & 0 deletions src/i18nResources/enTranslation/about.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ export const about = {
'flagicons-mention': 'Project uses flag icons from flagicons.lipis.dev.',

'links': 'Links',
'charsheet-archive': 'Character sheet archive for offline mode',
'developer-site': 'Developer website',
'vk-group': 'Project group in Vkontakte',
'tg-channel': 'Project channel in Telegram',
'tg-chat': 'Project chat in Telegram',
'project-source': 'Project source code',

'studio-101': 'Publisher and translator of role-playing games Studio 101, rulebooks on paper in Russian on sale',
'rpgbook': 'Webstore stanciya «Rolevaya», e-rulebooks in Russian on sale',
'onyxpath': 'Publisher and developer of role-playing games Onyx Path Publishing',
Expand Down
2 changes: 2 additions & 0 deletions src/i18nResources/ruTranslation/about.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ export const about = {
'flagicons-mention': 'В проекте используются флаги с сайта flagicons.lipis.dev.',

'links': 'Ссылки',
'charsheet-archive': 'Архив с листом персонажа для оффлайн режима',
'developer-site': 'Сайт разработчика',
'vk-group': 'Группа проекта вконтакте',
'tg-channel': 'Канал проекта в телеграмме',
'tg-chat': 'Чат проекта в телеграмме',
'project-source': 'Исходный код проекта',

'studio-101': 'Издатель и переводчик ролевых игр Студия 101, в продаже есть книги правил на бумаге на русском языке',
'rpgbook': 'Онлайн магазин станция «Ролевая», в продаже есть книги правил в электронной форме на русском языке',
'onyxpath': 'Издатель и разработчик ролевых игр Onyx Path Publishing',
Expand Down
5 changes: 5 additions & 0 deletions src/ui/AboutPage/AboutPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ export function AboutPage(props: AboutPageProps) {
{t('about.links')}
</h2>
<UnorderedList>
<li>
<ExternalLink href="http://trechkalov.com/archives/wod_character_sheet_ru_en_0.3.0.zip">
{t('about.charsheet-archive')}
</ExternalLink>
</li>
<li>
<ExternalLink href="http://trechkalov.com">
{t('about.developer-site')}
Expand Down

0 comments on commit 4c9012c

Please sign in to comment.