diff options
| author | Olivier Schneider <[email protected]> | 2026-04-29 22:15:16 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-29 22:15:16 +0200 |
| commit | 1cf7c928e3d2bcfad548fdb747dff5cbc3d1441f (patch) | |
| tree | 6b7168c1a805af4d3e633cff0b4d7120ace42e2f /po/Makevars | |
| parent | 269e7f6c1413fd3d4724d60bc5f82324a2dbf2b6 (diff) | |
| download | atril-master.tar.bz2 atril-master.tar.xz | |
* update pot files
* retrieve last transifex translations
* remove empty po file
* add translation coverage badge
* fix invalid po files
Diffstat (limited to 'po/Makevars')
| -rw-r--r-- | po/Makevars | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/po/Makevars b/po/Makevars index 8a3d336c..01c42995 100644 --- a/po/Makevars +++ b/po/Makevars @@ -69,11 +69,11 @@ MSGINIT_OPTIONS = # has changed. Possible values are "yes" and "no". Set this to no if # the POT file is checked in the repository and the version control # program ignores timestamps. -PO_DEPENDS_ON_POT = yes +PO_DEPENDS_ON_POT = no # This tells whether or not to forcibly update $(DOMAIN).pot and # regenerate PO files on "make dist". Possible values are "yes" and # "no". Set this to no if the POT file and PO files are maintained # externally. -DIST_DEPENDS_ON_UPDATE_PO = yes +DIST_DEPENDS_ON_UPDATE_PO = no $(DOMAIN).pot-update: export GETTEXTDATADIRS = $(top_srcdir) |
