aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-06-19 14:02:57 +0200
committerChocobozzz <me@florianbigard.com>2018-06-19 14:02:57 +0200
commit9c2e0dbfa9098675390e00ccb0fa49c51b3c6732 (patch)
treede2b894e0ba439bb012b895cc86d90b892eead7b /shared
parent3aa5cea8fec998805e32c0480884906d8e4fd490 (diff)
downloadPeerTube-9c2e0dbfa9098675390e00ccb0fa49c51b3c6732.tar.gz
PeerTube-9c2e0dbfa9098675390e00ccb0fa49c51b3c6732.tar.zst
PeerTube-9c2e0dbfa9098675390e00ccb0fa49c51b3c6732.zip
Update iso639 translations for french and deutch
Diffstat (limited to 'shared')
-rw-r--r--shared/models/i18n/i18n.ts2
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
3export const I18N_LOCALES = { 3export 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
8const I18N_LOCALE_ALIAS = { 8const I18N_LOCALE_ALIAS = {