mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Merge pull request #99 from inventree/czech
Add language support for Czech
This commit is contained in:
commit
b73b5513b0
2 changed files with 3 additions and 1 deletions
|
|
@ -8,10 +8,11 @@
|
||||||
- Allow users to manually delete stock items
|
- Allow users to manually delete stock items
|
||||||
- Adds option to enable or disable strict HTTPs certificate checks
|
- Adds option to enable or disable strict HTTPs certificate checks
|
||||||
- Multiple bug fixes for form entry
|
- Multiple bug fixes for form entry
|
||||||
|
- Adds translation support for Czech
|
||||||
|
- Adds translation support for Farsi (Persian)
|
||||||
- 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
|
||||||
|
|
|
||||||
|
|
@ -72,6 +72,7 @@ class InvenTreeApp extends StatelessWidget {
|
||||||
GlobalCupertinoLocalizations.delegate,
|
GlobalCupertinoLocalizations.delegate,
|
||||||
],
|
],
|
||||||
supportedLocales: [
|
supportedLocales: [
|
||||||
|
const Locale("cs", ""), // Czech
|
||||||
const Locale("de", ""), // German
|
const Locale("de", ""), // German
|
||||||
const Locale("el", ""), // Greek
|
const Locale("el", ""), // Greek
|
||||||
const Locale("en", ""), // English
|
const Locale("en", ""), // English
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue