File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ 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
12
import ru from "./locales/ru.json" ;
13
+ import se from "./locales/se.json" ;
13
14
14
15
export const locales = {
15
16
en,
@@ -23,7 +24,8 @@ export const locales = {
23
24
sr,
24
25
sr_cyr,
25
26
ja,
26
- ru
27
+ ru,
28
+ se
27
29
} ;
28
30
29
31
export type AvailableLanguages = keyof typeof locales ;
Original file line number Diff line number Diff line change
1
+ {
2
+ "documentNavInfo" : " Dokument {{ currentFileNo }} av {{ allFilesCount }}" ,
3
+ "noRendererMessage" : " Ingen renderare för filtypen: {{{ fileType }}}" ,
4
+ "downloadButtonLabel" : " Ladda ner" ,
5
+ "brokenFile" : " Filen är trasig. Var vänlig kontrollera den på din maskin." ,
6
+ "msgPluginRecipients" : " Mottagare" ,
7
+ "msgPluginSender" : " Avsändare" ,
8
+ "pdfPluginLoading" : " Laddar..." ,
9
+ "pdfPluginPageNumber" : " Sida {{ currentPage }}/{{ allPagesCount }}"
10
+ }
You can’t perform that action at this time.
0 commit comments