We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e7944 commit 8f2b209Copy full SHA for 8f2b209
README.md
@@ -8,3 +8,12 @@ Help [translate SMASH on Hosted Weblate](https://hosted.weblate.org/engage/smash
8
[](https://hosted.weblate.org/engage/smash/?utm_source=widget)
9
10
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