summaryrefslogtreecommitdiff
path: root/frontends/gtk/Makefile
diff options
context:
space:
mode:
authorZixing Liu <liushuyu@aosc.io>2020-09-02 08:59:38 +0100
committerVincent Sanders <vince@kyllikki.org>2020-09-02 08:59:38 +0100
commit50f5e3f1a655f0ef17e31433873855770d191176 (patch)
treef56f8aeaa53e3d0663ed695ac507a20ff160cf09 /frontends/gtk/Makefile
parent4d224afba38b32c9925f0f8ce7cfaf951936c6d7 (diff)
downloadnetsurf-50f5e3f1a655f0ef17e31433873855770d191176.tar.gz
netsurf-50f5e3f1a655f0ef17e31433873855770d191176.tar.bz2
Makefile: add Chinese (Simplified) translation target
Signed-off-by: Zixing Liu <liushuyu@aosc.io>
Diffstat (limited to 'frontends/gtk/Makefile')
-rw-r--r--frontends/gtk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/gtk/Makefile b/frontends/gtk/Makefile
index 02a5fdb73..e4929e416 100644
--- a/frontends/gtk/Makefile
+++ b/frontends/gtk/Makefile
@@ -185,7 +185,7 @@ GTK_RESOURCES_LIST := \
$(wildcard $(NSGTK_RESOURCES_DIR)/*.gtk$(NETSURF_GTK_MAJOR).ui)
# translations with more than just Messages files
-GTK_TRANSLATIONS_HTML := de en fr it ja nl
+GTK_TRANSLATIONS_HTML := de en fr it ja nl zh_CN
# destination for installed resources is the first entry in the gtk resource path
NSGTK_RESOURCES_DESTDIR := $(DESTDIR)$(word 1,$(subst :, ,$(NETSURF_GTK_RES_PATH)))