[PM-6904] Update supported languages for Microsoft Store (Appx) (#8372)
* Update locales used on browser, desktop and web * Update supported languages for the Microsoft Store --------- Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
parent
c4c275604b
commit
d6fa7a4e46
|
@ -150,7 +150,69 @@
|
||||||
"identityName": "8bitSolutionsLLC.bitwardendesktop",
|
"identityName": "8bitSolutionsLLC.bitwardendesktop",
|
||||||
"publisher": "CN=14D52771-DE3C-4886-B8BF-825BA7690418",
|
"publisher": "CN=14D52771-DE3C-4886-B8BF-825BA7690418",
|
||||||
"publisherDisplayName": "8bit Solutions LLC",
|
"publisherDisplayName": "8bit Solutions LLC",
|
||||||
"languages": ["en-US"]
|
"languages": [
|
||||||
|
"en-US",
|
||||||
|
"af",
|
||||||
|
"ar",
|
||||||
|
"az-latn",
|
||||||
|
"be",
|
||||||
|
"bg",
|
||||||
|
"bn",
|
||||||
|
"bs",
|
||||||
|
"ca",
|
||||||
|
"cs",
|
||||||
|
"cy",
|
||||||
|
"da",
|
||||||
|
"de",
|
||||||
|
"el",
|
||||||
|
"en-gb",
|
||||||
|
"en-in",
|
||||||
|
"es",
|
||||||
|
"et",
|
||||||
|
"eu",
|
||||||
|
"fa",
|
||||||
|
"fi",
|
||||||
|
"fil",
|
||||||
|
"fr",
|
||||||
|
"gl",
|
||||||
|
"he",
|
||||||
|
"hi",
|
||||||
|
"hr",
|
||||||
|
"hu",
|
||||||
|
"id",
|
||||||
|
"it",
|
||||||
|
"ja",
|
||||||
|
"ka",
|
||||||
|
"km",
|
||||||
|
"kn",
|
||||||
|
"ko",
|
||||||
|
"lt",
|
||||||
|
"lv",
|
||||||
|
"ml",
|
||||||
|
"mr",
|
||||||
|
"nb",
|
||||||
|
"ne",
|
||||||
|
"nl",
|
||||||
|
"nn",
|
||||||
|
"or",
|
||||||
|
"pl",
|
||||||
|
"pt-br",
|
||||||
|
"pt-pt",
|
||||||
|
"ro",
|
||||||
|
"ru",
|
||||||
|
"si",
|
||||||
|
"sk",
|
||||||
|
"sl",
|
||||||
|
"sr",
|
||||||
|
"sv",
|
||||||
|
"te",
|
||||||
|
"th",
|
||||||
|
"tr",
|
||||||
|
"uk",
|
||||||
|
"vi",
|
||||||
|
"zh-cn",
|
||||||
|
"zh-tw"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"deb": {
|
"deb": {
|
||||||
"artifactName": "${productName}-${version}-${arch}.${ext}",
|
"artifactName": "${productName}-${version}-${arch}.${ext}",
|
||||||
|
|
Loading…
Reference in New Issue