mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 00:34:28 +08:00
feat(locale): add French translation
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import de from './de.json';
|
||||
import en from './en.json';
|
||||
import es from './es.json';
|
||||
import fr from './fr.json';
|
||||
import it from './it.json';
|
||||
import ja from './ja.json';
|
||||
import nl from './nl.json';
|
||||
@@ -51,6 +52,13 @@ export const ALL_LANGUAGES: Record<string, LanguageInfo> = {
|
||||
textDirection: 'ltr',
|
||||
content: es
|
||||
},
|
||||
'fr': {
|
||||
name: "French",
|
||||
displayName: "Français",
|
||||
alternativeLanguageTag: "fr-FR",
|
||||
textDirection: "ltr",
|
||||
content: fr,
|
||||
},
|
||||
'it': {
|
||||
name: 'Italian',
|
||||
displayName: 'Italiano',
|
||||
|
||||
Reference in New Issue
Block a user