Skip to content

Commit 7241f65

Browse files
committed
docs: update doc on localization
1 parent 81d7601 commit 7241f65

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

doc/Localization.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ String myString = local.myString;
1818
- The generated files are generated at [lib/l10n/gen_l10n](../src/app/lib/l10n/gen_l10n/) instead of the default location due to problems with the pipeline and artificial packages.
1919

2020
> 💡 Please note that to be able to access the strings, you need to run `flutter pub get` to generate them.
21+
22+
- After running the app for the first time, localization files should be created automatically, if not it might be necessary to run the command `flutter gen-l10n` to generate the localization files.

src/cli/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55

66
Prefix your items with `(Template)` if the change is about the template and not the resulting application.
77

8+
## 0.24.4
9+
- Fix commit validation after a merge.
10+
- Update localization documentation.
11+
812
## 0.24.3
913
- Update CLI documentation.
10-
- Fix commit validation after a merge.
1114

1215
## 0.24.2
1316
- General improvements, including sample documentation (see `src/cli/example/README.md`).

0 commit comments

Comments
 (0)