[vlc-commits] [Git][videolan/vlc][3.0.x] .tx: add configuration to update po files
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Thu Dec 11 08:34:48 UTC 2025
Felix Paul Kühne pushed to branch 3.0.x at VideoLAN / VLC
Commits:
5bded324 by Felix Paul Kühne at 2025-12-11T07:01:53+01:00
.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"
- - - - -
1 changed file:
- + po/.tx/config
Changes:
=====================================
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
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5bded3240aa643ef9e49b09da053305dce1d34e3
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5bded3240aa643ef9e49b09da053305dce1d34e3
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list