mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
Add GOOGLE_PRODUCT_SEARCH_COUNTRY_TLD
This commit is contained in:
parent
491e164f6b
commit
13b0b2a8e8
|
@ -74,6 +74,7 @@ public final class LocaleManager {
|
|||
GOOGLE_COUNTRY_TLD.put("CH", "ch"); // SWITZERLAND
|
||||
GOOGLE_COUNTRY_TLD.put(Locale.TAIWAN.getCountry(), "tw");
|
||||
GOOGLE_COUNTRY_TLD.put("TR", "com.tr"); // TURKEY
|
||||
GOOGLE_COUNTRY_TLD.put("UA", "com.ua"); // UKRAINE
|
||||
GOOGLE_COUNTRY_TLD.put(Locale.UK.getCountry(), "co.uk");
|
||||
GOOGLE_COUNTRY_TLD.put(Locale.US.getCountry(), "com");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue