mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-28 13:36:50 +00:00
commit
f34e9bb2aa
@ -11,6 +11,7 @@
|
|||||||
- Adds translation support for Hungarian
|
- Adds translation support for Hungarian
|
||||||
- Adds translation support for Indonesian
|
- Adds translation support for Indonesian
|
||||||
- Adds translation support for Portuguese
|
- Adds translation support for Portuguese
|
||||||
|
- Adds translation support for Farsi (Persian)
|
||||||
- Increased translation coverage
|
- Increased translation coverage
|
||||||
|
|
||||||
### 0.5.6 - January 2022
|
### 0.5.6 - January 2022
|
||||||
|
2
lib/l10n
2
lib/l10n
@ -1 +1 @@
|
|||||||
Subproject commit 7cc9177c89a4dbd122892b96bbd25f9e9125dfbf
|
Subproject commit f4cb183197069dbf166b453358771dffa36b40ed
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user