From c0ffdd09582fa320446a12ada1d382fedcfcd82a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 16 Aug 2018 11:48:48 +0200 Subject: Fix dev locale --- client/src/app/shared/i18n/i18n-utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/shared') diff --git a/client/src/app/shared/i18n/i18n-utils.ts b/client/src/app/shared/i18n/i18n-utils.ts index 1838dc752..30d65a2a2 100644 --- a/client/src/app/shared/i18n/i18n-utils.ts +++ b/client/src/app/shared/i18n/i18n-utils.ts @@ -5,7 +5,7 @@ function isOnDevLocale () { } function getDevLocale () { - return 'fr' + return 'fr-FR' } export { -- cgit v1.2.3