2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-14 19:25:27 +00:00

Merge pull request #103 from inventree/brazilian

Support pt-BR (brazilian portuguese)
This commit is contained in:
Oliver
2022-04-26 19:25:30 +10:00
committed by GitHub
3 changed files with 3 additions and 1 deletions

View File

@ -13,6 +13,7 @@
- Adds translation support for Hungarian
- Adds translation support for Indonesian
- Adds translation support for Portuguese
- Adds translation support for Portuguese (Brazilian)
- Increased translation coverage
### 0.5.6 - January 2022

View File

@ -90,6 +90,7 @@ class InvenTreeApp extends StatelessWidget {
const Locale("no", ""), // Norwegian
const Locale("pl", ""), // Polish
const Locale("pt", ""), // Portuguese
const Locale("pt-BR", ""),
const Locale("ru", ""), // Russian
const Locale("sv", ""), // Swedish
const Locale("th", ""), // Thai