Commit graph

8 commits

Author SHA1 Message Date
Mathieu Comandon 0eb39e830a
Merge branch 'master' into meson-minimum-version 2022-04-11 14:10:11 -07:00
Maximiliano Sandoval R dc1be9c871 meson: Use glib preset for i18n.gettext
It takes into account multiple glibisms.
2022-04-11 14:09:21 -07:00
Eli Schwartz 08831fbe66
meson: specify minimum required version
The minimum version in practice used to be 0.50.0, however that can be
lowered by removing unneeded kwargs from a couple of functions.

- i18n.gettext() `install_dir` defaults to the localedir option, and
  doesn't need to be manually overridden to that location

- configure_file() `install` defaults to true if `install_dir` is set,
  and before 0.50 that was also the *only* way to mark it as installed

Removing both these kwargs means that there is more leeway with the minimum
required version.
2022-04-03 19:28:00 -04:00
SwimmingTiger 9c2a0324d4 Revert "i18n: automatically generate POTFILES and LINGUAS"
This reverts commit cf147120db.
2020-06-18 19:11:32 -07:00
SwimmingTiger 74b63ea12b i18n: automatically generate POTFILES and LINGUAS 2020-06-18 19:11:32 -07:00
SwimmingTiger 5d0b77cbcd Translatable content in python code can now be translated 2020-06-18 19:11:32 -07:00
Stephan Lachnit 2d2d946470 i18n: clarify gettext domain name
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
2020-04-15 07:06:41 -07:00
Stephan Lachnit ed613320fb improve meson and i18n support
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
2020-04-13 17:16:15 -07:00