From 84ee2669eb3d78ad7b42316bdb4861606c87dd7d Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Sun, 22 Aug 2021 21:09:56 +0200 Subject: [PATCH] [strings] Moved sound strings to data/strings for consistency Signed-off-by: Alexander Borsuk --- data/{ => strings}/sound.txt | 0 tools/unix/generate_localizations.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename data/{ => strings}/sound.txt (100%) diff --git a/data/sound.txt b/data/strings/sound.txt similarity index 100% rename from data/sound.txt rename to data/strings/sound.txt diff --git a/tools/unix/generate_localizations.sh b/tools/unix/generate_localizations.sh index cca9c5434f..d26ffe5592 100755 --- a/tools/unix/generate_localizations.sh +++ b/tools/unix/generate_localizations.sh @@ -55,6 +55,6 @@ $TWINE generate-all-localization-files --format apple "$MERGED_FILE" "$OMIM_PATH $TWINE generate-all-localization-files --format apple-plural "$MERGED_FILE" "$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/countries_names.txt" "$OMIM_PATH/data/countries-strings/" -$TWINE generate-all-localization-files --format jquery "$OMIM_PATH/data/sound.txt" "$OMIM_PATH/data/sound-strings/" +$TWINE generate-all-localization-files --format jquery "$OMIM_PATH/data/strings/sound.txt" "$OMIM_PATH/data/sound-strings/" rm $MERGED_FILE