-
Notifications
You must be signed in to change notification settings - Fork 121
Description
I am checking the Squeak Wiki for Squeak localisation and adding this Github issue as a "Feature" as there is no bug here, as far as I can see.
For example Squeak in Russian : https://wiki.squeak.org/squeak/5773
or Squeak in Japanese : https://wiki.squeak.org/squeak/582
and efforts in the past for "Multilingual Squeak" such as: https://wiki.squeak.org/squeak/919
In the DrGeo package for mathematics/geometry , the DrGeo package is providing .po message translation files (or msgid, msgstr, xgettext etc.) so that the user interface is translated in Dutch (see screenshot).
The translation in Dutch for DrGeo is an advantage, the mathematical terminology is then as in a text book on mathematics in Dutch.
What about for the labels on buttons in the Monticello browser such as "Open Repository Type:" "Choose" and "Cancel". As far as I can see the labels on those buttons (of the Monticello browser) are not translated by the Locale plugin.

