Complete the App Store language list (50 languages)#80
Merged
Conversation
"All App Store" only added 39 of Apple's 50 App Store localizations. Add the 11 missing ones so the button — and the add-language menu, which share the same source — cover the full set: Bangla, Gujarati, Kannada, Malayalam, Marathi, Odia, Punjabi, Slovenian, Tamil, Telugu, Urdu. Also relabel 'es' to "Spanish (Spain)" to match Apple. - app.js: add the 11 missing entries (with flags) to languageNames / languageFlags, kept in sync (single source for the button + menu) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Y5pzx2vkZB8DN2dDy4YRNH
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The All App Store button (and the add-language dropdown, which shares the same source —
languageNames) only offered 39 of Apple's 50 App Store localizations. This adds the 11 missing languages so the full official set is available:bnBangla,guGujarati,knKannada,mlMalayalam,mrMarathi,orOdia,paPunjabi,slSlovenian,taTamil,teTelugu,urUrdu.Also relabels
esfrom "Spanish" to "Spanish (Spain)" to match Apple's naming alongside "Spanish (Mexico)".Implementation
app.js— add the 11 entries (with flag emojis) to bothlanguageNamesandlanguageFlags, kept in sync. BothaddAllAppStoreLanguages()andupdateAddLanguageSelect()iteratelanguageNames, so the single change covers the button and the menu.Verification
node --check app.jspasses.languageNames= 50,languageFlags= 50, identical key sets (no name without a flag, no flag without a name), and all 50 official App Store language codes present.🤖 Generated with Claude Code
Generated by Claude Code