I am trying to export a Spanish locale for my app so it will be defaulted in Spanish and I am doing this
zipApp('2', 'propertytaxdistrictses.zip', '', {locales:['es']})" but it still exports english because when i open the app after deployment it's loading in English. It doesn't work for French, so I guess it is deploying less locales. Am I missing where else to edit the locale?