mirror of
https://github.com/moparisthebest/pacman
synced 2025-01-09 04:57:59 -05:00
Add a few more notes about translating using Transifex
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
451f9493f5
commit
d3b32a68fe
@ -35,6 +35,21 @@ kbabel. Using a translation tool tends to make the job easier.
|
|||||||
Please read up on Transifex usage using the
|
Please read up on Transifex usage using the
|
||||||
http://help.transifex.net/[Transifex Help] if you are not familiar.
|
http://help.transifex.net/[Transifex Help] if you are not familiar.
|
||||||
|
|
||||||
|
Here is an example set of commands if you have a source code checkout and are
|
||||||
|
not worried about any local translations being overwritten. The .tx/ directory
|
||||||
|
is checked into the git repository so is preconfigured with the two project
|
||||||
|
resources (See `tx status` output for a quick overview).
|
||||||
|
|
||||||
|
tx pull -f
|
||||||
|
poedit po/<mylang>.po
|
||||||
|
poedit lib/libalpm/po/<mylang>.po
|
||||||
|
tx push -t -l <mylang>
|
||||||
|
|
||||||
|
Or to just push one of the two available resources:
|
||||||
|
|
||||||
|
tx push -r archlinux-pacman.pacman-pot -t -l fi
|
||||||
|
tx push -r archlinux-pacman.libalpm-pot -t -l fi
|
||||||
|
|
||||||
See the <<Notes,Notes>> section for additional hints on translating.
|
See the <<Notes,Notes>> section for additional hints on translating.
|
||||||
|
|
||||||
Pre-release Updates
|
Pre-release Updates
|
||||||
|
Loading…
Reference in New Issue
Block a user