We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79883fb commit 1dfa1a6Copy full SHA for 1dfa1a6
Code/skyrim_ui/src/app/transloco-root.module.ts
@@ -31,6 +31,7 @@ export class TranslocoHttpLoader implements TranslocoLoader {
31
{ id: 'ru', label: 'Русский' },
32
{ id: 'fr', label: 'Français' },
33
{ id: 'zh-CN', label: '中文(中国)' },
34
+ { id: 'ja', label: '日本語' },
35
{ id: 'nl', label: 'Nederlands' },
36
{ id: 'es', label: 'Español' },
37
{ id: 'cs', label: 'Čeština' },
0 commit comments