feat: translate the new media track names - #143
Merged
Conversation
The two strings added with the track menus shipped untranslated, so every language but English read "Track 1" for an unnamed track. Twenty languages get the numbered label, each using the word that language's existing track strings already use. Turkish and Vietnamese are left out: the terms currently in the catalog for "Track" read as "trace" and "groove", and picking between those and the alternatives is a call for someone who speaks them. The qualified form is punctuation, so it changes only where the punctuation does - Japanese and both Chinese scripts take the full-width brackets that belong beside CJK text.
itsjoshpark
force-pushed
the
fix/translate-track-names
branch
from
August 24, 2026 20:32
619d971 to
2fb9ca2
Compare
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.
Follows #142, which added
Track %lldand%@ (%@)untranslated.Track %lld— 20 languagesEach uses the word that language's existing track strings already use, so the menu agrees with the Inspector's own Track picker.
المسار %lldStopa %lldSpor %lldSpur %lldΚομμάτι %lldPista %lldRaita %lldPiste %lldSáv %lldTraccia %lldトラック %lld트랙 %lldSpoor %lldŚcieżka %lldPista %lldДорожка %lldSpår %lldДоріжка %lld轨道 %lld軌道 %lldTurkish and Vietnamese are deliberately left untranslated — see the note below.
%@ (%@)— 22 languagesPunctuation only, so it differs only where the punctuation does:
ja,zh-Hansandzh-Hanttake the full-width brackets()that belong beside CJK text. The other nineteen are%@ (%@), which is already right for them — French included, since French puts no space inside parentheses.Existing terms worth a second opinion
Three of the catalog's current
Track/Trackstranslations look wrong, and I did not touch them here — they are outside this change:Track→Urmărire("tracking"),Tracks→Șenile("caterpillar treads"). The same file'sAudio Track→Piesă audiois fine, so the noun is inconsistent as well as wrong.Track→التتبع("tracking", the act) where the pluralالمساراتis right.İzand viRãnhread as "trace" and "groove". Both are why I left those two languages out rather than propagate a term I am not sure of.Verification
analyzeclean, 282 unit tests pass, format specifiers checked programmatically against every value.-AppleLanguages (de)the menu reads Aus / Spur 1, and with(ja)it reads オフ / トラック 1.