-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
qcif/data-curator
#563Description
It's great to have some improved appx support for I can drop a lot of custom scripts. Now there's one thing I'm still missing and that's support for listing supported languages in the appx manifest. Currently en-US is the default one and that can't be changed easily. (I'm unpacking the appx, changing the manifest, packing, signing.)
I'd like to state the supported languages in my build config like:
"appx": {
"publisher": "...",
"languages": ["en-US", "de-DE", "FR-fr"]
}Where the first one's the default language. It should default to en-US.
I'll try to file a PR if you aren't faster ;)
Reactions are currently unavailable