diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2 (patch) | |
tree | d3bb9f5d25a2dc09ca81adecf39621d871534297 /kanagram/DATA_FILE_TRANSLATION.readme | |
download | tdeedu-ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2.tar.gz tdeedu-ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kanagram/DATA_FILE_TRANSLATION.readme')
-rw-r--r-- | kanagram/DATA_FILE_TRANSLATION.readme | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/kanagram/DATA_FILE_TRANSLATION.readme b/kanagram/DATA_FILE_TRANSLATION.readme new file mode 100644 index 00000000..ffac7de6 --- /dev/null +++ b/kanagram/DATA_FILE_TRANSLATION.readme @@ -0,0 +1,26 @@ +In addition to its messages, Kanagram's +data files need to be translated. You can find these data files (in English) +in SVN in branches/KDE/3.5/kdeedu/kanagram/data. Please note the +"translations" don't have to be direct translations. You can add words, +remove words, translate words, add new files, etc. What is important is to +have files in every language, not necessarily that they are exact equivalents +to the English versions. + +* Instructions regarding creating translations * + +Make a directory called l10n/yourLanguageCode/data/kdeedu/kanagram, and add to +it the translated .kvtml files and a Makefile.am containing the following +lines: + +txt_DATA = file1.kvtml file2.kvtml file3.kvtml (obviously, replacing the fake +filenames with the actual filenames of the files you create) + +txtdir = $(kde_datadir)/kanagram/data/yourLanguageCode + +EXTRA_DIST = $(txt_DATA) + +Thanks for your faithful translation efforts. They are greatly appreciated. + +-- +Joshua Keel +Code is poetry. |