From 9148d30fccd9a00a14794a9d8c2f31218e750b6c Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 2 Dec 2020 20:29:11 +0900 Subject: [PATCH] Enable 'fr' locale for French --- frontend/angular.json | 4 ++++ frontend/src/app/app.constants.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/angular.json b/frontend/angular.json index 0cb9e4539..04f828c65 100644 --- a/frontend/angular.json +++ b/frontend/angular.json @@ -35,6 +35,10 @@ "translation": "src/locale/messages.fa.xlf", "baseHref": "/fa/" }, + "fr": { + "translation": "src/locale/messages.fr.xlf", + "baseHref": "/fr/" + }, "ja": { "translation": "src/locale/messages.ja.xlf", "baseHref": "/ja/" diff --git a/frontend/src/app/app.constants.ts b/frontend/src/app/app.constants.ts index 5c6919ec0..9ecf6b45a 100644 --- a/frontend/src/app/app.constants.ts +++ b/frontend/src/app/app.constants.ts @@ -79,7 +79,7 @@ export const languages: Language[] = [ // { code: 'eo', name: 'Esperanto' }, // Esperanto // { code: 'eu', name: 'Euskara' }, // Basque { code: 'fa', name: 'فارسی' }, // Persian -// { code: 'fr', name: 'Français' }, // French + { code: 'fr', name: 'Français' }, // French // { code: 'gl', name: 'Galego' }, // Galician // { code: 'ko', name: '한국어' }, // Korean // { code: 'hr', name: 'Hrvatski' }, // Croatian