diff options
author | Chocobozzz <me@florianbigard.com> | 2020-03-11 16:41:38 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-03-11 16:45:09 +0100 |
commit | 111fdc267b36201cf1be1fdf91017005102b4a5e (patch) | |
tree | 5ea98f766cc74de3434a855e998e763324e9da72 /client/src/app/menu/language-chooser.component.ts | |
parent | 764a965778ac89e027fd05dd35697c6763e0dc18 (diff) | |
download | PeerTube-111fdc267b36201cf1be1fdf91017005102b4a5e.tar.gz PeerTube-111fdc267b36201cf1be1fdf91017005102b4a5e.tar.zst PeerTube-111fdc267b36201cf1be1fdf91017005102b4a5e.zip |
Handle overview pagination in client
Diffstat (limited to 'client/src/app/menu/language-chooser.component.ts')
-rw-r--r-- | client/src/app/menu/language-chooser.component.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/menu/language-chooser.component.ts b/client/src/app/menu/language-chooser.component.ts index fb74cdf19..9bc934ad4 100644 --- a/client/src/app/menu/language-chooser.component.ts +++ b/client/src/app/menu/language-chooser.component.ts | |||
@@ -36,6 +36,7 @@ export class LanguageChooserComponent { | |||
36 | getCurrentLanguage () { | 36 | getCurrentLanguage () { |
37 | const english = 'English' | 37 | const english = 'English' |
38 | const locale = isOnDevLocale() ? getDevLocale() : getCompleteLocale(this.localeId) | 38 | const locale = isOnDevLocale() ? getDevLocale() : getCompleteLocale(this.localeId) |
39 | |||
39 | if (locale) return I18N_LOCALES[locale] || english | 40 | if (locale) return I18N_LOCALES[locale] || english |
40 | return english | 41 | return english |
41 | } | 42 | } |