diff --git a/assets/release_notes.md b/assets/release_notes.md index b0f82d12..09e27b6f 100644 --- a/assets/release_notes.md +++ b/assets/release_notes.md @@ -7,7 +7,10 @@ - Enables printing of stock item labels - Allow users to manually delete stock items - Multiple bug fixes for form entry -- Updated translations +- Adds translation support for Hungarian +- Adds translation support for Indonesian +- Adds translation support for Portuguese +- Increased translation coverage ### 0.5.6 - January 2022 --- diff --git a/lib/l10n b/lib/l10n index bc771172..5d2c2ce3 160000 --- a/lib/l10n +++ b/lib/l10n @@ -1 +1 @@ -Subproject commit bc771172f00c9c32cde0df6e20541f140eb651e9 +Subproject commit 5d2c2ce31b308b30b910ea5e40fbacf988c839af diff --git a/lib/main.dart b/lib/main.dart index cd881364..372eed2c 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -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