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:
authorArsentiy Milchakov <milcars@mapswithme.com>2018-09-19 19:06:33 +0300
committerAleksey Belousov <beloal@users.noreply.github.com>2018-09-25 11:56:55 +0300
commitdbf2f9868cbd9b3fdee8948309410a56a66b1187 (patch)
tree79f8f8cdcf33cc41759aebd8a882f0468dbae764 /tools
parent57751bbf4e1bef731775a464a065b88aae712efc (diff)
[types_strings][android][search] types localization logic for search results is moved from core to android
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 cf5aa9744c..60b5b23645 100755
--- a/tools/unix/generate_localizations.sh
+++ b/tools/unix/generate_localizations.sh
@@ -5,7 +5,7 @@ OMIM_PATH="$(dirname "$0")/../.."
TWINE="$OMIM_PATH/tools/twine/twine"
MERGED_FILE="$(mktemp)"
-cat "$OMIM_PATH/strings.txt" "$OMIM_PATH/partners_strings.txt" "$OMIM_PATH/data/strings_types.txt" > "$MERGED_FILE"
+cat "$OMIM_PATH/strings.txt" "$OMIM_PATH/partners_strings.txt" "$OMIM_PATH/data/types_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.