Skip to content

Commit 4ea8444

Browse files
authored
Merge pull request #196 from gloribus/Connection-of-the-RU-language
Connection of the ru language
2 parents 488a02d + 0525b31 commit 4ea8444

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/i18n.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import ar from "./locales/ar.json";
99
import sr from "./locales/sr.json";
1010
import sr_cyr from "./locales/sr_cyr.json";
1111
import ja from "./locales/ja.json";
12+
import ru from "./locales/ru.json";
1213

1314
export const locales = {
1415
en,
@@ -22,6 +23,7 @@ export const locales = {
2223
sr,
2324
sr_cyr,
2425
ja,
26+
ru
2527
};
2628

2729
export type AvailableLanguages = keyof typeof locales;

src/locales/ru.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"documentNavInfo": "Документ {{ currentFileNo }} of {{ allFilesCount }}",
2+
"documentNavInfo": "Документ {{ currentFileNo }} из {{ allFilesCount }}",
33
"noRendererMessage": "Данный тип файла не поддерживается рендером: {{{ fileType }}}",
44
"downloadButtonLabel": "Скачать файл",
55
"brokenFile": "Ваш файл сломан. Пожалуйста, проверьте его на своём комьютере.",

0 commit comments

Comments
 (0)