aboutsummaryrefslogtreecommitdiffstats
path: root/Base.lproj/Localizable.strings
AgeCommit message (Collapse)Author
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.
2023-08-22MainMenu: Add NSLocalizedString wrappersTeddy Wing
Make the menu items localization-capable by wrapping their titles in `NSLocalizedString`. Generate a base Localizable.strings file with `make genstrings`.