New version of tags.txt

This commit is contained in:
Loris Perret 2023-12-05 16:54:44 +01:00
parent 7d6bb4fcb9
commit 1a45ec7b0d
2 changed files with 23 additions and 17 deletions

View File

@ -1,7 +1,13 @@
[[ScreenTag]] [[ScreenTag]]
[screen_one] [screen_one]
ium = Ecran un path = ecran_un/
name = Ecran un
type = screen
tags = droid,ios tags = droid,ios
comments =
[screen_two] [screen_two]
ium = Ecran deux path = ecran_deux/
name = Ecran deux
type = event
tags = droid,ios tags = droid,ios
comments =

View File

@ -30,27 +30,27 @@ FORCE_FLAG="$1"
# --default-lang "en" \ # --default-lang "en" \
# --extension-output-path "./Twine/Generated" # --extension-output-path "./Twine/Generated"
echo "\n-------------------------\n" #echo "\n-------------------------\n"
# Strings # Strings
swift run -c release ResgenSwift strings stringium $FORCE_FLAG "./Strings/sampleStrings.txt" \ #swift run -c release ResgenSwift strings stringium $FORCE_FLAG "./Strings/sampleStrings.txt" \
--output-path "./Strings/Generated" \ # --output-path "./Strings/Generated" \
--langs "fr en en-us" \ # --langs "fr en en-us" \
--default-lang "en" \ # --default-lang "en" \
--extension-output-path "./Strings/Generated" \ # --extension-output-path "./Strings/Generated" \
--extension-name "String" \ # --extension-name "String" \
--extension-suffix "GenAllScript" # --extension-suffix "GenAllScript"
echo "\n-------------------------\n" echo "\n-------------------------\n"
## Tags ## Tags
#swift run -c release ResgenSwift strings tags $FORCE_FLAG "./Tags/sampleTags.txt" \ swift run -c release ResgenSwift strings tags $FORCE_FLAG "./Tags/sampleTags.txt" \
# --lang "ium" \ --target "matomo firebase" \
# --extension-output-path "./Tags/Generated" \ --extension-output-path "./Tags/Generated" \
# --extension-name "Tags" \ --extension-name "Tags" \
# --extension-suffix "GenAllScript" --extension-suffix "GenAllScript"
#
#echo "\n-------------------------\n" echo "\n-------------------------\n"
# #
## Images ## Images
#swift run -c release ResgenSwift images $FORCE_FLAG "./Images/sampleImages.txt" \ #swift run -c release ResgenSwift images $FORCE_FLAG "./Images/sampleImages.txt" \