2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-15 11:45:31 +00:00

Locale switch (#200)

* Add function to set app locale

* Setting for selecting app language

- Adds requirement for "flutter_localized_locales"
- Change main app to stateless

* Reload entire app tree when language is changed

* Update release notes

* linting
This commit is contained in:
Oliver
2022-08-02 15:54:59 +10:00
committed by GitHub
parent 19ff6eb526
commit 9559b8602e
7 changed files with 158 additions and 1 deletions

View File

@ -6,6 +6,7 @@
- Allow serial numbers to be specified when creating new stock items
- Allow serial numbers to be edited for existing stock items
- Allow app locale to be changed manually
### 0.8.1 - August 2022
---