|
|
|
@ -1,8 +1,8 @@ |
|
|
|
|
#!/bin/bash |
|
|
|
|
|
|
|
|
|
# Important: make sure to run the script in the root folder of the repo: |
|
|
|
|
# ./scripts/renegerate-translations.sh |
|
|
|
|
# otherwise the script could delete the wrong folder |
|
|
|
|
# ./scripts/regenerate-translations.sh |
|
|
|
|
# otherwise the script could delete the wrong folder in rare cases |
|
|
|
|
|
|
|
|
|
echo "" |
|
|
|
|
|
|
|
|
@ -20,8 +20,8 @@ echo "" |
|
|
|
|
|
|
|
|
|
echo "" |
|
|
|
|
echo "Apply dart fixes to the newly generated files" |
|
|
|
|
dart fix --apply |
|
|
|
|
dart fix --apply ./lib/src/l10n/generated |
|
|
|
|
|
|
|
|
|
echo "" |
|
|
|
|
echo "Formate the newly generated dart files" |
|
|
|
|
dart format . |
|
|
|
|
dart format ./lib/src/l10n/generated |