[gimp-help/gimp-help-2-10] Fix incorrect sort order in QUICKREFERENCE_ALL_LINGUAS
- From: Jacob Boerema <jboerema src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-help/gimp-help-2-10] Fix incorrect sort order in QUICKREFERENCE_ALL_LINGUAS
- Date: Sun, 20 Mar 2022 18:38:20 +0000 (UTC)
commit ced304a5ce4b7fdb6f1bccaaec1e4263332d5289
Author: Jacob Boerema <jgboerema gmail com>
Date: Sun Mar 20 14:35:51 2022 -0400
Fix incorrect sort order in QUICKREFERENCE_ALL_LINGUAS
(cherry picked from commit 1e98e6b69238a30a081adeea4699821eafbb067b)
configure.ac | 2 +-
quickreference/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 988cc9459..b123afbd9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -65,7 +65,7 @@ else
ALL_LINGUAS=`echo "$ALL_LINGUAS" | $SED -e 's/[,] */ /g'`
fi
if test "x$QUICKREFERENCE_ALL_LINGUAS" = "x"; then
- QUICKREFERENCE_ALL_LINGUAS="ca cs da de el es en fi fr it ja ko nl nn pl pt_BR ro ru sl sv zh_CN"
+ QUICKREFERENCE_ALL_LINGUAS="ca cs da de el en es fi fr it ja ko nl nn pl pt_BR ro ru sl sv zh_CN"
fi
AC_SUBST(ALL_LINGUAS)
diff --git a/quickreference/Makefile.am b/quickreference/Makefile.am
index 3458a1a11..f2fd82c9c 100644
--- a/quickreference/Makefile.am
+++ b/quickreference/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-QUICKREFERENCE_ALL_LINGUAS ?= ca cs da de el es en fi fr it ja ko nl nn pl pt_BR ro ru sl sv zh_CN
+QUICKREFERENCE_ALL_LINGUAS ?= ca cs da de el en es fi fr it ja ko nl nn pl pt_BR ro ru sl sv zh_CN
QUICKREFERENCE_LINGUAS = $(if $(LINGUAS),$(filter
$(QUICKREFERENCE_ALL_LINGUAS),$(LINGUAS)),$(QUICKREFERENCE_ALL_LINGUAS))
POT_FILES = $(srcdir)/po/gimp-keys.pot
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]