From a557731821da5d4b69279fea4c9e115f554d3983 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 23 Nov 2016 00:07:30 -0500 Subject: doc/i18n.txt: Remove mentions of (non-free) Transifex. --- doc/i18n.txt | 32 ++++++++++++-------------------- 1 file changed, 12 insertions(+), 20 deletions(-) diff --git a/doc/i18n.txt b/doc/i18n.txt index a1c21fe..6f078e5 100644 --- a/doc/i18n.txt +++ b/doc/i18n.txt @@ -3,21 +3,16 @@ aurweb Translation This document describes how to create and maintain aurweb translations. -Creating an aurweb translation requires a Transifex (http://www.transifex.com/) -account. You will need to register with a translation team on the aurweb -project page (http://www.transifex.com/projects/p/aur/). - Creating a New Translation -------------------------- -Before beginning, please sign up for an Transifex account and request the -addition of a new translation team for the aurweb project. Also, please do not -translate if you are unwilling to maintain or find someone to maintain the -translation. This is due to the fact that aurweb is a rapidly evolving project -and there are constantly new strings to be translated. If the translations get -too out of sync with the released versions, there will be too many untranslated -strings for the translation to be usable, and it may have to be disabled. +Please do not translate if you are unwilling to maintain or find someone to +maintain the translation. This is due to the fact that aurweb is a rapidly +evolving project and there are constantly new strings to be translated. If the +translations get too out of sync with the released versions, there will be too +many untranslated strings for the translation to be usable, and it may have to +be disabled. 1. Check out the aurweb source using git: @@ -39,23 +34,20 @@ $ poedit .po 5. If you have a working aurweb setup, add a line for the new translation in "web/lib/config.inc.php.proto" and test if everything looks right. -6. Upload the newly created ".po" file to Transifex. If you don't like the web - interface, you can also use transifex-client to do that (see below). +6. Upload the newly created ".po" file to git. If you don't have git access, + send us a patch on the dev@lists.parabola.nu mailing list. Updating an Existing Translation -------------------------------- -1. Download current translation files from Transifex. You can also do this - using transifex-client which is available through the AUR: +1. Check out the aurweb source using git: -$ tx pull -a +$ git clone git://projects.archlinux.org/aurweb.git aurweb-git 2. Update the existing translation file using an editor or a tool like poedit: $ poedit po/.po -3. Push the updated translation file back to Transifex. Using transifex-client, - this works as follows: - -$ tx push -r aur.aurpot -t -l +3. Push the updated translation file back to git. If you don't have git access, + send us a patch on the dev@lists.parabola.nu mailing list. -- cgit v1.2.3