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.
2 parents faa6f86 + 47022ef commit e99df40Copy full SHA for e99df40
Code/skyrim_ui/src/app/transloco-root.module.ts
@@ -33,6 +33,8 @@ export class TranslocoHttpLoader implements TranslocoLoader {
33
{ id: 'zh-CN', label: '中文(中国)' },
34
{ id: 'nl', label: 'Nederlands' },
35
{ id: 'es', label: 'Español' },
36
+ { id: 'ko', label: '한국어' },
37
+ { id: 'tr', label: 'Türkçe' },
38
{ id: 'cs', label: 'Čeština' },
39
{ id: 'pl', label: 'Polski' },
40
{ id: 'overwrite', label: 'Custom' },
0 commit comments