2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-13 02:35:27 +00:00

Merge pull request #97 from inventree/farsi

Farsi
This commit is contained in:
Oliver
2022-04-19 18:02:05 +10:00
committed by GitHub
3 changed files with 5 additions and 2 deletions

View File

@ -11,6 +11,7 @@
- Adds translation support for Hungarian
- Adds translation support for Indonesian
- Adds translation support for Portuguese
- Adds translation support for Farsi (Persian)
- Increased translation coverage
### 0.5.6 - January 2022

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