From 9c2e0dbfa9098675390e00ccb0fa49c51b3c6732 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 19 Jun 2018 14:02:57 +0200 Subject: Update iso639 translations for french and deutch --- shared/models/i18n/i18n.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared') 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' ] export const I18N_LOCALES = { 'en-US': 'English (US)', - 'fr-FR': 'French (France)' + 'fr-FR': 'Français (France)' } const I18N_LOCALE_ALIAS = { -- cgit v1.2.3