How To Translate the Examples
Prev
Next

How To Translate the Examples

Again this task is simplified a lot by Rafael Beccar's script in tdeedu/kturtle/data/. Please make sure to read the README file in that directory, since some work still has to be done after the example logo files are autotranslated.

When you followed the instructions, given in the README file that you found in the scripts directory, you should now be almost ready. Please do not forget to test the translated example logo code you created, since it is very common that an error sneaks in. Also make sure the Makefile.am in tde-i18n/code/data/tdeedu/kturtle/ is updated according to the new files. For the Dutch the Makefile.am should look like this:

txt_DATA = advertentie.logo driehoeken.logo krullen.logo tafels.logo \
bloem.logo driehoek.logo logohighlightstyle.nl.xml pijl.logo vierkanten.logo \
kleuren.logo logokeywords.nl.xml randomnaam.logo vierkant.logo
txtdir = $(kde_datadir)/kturtle/examples/nl

xml_DATA = logohighlightstyle.nl.xml
xmldir = $(kde_datadir)/katepart/syntax

keywords_DATA = logokeywords.nl.xml
keywordsdir = $(kde_datadir)/kturtle/data
EXTRA_DIST = $(txt_DATA) $(xml_DATA) $(keywords_DATA)

Here a description of how to do the translation WITHOUT the use of Rafael's perl scripts:

Prev
Next
Home


Would you like to comment or contribute an update to this page?
Send feedback to the TDE Development Team