Files
nvidia-stock-bot/app/localization.json

105 lines
1.9 KiB
JSON

[
{
"country": "United Kingdom",
"country_code": "GB",
"language_code": "en-GB",
"currency": "£"
},
{
"country": "United States",
"country_code": "US",
"language_code": "en-US",
"currency": "$"
},
{
"country": "Canada",
"country_code": "CA",
"language_code": "en-CA",
"currency": "$"
},
{
"country": "Belgium",
"country_code": "BE",
"language_code": "nl-BE",
"currency": "€"
},
{
"country": "Netherlands",
"country_code": "NL",
"language_code": "nl-NL",
"currency": "€"
},
{
"country": "Denmark",
"country_code": "DK",
"language_code": "da-DK",
"currency": "kr"
},
{
"country": "Germany",
"country_code": "DE",
"language_code": "de-DE",
"currency": "€"
},
{
"country": "Spain",
"country_code": "ES",
"language_code": "es-ES",
"currency": "€"
},
{
"country": "France",
"country_code": "FR",
"language_code": "fr-FR",
"currency": "€"
},
{
"country": "Italy",
"country_code": "IT",
"language_code": "it-IT",
"currency": "€"
},
{
"country": "Norway",
"country_code": "NO",
"language_code": "nb-NO",
"currency": "kr"
},
{
"country": "Austria",
"country_code": "AT",
"language_code": "de-AT",
"currency": "€"
},
{
"country": "Poland",
"country_code": "PL",
"language_code": "pl-PL",
"currency": "zł"
},
{
"country": "Finland",
"country_code": "FI",
"language_code": "fi-FI",
"currency": "€"
},
{
"country": "Sweden",
"country_code": "SE",
"language_code": "sv-SE",
"currency": "kr"
},
{
"country": "South Korea",
"country_code": "KR",
"language_code": "ko-KR",
"currency": "₩"
},
{
"country": "Japan",
"country_code": "JP",
"language_code": "ja-JP",
"currency": "¥"
}
]