From a6704005763a42f3d7b57770dc87d8bedb80b662 Mon Sep 17 00:00:00 2001 From: Stefan Kügel Date: Mon, 8 Mar 2021 17:45:52 +0100 Subject: Added new languages to the Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 86574c7a..36bb753c 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include build-system/config.mk # List of all supported languages, add new languages here! -LANGUAGES="en de fr es it ru pt ja sv tr" +LANGUAGES="en ar zh_Hant fr de hi it ja ko pt pt_BR ru es sv tr" # All: build HTML pages in all languages and compile the # TypeScript logic in web-common. -- cgit v1.2.3