Skip to content

Commit 47022ef

Browse files
authored
Update transloco-root.module.ts
1 parent faa6f86 commit 47022ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ export class TranslocoHttpLoader implements TranslocoLoader {
3333
{ id: 'zh-CN', label: '中文(中国)' },
3434
{ id: 'nl', label: 'Nederlands' },
3535
{ id: 'es', label: 'Español' },
36+
{ id: 'ko', label: '한국어' },
37+
{ id: 'tr', label: 'Türkçe' },
3638
{ id: 'cs', label: 'Čeština' },
3739
{ id: 'pl', label: 'Polski' },
3840
{ id: 'overwrite', label: 'Custom' },

0 commit comments

Comments
 (0)