Translation fix (#424)

* Fix locale header

- Moving to new framework meant that Intl.getCurrentLocale was no longer working

* Update release notes

* Fix typo in pubspec.yaml

* Clear cached values when locale is changed

* Add extra context check
This commit is contained in:
Oliver 2023-09-20 08:37:48 +10:00 committed by GitHub
parent dd12769a51
commit 6520873384
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 46 additions and 10 deletions

View file

@ -2,6 +2,7 @@
---
- Added extra options for transferring stock items
- Fixes bug where API data was not fetched with correct locale
### 0.12.7 - August 2023
---