mirror of
https://github.com/mempool/mempool.git
synced 2025-03-03 17:47:01 +01:00
Enable 'fr' locale for French
This commit is contained in:
parent
3f990ff706
commit
9148d30fcc
2 changed files with 5 additions and 1 deletions
|
@ -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/"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue