From bd75bc8af6a17e1934b76ca92f58001d7b587c6b Mon Sep 17 00:00:00 2001 From: greshilov Date: Tue, 10 Apr 2018 00:08:21 +0300 Subject: [twine] Add first plurals --- tools/unix/generate_localizations.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/unix/generate_localizations.sh b/tools/unix/generate_localizations.sh index 44acf2bb76..9b574cb82b 100755 --- a/tools/unix/generate_localizations.sh +++ b/tools/unix/generate_localizations.sh @@ -8,6 +8,7 @@ TWINE="$OMIM_PATH/tools/twine/twine" # TODO: Add validate-strings-file call to check for duplicates (and avoid Android build errors) when tags are properly set. $TWINE generate-all-localization-files --include translated --format android "$OMIM_PATH/strings.txt" "$OMIM_PATH/android/res/" $TWINE generate-all-localization-files --format apple "$OMIM_PATH/strings.txt" "$OMIM_PATH/iphone/Maps/LocalizedStrings/" +$TWINE generate-all-localization-files --format apple-plural "$OMIM_PATH/strings.txt" "$OMIM_PATH/iphone/Maps/LocalizedStrings/" $TWINE generate-all-localization-files --format apple --file-name InfoPlist.strings "$OMIM_PATH/iphone/plist.txt" "$OMIM_PATH/iphone/Maps/LocalizedStrings/" $TWINE generate-all-localization-files --format jquery "$OMIM_PATH/data/cuisines.txt" "$OMIM_PATH/data/cuisine-strings/" $TWINE generate-all-localization-files --format jquery "$OMIM_PATH/data/countries_names.txt" "$OMIM_PATH/data/countries-strings/" -- cgit v1.2.3