Skip to content

Commit 8f2b209

Browse files
committed
add 'Update translation' section in README.md
1 parent e9e7944 commit 8f2b209

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,12 @@ Help [translate SMASH on Hosted Weblate](https://hosted.weblate.org/engage/smash
88
[![Translation status](https://hosted.weblate.org/widgets/smash/-/multi-auto.svg)](https://hosted.weblate.org/engage/smash/?utm_source=widget)
99

1010
You can always add other lanuages.
11+
12+
Update translation:
13+
14+
```sh
15+
# To solve Weblate duplicated translation issue
16+
echo '{}' > lib/l10n/intl_nb.arb
17+
flutter pub get
18+
flutter gen-l10n
19+
```

0 commit comments

Comments
 (0)