Commit fbb100f
committed
fix(build): declare all 13 supported locales in the AppX package
The appx manifest advertised en-US and fr-FR only, so the Microsoft Store
product page listed two supported languages for an app that ships thirteen
(SUPPORTED_LOCALES in src/i18n/config.ts), and the listing never surfaced in
Store searches run in the other eleven.
Bare tags for the region-less locales so every region of that language
matches, which is what the renderer's own locale resolution does.1 parent 1749d84 commit fbb100f
1 file changed
Lines changed: 20 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
214 | 233 | | |
215 | 234 | | |
216 | 235 | | |
0 commit comments