[clutter-gtk] i18n: Use po/LINGUAS
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter-gtk] i18n: Use po/LINGUAS
- Date: Fri, 26 May 2017 12:12:08 +0000 (UTC)
commit bcd38bb9970b4780115f2c45bbd8da04ca3f30b6
Author: Emmanuele Bassi <ebassi gnome org>
Date: Fri May 26 13:09:09 2017 +0100
i18n: Use po/LINGUAS
Instead of our custom m4 macros, so that we can share the same behaviour
between Autotools and Meson builds.
build/autotools/Makefile.am | 1 -
build/autotools/as-linguas.m4 | 24 ------------------------
configure.ac | 1 -
po/LINGUAS | 3 +++
4 files changed, 3 insertions(+), 26 deletions(-)
---
diff --git a/build/autotools/Makefile.am b/build/autotools/Makefile.am
index 7e66517..ac9e454 100644
--- a/build/autotools/Makefile.am
+++ b/build/autotools/Makefile.am
@@ -1,5 +1,4 @@
EXTRA_DIST = \
introspection.m4 \
as-compiler-flag.m4 \
- as-linguas.m4 \
Makefile.am.silent
diff --git a/configure.ac b/configure.ac
index 1d73705..883d2cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -213,7 +213,6 @@ AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,
"$GETTEXT_PACKAGE",
[The prefix for our gettext translation domains.])
-AS_ALL_LINGUAS
dnl = GTK Doc check ========================================================
diff --git a/po/LINGUAS b/po/LINGUAS
new file mode 100644
index 0000000..90a1b46
--- /dev/null
+++ b/po/LINGUAS
@@ -0,0 +1,3 @@
+ja
+pl
+zh_CN
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]