diff options
Diffstat (limited to 'client/src/app/shared/i18n')
-rw-r--r-- | client/src/app/shared/i18n/i18n-utils.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { | |||
5 | } | 5 | } |
6 | 6 | ||
7 | function getDevLocale () { | 7 | function getDevLocale () { |
8 | return 'fr' | 8 | return 'fr-FR' |
9 | } | 9 | } |
10 | 10 | ||
11 | export { | 11 | export { |