Skip to content

Commit e99df40

Browse files
Merge pull request #672 from tiltedphoques/tweak/update-translation
Update transloco-root.module.ts
2 parents faa6f86 + 47022ef commit e99df40

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)