| Monument ( @ 2008-10-31 17:10:00 |
| Entry tags: | release, translation |
Translating Joule
How to translate Joule into your language for glory and a mention in the page footer:
EITHER
you can go to Launchpad and enter translations into a friendly web interface (but please comment here to let me know you've done it)
OR
You can post your translations here. See below for more information about this.
The original postSome of you offered to translate Joule. Thank you! The current text in Joule is here. If you could email me (thomas at thurman org uk) or, even better, comment with translations here, that would be helpful. If there's more than one of you working on a language (I know more than one person has offered with Russian), maybe you could each do part, or offer other suggestions?
Also, something that's not in the file (mostly because it hasn't come up yet): please also tell me how to say "[language] translation by [your name]." (Of course if multiple people help with a language it will need to have multiple names there.) This will appear on the footer in all pages in that language.
Joule will be released under the GNU Affero General Public Licence version 3 towards the end of the year, and you are licensing your translations under this licence.
update: I should explain .pot files:
This:
# Any problems, please let me know.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"PO-Revision-Date: 2008-10-28 23:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
is a header; put in your language and your name and email address. Then all the others go like this:
msgid "joule is by {Thomas Thurman}"
msgstr ""
and you would put your language's translation into msgstr:
msgid "joule is by {Thomas Thurman}"
msgstr "mae joule gan {Thomas Thurman}"
or whatever.