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:
@ -11,8 +11,10 @@ cd "$(dirname "$0")"
|
|||||||
cd ../../../appflowy_flutter
|
cd ../../../appflowy_flutter
|
||||||
|
|
||||||
# copy the resources/translations folder to
|
# copy the resources/translations folder to
|
||||||
# the appflowy_flutter/assets/translation directory
|
# the appflowy_flutter/assets/translation directory
|
||||||
cp -rf ../resources/translations/ assets/translations/
|
rm -rf assets/translations/
|
||||||
|
mkdir -p assets/translations/
|
||||||
|
cp -f ../resources/translations/*.json assets/translations/
|
||||||
|
|
||||||
flutter packages pub get
|
flutter packages pub get
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user