Remove dummy strings.

This commit is contained in:
vng 2013-08-26 20:39:27 +03:00 committed by Alex Zolotarev
parent 6481086151
commit 1298fd6203
3 changed files with 6 additions and 12 deletions

View file

@ -315,8 +315,4 @@
<string name="info">Show More Info</string>
<!-- Used for bookmark editing -->
<string name="done">Done</string>
<!-- Title for "Guide available" notification -->
<string name="noti_guide_title">%1$s available</string>
<!-- Content for "Guide available" notification -->
<string name="noti_guide_content">Get free travel guide on %1$s</string>
</resources>

View file

@ -2596,11 +2596,3 @@
zh-Hant = 完成
it = Fine
ko = 완료
[noti_guide_title]
en = %1$@ available
tags = android
comment = Title for "Guide available" notification
[noti_guide_content]
en = Get free travel guide on %1$@
tags = android
comment = Content for "Guide available" notification

View file

@ -5,3 +5,9 @@ set -e -u -x
# TODO: Add "--untagged --tags android" when tags are properly set.
./tools/twine/twine generate-all-string-files ./strings.txt ./android/res/
./tools/twine/twine generate-all-string-files ./strings.txt ./iphone/Maps/
# Delete dummy string files
rm ./android/res/values-sw600dp/strings.xml
rm ./android/res/values-sw720dp-land/strings.xml
rm ./android/res/values-sw720dp/strings.xml
rm ./android/res/values-v11/strings.xml