Add GOOGLE_PRODUCT_SEARCH_COUNTRY_TLD

This commit is contained in:
Olexandr Nesterenko 2015-04-02 10:31:58 +03:00
parent 491e164f6b
commit 13b0b2a8e8

View file

@ -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");
}