Difference between revisions of "Improve Localization Process"
From GnuCash
(→Web Based Translation Tools: GlotPress) |
(→Web Based Translation Tools: some more research) |
||
Line 6: | Line 6: | ||
== Web Based Translation Tools == | == Web Based Translation Tools == | ||
Several services for translation coordination exist: | Several services for translation coordination exist: | ||
− | :[https://en.wikipedia.org/wiki/Pootle Pootle] | + | ;FOSS: |
− | :[https:// | + | :;[https://translate.wordpress.org/ GlotPress]; a site using the [https://wordpress.org/ wordpress] plugin, PHP based |
− | :[https://en.wikipedia.org/wiki/Weblate Weblate] (suggested by Pedro (pt_PT)) | + | :;[https://en.wikipedia.org/wiki/Pootle Pootle]: for localization of applications' GUIs using, uses [[#Toolkits|Translate Toolkit]] |
− | :[http://zanata.org/about/ Zanata] | + | :;[https://en.wikipedia.org/wiki/Translatewiki.net translatewiki.net]: uses [https://www.mediawiki.org/wiki/Extension:Translate mediawiki Extension:Translate] |
− | Transifex, | + | :;[https://en.wikipedia.org/wiki/Weblate Weblate]: (suggested by Pedro (pt_PT)), uses [[#Toolkits|Translate Toolkit]] |
+ | :;[http://zanata.org/about/ Zanata]: [https://translate.zanata.org/explore site] CLI, REST-API, java/js based | ||
+ | ;Proprietary: | ||
+ | :;[https://en.wikipedia.org/wiki/Crowdin Crowdin]: [https://crowdin.com/page/integrations integrations], for FOSS free | ||
+ | :;[https://poeditor.com POEditor]: free for FOSS | ||
+ | :;[https://en.wikipedia.org/wiki/Transifex Transifex]: GSM, SaaS, for FOSS free | ||
<!-- google 'git & translation tools' seems to be a good starting point --> | <!-- google 'git & translation tools' seems to be a good starting point --> | ||
:and [https://en.wikipedia.org/wiki/Category:Software-localization_tools several more] | :and [https://en.wikipedia.org/wiki/Category:Software-localization_tools several more] | ||
Line 16: | Line 21: | ||
:VCS integration? GitHub vs. GitLab should not be an issue | :VCS integration? GitHub vs. GitLab should not be an issue | ||
:Are they free? (Both meanings) | :Are they free? (Both meanings) | ||
+ | |||
+ | ==Toolkits== | ||
+ | [https://en.wikipedia.org/wiki/Translate_Toolkit Translate Toolkit] | ||
[[Category:Translation]] | [[Category:Translation]] | ||
[[Category:Development]] | [[Category:Development]] |
Revision as of 00:57, 6 July 2020
Purpose of this page is to collect ideas to improve the Localization process of the several GnuCash components.
Motivation
It is often heard by translators, it is so hard to get a recent pot file for the one or other Gnucash component. This is the right place to sketch and evaluate ideas to improve the process.
Web Based Translation Tools
Several services for translation coordination exist:
- FOSS
-
- GlotPress; a site using the wordpress plugin, PHP based
- Pootle
- for localization of applications' GUIs using, uses Translate Toolkit
- translatewiki.net
- uses mediawiki Extension:Translate
- Weblate
- (suggested by Pedro (pt_PT)), uses Translate Toolkit
- Zanata
- site CLI, REST-API, java/js based
- Proprietary
-
- Crowdin
- integrations, for FOSS free
- POEditor
- free for FOSS
- Transifex
- GSM, SaaS, for FOSS free
- and several more
- Checklist
- VCS integration? GitHub vs. GitLab should not be an issue
- Are they free? (Both meanings)