forked from xan105/Achievement-Watcher
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathsteam.json
More file actions
32 lines (32 loc) · 3.2 KB
/
Copy pathsteam.json
File metadata and controls
32 lines (32 loc) · 3.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[
{ "displayName": "Arabic", "api": "arabic", "webapi": "ar", "native": "العربية" },
{ "iso": "bg-BG", "displayName": "Bulgarian", "api": "bulgarian", "webapi": "bg", "native": "български език" },
{ "iso": "zh-CN", "displayName": "Simplified Chinese", "api": "schinese", "webapi": "zh-CN", "native": "简体中文" },
{ "iso": "zh-TW", "displayName": "Traditional Chinese", "api": "tchinese", "webapi": "zh-TW", "native": "繁體中文" },
{ "iso": "cs-CZ", "displayName": "Czech", "api": "czech", "webapi": "cs", "native": "čeština" },
{ "iso": "da-DK", "displayName": "Danish", "api": "danish", "webapi": "da", "native": "Dansk" },
{ "iso": "nl-NL", "displayName": "Dutch", "api": "dutch", "webapi": "nl", "native": "Nederlands" },
{ "iso": "en-US", "displayName": "English", "api": "english", "webapi": "en", "native": "English" },
{ "iso": "fi-FI", "displayName": "Finnish", "api": "finnish", "webapi": "fi", "native": "Suomi" },
{ "iso": "fr-FR", "displayName": "French", "api": "french", "webapi": "fr", "native": "Français" },
{ "iso": "de-DE", "displayName": "German", "api": "german", "webapi": "de", "native": "Deutsch" },
{ "iso": "el-GR", "displayName": "Greek", "api": "greek", "webapi": "el", "native": "Ελληνικά" },
{ "iso": "hu-HU", "displayName": "Hungarian", "api": "hungarian", "webapi": "hu", "native": "Magyar" },
{ "iso": "it-IT", "displayName": "Italian", "api": "italian", "webapi": "it", "native": "Italiano" },
{ "iso": "ja-JP", "displayName": "Japanese", "api": "japanese", "webapi": "ja", "native": "日本語" },
{ "iso": "ko-KR", "displayName": "Korean", "api": "koreana", "webapi": "ko", "native": "한국어" },
{ "iso": "nb-NO", "displayName": "Norwegian", "api": "norwegian", "webapi": "no", "native": "Norsk" },
{ "iso": "pl-PL", "displayName": "Polish", "api": "polish", "webapi": "pl", "native": "Polski" },
{ "iso": "pt-PT", "displayName": "Portuguese", "api": "portuguese", "webapi": "pt", "native": "Português" },
{ "iso": "pt-BR", "displayName": "Portuguese - Brazil", "api": "brazilian", "webapi": "pt-BR", "native": "Português-Brasil" },
{ "iso": "ro-RO", "displayName": "Romanian", "api": "romanian", "webapi": "ro", "native": "Română" },
{ "iso": "ru-RU", "displayName": "Russian", "api": "russian", "webapi": "ru", "native": "Русский" },
{ "iso": "es-ES", "displayName": "Spanish - Spain", "api": "spanish", "webapi": "es", "native": "Español-España" },
{ "iso": "es-419", "displayName": "Spanish - Latin America", "api": "latam", "webapi": "es-419", "native": "Español-Latinoamérica" },
{ "iso": "sk-SK", "displayName": "Slovak", "api": "slovak", "webapi": "sk", "native": "slovenčina" },
{ "iso": "sv-SE", "displayName": "Swedish", "api": "swedish", "webapi": "sv", "native": "Svenska" },
{ "iso": "th-TH", "displayName": "Thai", "api": "thai", "webapi": "th", "native": "ไทย" },
{ "iso": "tr-TR", "displayName": "Turkish", "api": "turkish", "webapi": "tr", "native": "Türkçe" },
{ "iso": "uk-UA", "displayName": "Ukrainian", "api": "ukrainian", "webapi": "uk", "native": "Українська" },
{ "iso": "vi-VN", "displayName": "Vietnamese", "api": "vietnamese", "webapi": "vn", "native": "Tiếng Việt" }
]