Skip to content

Commit

Permalink
Merge pull request #672 from tiltedphoques/tweak/update-translation
Browse files Browse the repository at this point in the history
Update transloco-root.module.ts
  • Loading branch information
RobbeBryssinck authored May 9, 2024
2 parents faa6f86 + 47022ef commit e99df40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Code/skyrim_ui/src/app/transloco-root.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ export class TranslocoHttpLoader implements TranslocoLoader {
{ id: 'zh-CN', label: '中文(中国)' },
{ id: 'nl', label: 'Nederlands' },
{ id: 'es', label: 'Español' },
{ id: 'ko', label: '한국어' },
{ id: 'tr', label: 'Türkçe' },
{ id: 'cs', label: 'Čeština' },
{ id: 'pl', label: 'Polski' },
{ id: 'overwrite', label: 'Custom' },
Expand Down

0 comments on commit e99df40

Please sign in to comment.