Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authortatiana-yan <tatiana.kondakova@gmail.com>2018-11-19 15:33:11 +0300
committermpimenov <mpimenov@users.noreply.github.com>2018-12-06 15:04:16 +0300
commit8cd6b87215ab268bfecfd924e634f80a22c5a243 (patch)
treea5f38e5fb6b8c4c90c603c7e6715764e2ab30acd /tools
parent9e40b3afecfa039a16eb7b311f5b8289d8ac5509 (diff)
[strings] Strings for brands.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/unix/generate_localizations.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/unix/generate_localizations.sh b/tools/unix/generate_localizations.sh
index 97f537dc6b..a80d1a2e72 100755
--- a/tools/unix/generate_localizations.sh
+++ b/tools/unix/generate_localizations.sh
@@ -6,7 +6,7 @@ TWINE="$OMIM_PATH/tools/twine/twine"
STRINGS_PATH="$OMIM_PATH/data/strings"
MERGED_FILE="$(mktemp)"
-cat "$STRINGS_PATH/strings.txt" "$STRINGS_PATH/partners_strings.txt" "$STRINGS_PATH/types_strings.txt" > "$MERGED_FILE"
+cat "$STRINGS_PATH"/{strings,partners_strings,types_strings,brands_strings}.txt> "$MERGED_FILE"
# TODO: Add "--untagged --tags android" when tags are properly set.
# TODO: Add validate-strings-file call to check for duplicates (and avoid Android build errors) when tags are properly set.