2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-12 02:05:29 +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

View File

@ -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