Difference between revisions of "Translating with Pootle"
Paulproteus (talk | contribs) |
|||
Line 1: | Line 1: | ||
− | + | {{Translations| | |
− | + | articles=Id:Translating with Pootle | |
− | + | }} | |
− | |||
− | |||
− | |||
− | |||
− | |||
Creative Commons uses the online tool [http://translate.sourceforge.net/wiki/pootle/index Pootle] at [http://translate.creativecommons.org/ translate.creativecommons.org] to manage translations of our software projects. (To translate pages on this wiki, see [[CcWiki:Translate]].) | Creative Commons uses the online tool [http://translate.sourceforge.net/wiki/pootle/index Pootle] at [http://translate.creativecommons.org/ translate.creativecommons.org] to manage translations of our software projects. (To translate pages on this wiki, see [[CcWiki:Translate]].) | ||
Line 25: | Line 20: | ||
# [[Translating with Pootle/Admins: managing suggestions and previewing|Managing suggestions and previewing at staging]] | # [[Translating with Pootle/Admins: managing suggestions and previewing|Managing suggestions and previewing at staging]] | ||
+ | = Other information = | ||
− | |||
== Getting Help == | == Getting Help == | ||
Line 35: | Line 30: | ||
* [[Translating with Pootle/Administration]] | * [[Translating with Pootle/Administration]] | ||
− | = | + | == How to handle ${} strings == |
− | |||
− | |||
− | = How to handle ${} strings = | ||
When you see ${license_name} in a string, that indicates a substitution (for the real license name). These are placeholders that the translation machinery uses; if you modify this placeholder, the real license name will never be substituted into your string. | When you see ${license_name} in a string, that indicates a substitution (for the real license name). These are placeholders that the translation machinery uses; if you modify this placeholder, the real license name will never be substituted into your string. | ||
Line 47: | Line 39: | ||
* Remove the text | * Remove the text | ||
* Reverse the order of characters because you have a right-to-left language (ie, "{license_name}$") | * Reverse the order of characters because you have a right-to-left language (ie, "{license_name}$") | ||
+ | |||
+ | [[Category:Developer]] | ||
+ | [[Category:Opensource]] | ||
+ | [[Category:I18n]] |
Revision as of 15:31, 14 April 2009
Creative Commons uses the online tool Pootle at translate.creativecommons.org to manage translations of our software projects. (To translate pages on this wiki, see CcWiki:Translate.)
Applications currently managed by translate.creativecommons.org are:
- license engine and deeds
- search.creativecommons.org
- ccPublisher
- ccHost
Contents
Tutorials
There are three Pootle tutorials you can watch and read:
- Setting up your account
- Making translations and suggestions
- Managing suggestions and previewing at staging
Other information
Getting Help
If you have questions about using Pootle or about the translation process, you can ask in the IRC channel, or by sending an email to webmaster@creativecommons.org. If you are a CC affiliate on the CCi mailing list, you can use that instead.
Administering translations
How to handle ${} strings
When you see ${license_name} in a string, that indicates a substitution (for the real license name). These are placeholders that the translation machinery uses; if you modify this placeholder, the real license name will never be substituted into your string.
As a result, DO NOT:
- Translate the text ("license_name") into your own language
- Remove the text
- Reverse the order of characters because you have a right-to-left language (ie, "{license_name}$")