Skip to content

Instantly share code, notes, and snippets.

@dncrews
Last active August 29, 2015 14:01
Show Gist options
  • Save dncrews/072e02cb0ab1d4a49f76 to your computer and use it in GitHub Desktop.
Save dncrews/072e02cb0ab1d4a49f76 to your computer and use it in GitHub Desktop.
var euLocales = [
"de-at", //Austria
"fr-be", //Belgium (French)
"nl-be", //Belgium (Dutch)
"bg", //Bulgaria
"el-cy", //Cyprus
"cs", //Czech Republic
"da", //Denmark
"et", //Estonia
"fi", //Finland (Finnish)
"sv-fi", //Finland (Swedish)
"fr-fr", //France
"de-de", //Germany
"el", //Greece
"hu", //Hungary
"is", //Iceland
"en-ie", //Ireland (English)
"gd-ie", //Ireland (Gaelic)
"it-it", //Italy
"lv", //Latvia
"de-li", //Liechtenstein
"lt", //Lithuania
"de-lu", //Luxembourg (German)
"fr-lu", //Luxembourg (French)
"mt", //Malta
"fy-nl", //Netherlands (Frisian)
"nl-nl", //Netherlands (Dutch)
"no-no", //Norway
"pl", //Poland
"pt-pt", //Portugal
"ro", //Romania
"sk", //Slovakia
"sl", //Slovenia
"es-es", //Spain
"sv-se", //Sweden
"en-gb", //United Kingdom
"de-ch", //Switzerland (German)
"fr-ch", //Switzerland (French)
"it-ch" //Switzerland (Italian)
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment