mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
Added Windows script for langage generation (#212)
This commit is contained in:
parent
4fd9388b79
commit
b239f28d10
4
frontend/scripts/generate_language_files.cmd
Normal file
4
frontend/scripts/generate_language_files.cmd
Normal file
@ -0,0 +1,4 @@
|
||||
echo 'Generating language files'
|
||||
cd app_flowy
|
||||
|
||||
flutter pub run easy_localization:generate -S assets/translations/ && flutter pub run easy_localization:generate -f keys -o locale_keys.g.dart -S assets/translations/
|
Loading…
Reference in New Issue
Block a user