Skip to content

Commit 1dfa1a6

Browse files
authored
Update transloco-root.module.ts to include Japanese.
- Added line: { id: 'ja', label: '日本語' },
1 parent 79883fb commit 1dfa1a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Code/skyrim_ui/src/app/transloco-root.module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export class TranslocoHttpLoader implements TranslocoLoader {
3131
{ id: 'ru', label: 'Русский' },
3232
{ id: 'fr', label: 'Français' },
3333
{ id: 'zh-CN', label: '中文(中国)' },
34+
{ id: 'ja', label: '日本語' },
3435
{ id: 'nl', label: 'Nederlands' },
3536
{ id: 'es', label: 'Español' },
3637
{ id: 'cs', label: 'Čeština' },

0 commit comments

Comments
 (0)