mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Merge pull request #103 from inventree/brazilian
Support pt-BR (brazilian portuguese)
This commit is contained in:
commit
f76b1b3156
3 changed files with 3 additions and 1 deletions
|
|
@ -13,6 +13,7 @@
|
||||||
- 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 Portuguese (Brazilian)
|
||||||
- Increased translation coverage
|
- Increased translation coverage
|
||||||
|
|
||||||
### 0.5.6 - January 2022
|
### 0.5.6 - January 2022
|
||||||
|
|
|
||||||
2
lib/l10n
2
lib/l10n
|
|
@ -1 +1 @@
|
||||||
Subproject commit cab0624b64c1b5926bd7188b4ae8381f1181842d
|
Subproject commit 870ac7ca57872e638b56aa0215ebc85c698c6dca
|
||||||
|
|
@ -90,6 +90,7 @@ class InvenTreeApp extends StatelessWidget {
|
||||||
const Locale("no", ""), // Norwegian
|
const Locale("no", ""), // Norwegian
|
||||||
const Locale("pl", ""), // Polish
|
const Locale("pl", ""), // Polish
|
||||||
const Locale("pt", ""), // Portuguese
|
const Locale("pt", ""), // Portuguese
|
||||||
|
const Locale("pt-BR", ""),
|
||||||
const Locale("ru", ""), // Russian
|
const Locale("ru", ""), // Russian
|
||||||
const Locale("sv", ""), // Swedish
|
const Locale("sv", ""), // Swedish
|
||||||
const Locale("th", ""), // Thai
|
const Locale("th", ""), // Thai
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue