You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeedu/kturtle/data/README.data

28 lines
1.4 KiB

Dear Reader,
this is your captain speaking...
KTurtle currently has 3 types of 'data' (as we call it), namely:
- examples (which are *.logo files)
- logokeyword.*.xml files
- logohighlightstyle.*.xml files
In this tdeedu/kturtle/data directory we only store the 'en_US' (default) versions of this data.
This means that here we store:
- the English logo examples (a, hopefully ever growing, bunch of *.logo files)
- the definition used to translate these examples in "logokeyword.en_US.xml"
- and the accompanying highlight style in "logoheighlightstyle.en_US.xml"
The makefile system makes sure every part gets installed to the right place.
(if you dont believe me see the Makefile.am in this dir)
For the other localizations a dir like this, containing these files for an other language, can be found in the tde-i18n module of kde.
On kdecvs this is: tde-i18n/*/data/tdeedu/kturtle (for Dutch this would be: tde-i18n/nl/data/tdeedu/kturtle)
If the localization of KTurtle to you favorite language does not exist yet, you might concider making it. In the documentation of KTurtle you can find some pointers on how to start. Also make sure to see the contents of the tdeedu/kturtle/scripts directory since it contains Rafael Beccar's nifty tranlaton perl scripts that can make translating KTurtle human resource friendly. If you face difficulty translating feel free to contact one of the KTrutle developers.
Thanks for reading,
Cies Breijs.