diff options
author | Chocobozzz <me@florianbigard.com> | 2018-06-19 14:02:57 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-06-19 14:02:57 +0200 |
commit | 9c2e0dbfa9098675390e00ccb0fa49c51b3c6732 (patch) | |
tree | de2b894e0ba439bb012b895cc86d90b892eead7b /shared/models | |
parent | 3aa5cea8fec998805e32c0480884906d8e4fd490 (diff) | |
download | PeerTube-9c2e0dbfa9098675390e00ccb0fa49c51b3c6732.tar.gz PeerTube-9c2e0dbfa9098675390e00ccb0fa49c51b3c6732.tar.zst PeerTube-9c2e0dbfa9098675390e00ccb0fa49c51b3c6732.zip |
Update iso639 translations for french and deutch
Diffstat (limited to 'shared/models')
-rw-r--r-- | shared/models/i18n/i18n.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/models/i18n/i18n.ts b/shared/models/i18n/i18n.ts index e0e5982f9..e2b440900 100644 --- a/shared/models/i18n/i18n.ts +++ b/shared/models/i18n/i18n.ts | |||
@@ -2,7 +2,7 @@ export const LOCALE_FILES = [ 'player', 'server' ] | |||
2 | 2 | ||
3 | export const I18N_LOCALES = { | 3 | export const I18N_LOCALES = { |
4 | 'en-US': 'English (US)', | 4 | 'en-US': 'English (US)', |
5 | 'fr-FR': 'French (France)' | 5 | 'fr-FR': 'Français (France)' |
6 | } | 6 | } |
7 | 7 | ||
8 | const I18N_LOCALE_ALIAS = { | 8 | const I18N_LOCALE_ALIAS = { |