Browse Source

.tx: add configuration to update po files

This is a configuration file for the tx command line tool to
automatically pull updated translations from the transifex platform to
the correct places.

After the pull, it is necessary to correct the headers manually and to
perform "msgcat --width=79 po/*.po -o -" to achieve the intended
formatting.

Perform the pull with "tx pull --use-git-timestamps --force"
3.0.x
Felix Paul Kühne 10 months ago
committed by Jean-Baptiste Kempf
parent
commit
5bded3240a
  1. 10
      po/.tx/config

10
po/.tx/config

@ -0,0 +1,10 @@
[main]
host = https://app.transifex.com
[o:yaron:p:vlc-trans:r:vlc-30]
file_filter = <lang>.po
source_file = vlc.pot
type = PO
minimum_perc = 10
resource_name = 'VLC 3.0'
lang_map = as_IN: as, ks_IN: ks, ku_IQ: ku
Loading…
Cancel
Save