Menu Bar Spacing translations are stored as .xml files in the languages folder.
- Fork this repository
- Edit the
.xmlfile for your language in thelanguages/folder - Submit a pull request with a brief description of what you changed
- Copy
languages/English.xmland rename it to the English name of your language (e.g.,Italian.xml,Turkish.xml) - Translate all string values between the XML tags
- Submit a pull request
- Keep format specifiers intact:
%@,%lld,%1$lld,%2$lldare replacement patterns used by the program — do not translate or remove them - Escape XML special characters: use
&for &,<for <,>for > - Technical terms stay in English: macOS, GitHub
- App name "Menu Bar Spacing" is never translated
- Follow Apple's official localization glossary for your language
Found a bug? Open an issue with:
- Your Mac model and chip (e.g., MacBook Pro M4 Pro)
- macOS version
- Steps to reproduce
- Screenshots if applicable
Have an idea? Open an issue and describe what you'd like to see.