aboutsummaryrefslogtreecommitdiffstats
path: root/Internationalization/en.lproj/Localizable.strings
AgeCommit message (Collapse)Author
2023-09-30Internationalization: Remove "Open Recent" translationTeddy Wing
Since this menu item is inserted automatically by the OS, we don't need to localise it at the application level.
2023-08-23MainMenu: Use stringWithFormat for titles containing application nameTeddy Wing
I get the sense that the word order, particularly for the "Help" menu item, may be different in other languages. Rather than force a certain word order by concatenating strings, include the application name in the localisation by making it a format string with an argument.
2023-08-23MainMenu: Add localisation for menu items containing application nameTeddy Wing
Don't think concatenating is the right approach here, but good enough for now.
2023-08-23MainMenu: Correct "Data Detectors" menu item titleTeddy Wing
I miscopied this title when I was looking at a template MainMenu.xib in Xcode. While I was trying to make a test translation strings file using the AppleGlot dictionaries, I discovered the mistake.
2023-08-22Move Base.lproj to Internationalization/en.lprojTeddy Wing
To support more languages. Also, this document says that Base.lproj is for nib files and a quick skim seems to indicate that translation files should live in a folder named after the language code they use.