2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-05-12 04:03:01 +00:00

Add support for new locales

This commit is contained in:
Oliver Walters 2022-04-02 14:01:44 +11:00
parent 0e45148a70
commit 9121c11e9f
3 changed files with 8 additions and 2 deletions

@ -7,7 +7,10 @@
- Enables printing of stock item labels
- Allow users to manually delete stock items
- Multiple bug fixes for form entry
- Updated translations
- Adds translation support for Hungarian
- Adds translation support for Indonesian
- Adds translation support for Portuguese
- Increased translation coverage
### 0.5.6 - January 2022
---

@ -1 +1 @@
Subproject commit bc771172f00c9c32cde0df6e20541f140eb651e9
Subproject commit 5d2c2ce31b308b30b910ea5e40fbacf988c839af

@ -78,12 +78,15 @@ class InvenTreeApp extends StatelessWidget {
const Locale("es", ""), // Spanish
const Locale("fr", ""), // French
const Locale("he", ""), // Hebrew
const Locale("hu", ""), // Hungarian
const Locale("id", ""), // Indonesian
const Locale("it", ""), // Italian
const Locale("ja", ""), // Japanese
const Locale("ko", ""), // Korean
const Locale("nl", ""), // Dutch
const Locale("no", ""), // Norwegian
const Locale("pl", ""), // Polish
const Locale("pt", ""), // Portuguese
const Locale("ru", ""), // Russian
const Locale("sv", ""), // Swedish
const Locale("th", ""), // Thai