Age | Commit message (Collapse) | Author |
|
Since this menu item is inserted automatically by the OS, we don't need
to localise it at the application level.
|
|
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.
|
|
Don't think concatenating is the right approach here, but good enough
for now.
|
|
Copy strings from AppleGlot dictionaries to test that our localisation
works properly.
Still some concatenated menu items that need translation.
|