mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-13 02:35:27 +00:00
Adds farsi locale support
This commit is contained in:
2
lib/l10n
2
lib/l10n
Submodule lib/l10n updated: 7cc9177c89...f4cb183197
@ -75,7 +75,9 @@ class InvenTreeApp extends StatelessWidget {
|
|||||||
const Locale("de", ""), // German
|
const Locale("de", ""), // German
|
||||||
const Locale("el", ""), // Greek
|
const Locale("el", ""), // Greek
|
||||||
const Locale("en", ""), // English
|
const Locale("en", ""), // English
|
||||||
const Locale("es", ""), // Spanish
|
const Locale("es-ES", ""), // Spanish
|
||||||
|
const Locale("es-MX", ""), // Spanish (mexican)
|
||||||
|
const Locale("fa", ""), // Farsi (Persian)
|
||||||
const Locale("fr", ""), // French
|
const Locale("fr", ""), // French
|
||||||
const Locale("he", ""), // Hebrew
|
const Locale("he", ""), // Hebrew
|
||||||
const Locale("hu", ""), // Hungarian
|
const Locale("hu", ""), // Hungarian
|
||||||
|
Reference in New Issue
Block a user