mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Add language support for Czech
This commit is contained in:
parent
f34e9bb2aa
commit
4ca950a4c5
2 changed files with 3 additions and 1 deletions
|
|
@ -72,6 +72,7 @@ class InvenTreeApp extends StatelessWidget {
|
|||
GlobalCupertinoLocalizations.delegate,
|
||||
],
|
||||
supportedLocales: [
|
||||
const Locale("cs", ""), // Czech
|
||||
const Locale("de", ""), // German
|
||||
const Locale("el", ""), // Greek
|
||||
const Locale("en", ""), // English
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue