Opened 7 years ago
Last modified 6 years ago
#3539 new defect
Reorganize po files into subdirectories by <lang>/ to enable transifex push
Reported by: | neteler | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.4.5 |
Component: | Translations | Version: | svn-trunk |
Keywords: | transifex | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description
A successful use of the tx push
command (push translations from SVN to Transifex)
would require the reorganization of the PO files into subdirectories - otherwise all
the languages would need to be hardcoded in the Transifex configuration
(see source:grass/trunk/locale/transifex/.tx/config). This we want to avoid to
since new languages may be started on Transifex, requiring to manually update the
config file every time.
Instead, after having organized the PO files into locale <lang>/
subdirectories the file_filter = ...
rule [1] in the config file
would start to work.
[1] https://docs.transifex.com/client/client-configuration
TODO:
- reorganize PO files
- update Makefile as needed
- update grass-addons/tools/transifex_merge.sh
In 73534: