mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Add support for new locales
This commit is contained in:
parent
0e45148a70
commit
9121c11e9f
3 changed files with 8 additions and 2 deletions
2
lib/l10n
2
lib/l10n
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue