2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-12 02:05:29 +00:00

Adds farsi locale support

This commit is contained in:
Oliver Walters
2022-04-19 17:48:49 +10:00
parent 87ce0d4464
commit c9ef687667
2 changed files with 4 additions and 2 deletions

View File

@ -75,7 +75,9 @@ class InvenTreeApp extends StatelessWidget {
const Locale("de", ""), // German
const Locale("el", ""), // Greek
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("he", ""), // Hebrew
const Locale("hu", ""), // Hungarian