Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(688)

Unified Diff: scripts/newbitmaps/images/make_yaml_from_hwids

Issue 6878074: Adding bitmaps that can't be generated by ImageMagick (Closed) Base URL: ssh://gitrw.chromium.org:9222/vboot_reference.git@master
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/newbitmaps/images/make_yaml_from_hwids
diff --git a/scripts/newbitmaps/images/make_yaml_from_hwids b/scripts/newbitmaps/images/make_yaml_from_hwids
index 7e7da3f17231422fdb102898ff7b4ac4e04389da..66577d4c82dcce9094a541c87945ae2428f014ba 100755
--- a/scripts/newbitmaps/images/make_yaml_from_hwids
+++ b/scripts/newbitmaps/images/make_yaml_from_hwids
@@ -6,8 +6,9 @@
# Generate a new yaml file for each specified hwid_*.bmp file.
#
-# Do initial release locales only, 'cause I'm in a hurry. GB == US.
-locales="en es fr it nl de"
+# I'm sorting the locales in more-or-less geographical order. Right should move
+# east, left should move west. Of course we'll start in the US. :-)
+locales="en es_419 pt_BR en_GB fr es pt_PT ca it de el nl da no sv fi et lv lt ru pl cs sk hu sl sr hr bg ro uk tr iw ar fa hi th vi id fil zh_CN zh_TW ko ja"
localedir="./localized_bitmaps"
# Arbitrary padding

Powered by Google App Engine
This is Rietveld 408576698