mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-23 17:34:21 +03:00
Add transifex config, update docs
This commit is contained in:
parent
65065e2e98
commit
4d9e650918
8
.tx/config
Normal file
8
.tx/config
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
[main]
|
||||||
|
host = https://www.transifex.net
|
||||||
|
|
||||||
|
[virt-manager.virt-managerpot]
|
||||||
|
file_filter = po/<lang>.po
|
||||||
|
source_file = po/virt-manager.pot
|
||||||
|
source_lang = en
|
||||||
|
|
@ -11,10 +11,11 @@ Preparing the source tree:
|
|||||||
1. Sync up latest translations - see po/README.txt
|
1. Sync up latest translations - see po/README.txt
|
||||||
2. Change release number in configure.ac
|
2. Change release number in configure.ac
|
||||||
3. Update virtinst version requirement in configure.ac
|
3. Update virtinst version requirement in configure.ac
|
||||||
3. Update NEWS file (and spec with release info)
|
4. Update NEWS file (and spec with release info)
|
||||||
|
5. Sync translations from transifex (see po/README.txt)
|
||||||
6. Update virt-manager.spec.in changelog & reset Release to '1'
|
6. Update virt-manager.spec.in changelog & reset Release to '1'
|
||||||
5. Checkin changes
|
7. Checkin changes
|
||||||
6. Run 'git tag RELEASE-X.Y.Z-1'
|
8. Run 'git tag RELEASE-X.Y.Z-1'
|
||||||
|
|
||||||
Preparing the build:
|
Preparing the build:
|
||||||
|
|
||||||
|
@ -1,14 +1,12 @@
|
|||||||
Notes on translation process
|
Notes on translation process
|
||||||
============================
|
============================
|
||||||
|
|
||||||
The translations for virt-manager are handled by the fedora community
|
The translations for virt-manager are handled via transifex.net.
|
||||||
via transifex. Translations are committed directly to the repo, so the
|
To pull in the latest translations requires the transifex-client package:
|
||||||
maintainers job is quite easy :)
|
|
||||||
|
|
||||||
To update the virt-manager translation template, run
|
|
||||||
|
|
||||||
|
tx pull
|
||||||
make update-po
|
make update-po
|
||||||
|
|
||||||
Translators can easily sign up to contribute:
|
Translators can easily sign up to contribute:
|
||||||
|
|
||||||
https://translate.fedoraproject.org/
|
http://help.transifex.net/
|
||||||
|
Loading…
Reference in New Issue
Block a user