[release-notes/gnome-3-36] Embed LINGUAS into Makefile.am



commit 507af23e811dea24c7d1cab504b19792169b5a0c
Author: Bartłomiej Piotrowski <b bpiotrowski pl>
Date:   Fri Jun 19 10:43:41 2020 +0200

    Embed LINGUAS into Makefile.am
    
    This is important: it needs to be that way so lgo's regexp finds
    available languages properly. Otherwise things explode and people
    complain about it like here:
    
    https://gitlab.gnome.org/Teams/Engagement/release-notes/-/issues/21

 help/LINGUAS     | 21 ---------------------
 help/Makefile.am |  2 +-
 2 files changed, 1 insertion(+), 22 deletions(-)
---
diff --git a/help/Makefile.am b/help/Makefile.am
index a18224fc..251fbd71 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -17,4 +17,4 @@ HELP_MEDIA = \
  figures/placeholder.png \
  figures/settings.png
 
-HELP_LINGUAS = $(shell cat LINGUAS | sed '/^#/d')
+HELP_LINGUAS = cs da de el es fr fur gl hu id it ja ko lt nl pl pt_BR ro sv tr


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]