translate.google.com

GNUstep applications users can easily create their own language translation
from any Localizable.strings file.

Step 1:
GNUstep applications have language project ".lproj" files that are a
directory containing a UTF-8 text file named Localizable.strings.  Copy the
directory and rename it to your language, for example "Polish.lproj".

Step 2:
Open your "Localizable.strings" file with the TextEdit app to replace the
quoted text on the right with your own language translation, for example
English "New" = Polish "Nowy".

Step 3:
Developers (maybe yourself) then can use GORM to adjust the size of dialog
boxes and buttons to fit each language.  (This should be an automatic
layout, but it isn't.)  Otherwise, it sometimes looks of bad quality but it
still works.

Happy translating!
_______________________________________________
gap-discuss mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/gap-discuss

Reply via email to