aboutsummaryrefslogtreecommitdiffstats
path: root/Internationalization/fr.lproj
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-23fr.lproj/Localizable.strings: Add French translationsTeddy Wing
Copy strings from AppleGlot dictionaries to test that our localisation works properly. Still some concatenated menu items that need translation.