mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: move translation jsons to right folder (#3050)
This commit is contained in:
parent
70963a55f1
commit
5e2ed56f5b
@ -11,8 +11,10 @@ cd "$(dirname "$0")"
|
||||
cd ../../../appflowy_flutter
|
||||
|
||||
# copy the resources/translations folder to
|
||||
# the appflowy_flutter/assets/translation directory
|
||||
cp -rf ../resources/translations/ assets/translations/
|
||||
# the appflowy_flutter/assets/translation directory
|
||||
rm -rf assets/translations/
|
||||
mkdir -p assets/translations/
|
||||
cp -f ../resources/translations/*.json assets/translations/
|
||||
|
||||
flutter packages pub get
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user