[gimp-help] Fix incorrect sort order in QUICKREFERENCE_ALL_LINGUAS
- From: Jacob Boerema <jboerema src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-help] Fix incorrect sort order in QUICKREFERENCE_ALL_LINGUAS
- Date: Sun, 20 Mar 2022 18:37:27 +0000 (UTC)
commit 1e98e6b69238a30a081adeea4699821eafbb067b
Author: Jacob Boerema <jgboerema gmail com>
Date: Sun Mar 20 14:35:51 2022 -0400
Fix incorrect sort order in QUICKREFERENCE_ALL_LINGUAS
configure.ac | 2 +-
quickreference/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index adc4c3ee0..5a883c926 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 4493ae3d6..049f14e47 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]