File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import ar from "./locales/ar.json";
9
9
import sr from "./locales/sr.json" ;
10
10
import sr_cyr from "./locales/sr_cyr.json" ;
11
11
import ja from "./locales/ja.json" ;
12
+ import ru from "./locales/ru.json" ;
12
13
13
14
export const locales = {
14
15
en,
@@ -22,6 +23,7 @@ export const locales = {
22
23
sr,
23
24
sr_cyr,
24
25
ja,
26
+ ru
25
27
} ;
26
28
27
29
export type AvailableLanguages = keyof typeof locales ;
Original file line number Diff line number Diff line change 1
1
{
2
- "documentNavInfo" : " Документ {{ currentFileNo }} of {{ allFilesCount }}" ,
2
+ "documentNavInfo" : " Документ {{ currentFileNo }} из {{ allFilesCount }}" ,
3
3
"noRendererMessage" : " Данный тип файла не поддерживается рендером: {{{ fileType }}}" ,
4
4
"downloadButtonLabel" : " Скачать файл" ,
5
5
"brokenFile" : " Ваш файл сломан. Пожалуйста, проверьте его на своём комьютере." ,
You can’t perform that action at this time.
0 commit comments