]> git.ipfire.org Git - thirdparty/libvirt.git/commit
po: rename the .mini.po files to have just a .po suffix
authorDaniel P. Berrangé <berrange@redhat.com>
Mon, 18 May 2020 16:43:38 +0000 (17:43 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 4 Jun 2020 10:18:35 +0000 (11:18 +0100)
commit59e6bf203af429b37e20d24a3e30764fa2c704ef
tree56a208c82746c5abfce88d97e317d0f181265609
parent0381b528face2ce633364a1d4682ec13b12fc4af
po: rename the .mini.po files to have just a .po suffix

A .mini.po file is exactly the same format as a .po file. We just used
the alternative extension as we wanted to be able to store both full and
minimized forms in the same directory.

This complicates integration with some translation tools, however, which
only really expect to see $LANG.po as a filename.

With this change we drop the rules for creating non-minimized po files,
and thus the po/*.po are always minimized. A useful side effect is that
we no longer run msgmerge during creation of the gmo files, and thus
don't need to have a date override to get reproducible builds.

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
43 files changed:
po/Makefile.am
po/as.po [moved from po/as.mini.po with 100% similarity]
po/bg.po [moved from po/bg.mini.po with 100% similarity]
po/bn_IN.po [moved from po/bn_IN.mini.po with 100% similarity]
po/bs.po [moved from po/bs.mini.po with 100% similarity]
po/ca.po [moved from po/ca.mini.po with 100% similarity]
po/cs.po [moved from po/cs.mini.po with 100% similarity]
po/da.po [moved from po/da.mini.po with 100% similarity]
po/de.po [moved from po/de.mini.po with 100% similarity]
po/el.po [moved from po/el.mini.po with 100% similarity]
po/en_GB.po [moved from po/en_GB.mini.po with 100% similarity]
po/es.po [moved from po/es.mini.po with 100% similarity]
po/fi.po [moved from po/fi.mini.po with 100% similarity]
po/fr.po [moved from po/fr.mini.po with 100% similarity]
po/gu.po [moved from po/gu.mini.po with 100% similarity]
po/hi.po [moved from po/hi.mini.po with 100% similarity]
po/hu.po [moved from po/hu.mini.po with 100% similarity]
po/id.po [moved from po/id.mini.po with 100% similarity]
po/it.po [moved from po/it.mini.po with 100% similarity]
po/ja.po [moved from po/ja.mini.po with 100% similarity]
po/kn.po [moved from po/kn.mini.po with 100% similarity]
po/ko.po [moved from po/ko.mini.po with 100% similarity]
po/mk.po [moved from po/mk.mini.po with 100% similarity]
po/ml.po [moved from po/ml.mini.po with 100% similarity]
po/mr.po [moved from po/mr.mini.po with 100% similarity]
po/ms.po [moved from po/ms.mini.po with 100% similarity]
po/nb.po [moved from po/nb.mini.po with 100% similarity]
po/nl.po [moved from po/nl.mini.po with 100% similarity]
po/or.po [moved from po/or.mini.po with 100% similarity]
po/pa.po [moved from po/pa.mini.po with 100% similarity]
po/pl.po [moved from po/pl.mini.po with 100% similarity]
po/pt.po [moved from po/pt.mini.po with 100% similarity]
po/pt_BR.po [moved from po/pt_BR.mini.po with 100% similarity]
po/ru.po [moved from po/ru.mini.po with 100% similarity]
po/sr.po [moved from po/sr.mini.po with 100% similarity]
po/sr@latin.po [moved from po/sr@latin.mini.po with 100% similarity]
po/sv.po [moved from po/sv.mini.po with 100% similarity]
po/ta.po [moved from po/ta.mini.po with 100% similarity]
po/te.po [moved from po/te.mini.po with 100% similarity]
po/uk.po [moved from po/uk.mini.po with 100% similarity]
po/vi.po [moved from po/vi.mini.po with 100% similarity]
po/zh_CN.po [moved from po/zh_CN.mini.po with 100% similarity]
po/zh_TW.po [moved from po/zh_TW.mini.po with 100% similarity]