You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xcparse can output screenshots into folders by language / region. Unfortunately it does not always match what is expected by Apple's App Store Connect API. Here's the list:
xcparse Apple
------------ -------
ar (SA) ar-SA
de (DE) de-DE
en (CA) en-CA
en (US) en-US
es (ES) es-ES
es-419 (MX) es-MX
fr (FR) fr-FR
nb (NO) no
nl (NL) nl-NL
The xcparse list shows the locale code and the region code.
The Apple codes are taken directly from the output of App Store Connect API.
I can catch this with correction logic, but it would be much easier if xcparse just did the right thing.
The other 30 languages supported by App Store Connect API all match exactly, e.g. "en-GB", "pl", "zh-Hant", etc.
The text was updated successfully, but these errors were encountered:
smykytyn
changed the title
[BUG]Some Language Code do not match App Store Connect API
[BUG]Some Language Codes do not match App Store Connect API
Feb 26, 2025
Uh oh!
There was an error while loading. Please reload this page.
xcparse can output screenshots into folders by language / region. Unfortunately it does not always match what is expected by Apple's App Store Connect API. Here's the list:
The xcparse list shows the locale code and the region code.
The Apple codes are taken directly from the output of App Store Connect API.
I can catch this with correction logic, but it would be much easier if xcparse just did the right thing.
The other 30 languages supported by App Store Connect API all match exactly, e.g. "en-GB", "pl", "zh-Hant", etc.
The text was updated successfully, but these errors were encountered: