Browse Source
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
committed by
Jean-Baptiste Kempf
1 changed files with 10 additions and 0 deletions
@ -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…
Reference in new issue