Skip to content

Commit

Permalink
Merge pull request #196 from gloribus/Connection-of-the-RU-language
Browse files Browse the repository at this point in the history
Connection of the ru language
  • Loading branch information
cyntler authored Nov 5, 2023
2 parents 488a02d + 0525b31 commit 4ea8444
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import ar from "./locales/ar.json";
import sr from "./locales/sr.json";
import sr_cyr from "./locales/sr_cyr.json";
import ja from "./locales/ja.json";
import ru from "./locales/ru.json";

export const locales = {
en,
Expand All @@ -22,6 +23,7 @@ export const locales = {
sr,
sr_cyr,
ja,
ru
};

export type AvailableLanguages = keyof typeof locales;
Expand Down
2 changes: 1 addition & 1 deletion src/locales/ru.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"documentNavInfo": "Документ {{ currentFileNo }} of {{ allFilesCount }}",
"documentNavInfo": "Документ {{ currentFileNo }} из {{ allFilesCount }}",
"noRendererMessage": "Данный тип файла не поддерживается рендером: {{{ fileType }}}",
"downloadButtonLabel": "Скачать файл",
"brokenFile": "Ваш файл сломан. Пожалуйста, проверьте его на своём комьютере.",
Expand Down

0 comments on commit 4ea8444

Please sign in to comment.