diff options
Diffstat (limited to 'client/src/app/menu')
-rw-r--r-- | client/src/app/menu/language-chooser.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/menu/language-chooser.component.ts b/client/src/app/menu/language-chooser.component.ts index dd4b35f5e..c9b775921 100644 --- a/client/src/app/menu/language-chooser.component.ts +++ b/client/src/app/menu/language-chooser.component.ts | |||
@@ -20,7 +20,7 @@ export class LanguageChooserComponent { | |||
20 | @Inject(LOCALE_ID) private localeId: string | 20 | @Inject(LOCALE_ID) private localeId: string |
21 | ) { | 21 | ) { |
22 | const l = Object.keys(I18N_LOCALES) | 22 | const l = Object.keys(I18N_LOCALES) |
23 | .map(k => ({ id: k, label: I18N_LOCALES[k] , iso: getShortLocale(k)})) | 23 | .map(k => ({ id: k, label: I18N_LOCALES[k] , iso: getShortLocale(k) })) |
24 | 24 | ||
25 | this.languages = sortBy(l, 'label') | 25 | this.languages = sortBy(l, 'label') |
26 | } | 26 | } |