aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kügel <skuegel@web.de>2023-01-16 14:39:54 +0100
committerStefan Kügel <skuegel@web.de>2023-01-16 14:39:54 +0100
commit30d33644290f1c5ecc16be1208e713aff088ad05 (patch)
tree75977474ef8788bd03bd5c806fb621dd6a7bc2e1
parentefc877495f5611a4ae5a1ab8d599bb3098d5931c (diff)
downloadwww-30d33644290f1c5ecc16be1208e713aff088ad05.tar.gz
www-30d33644290f1c5ecc16be1208e713aff088ad05.zip
Updating the Makefile and YML (year update, language file generation for Catalan and Esperanto)
Signed-off-by: Stefan Kügel <skuegel@web.de>
-rw-r--r--Makefile4
-rw-r--r--www.yml2
2 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3b891920..a3bd45c8 100644
--- a/Makefile
+++ b/Makefile
@@ -10,8 +10,8 @@ all:
10 10
11.PHONY: run 11.PHONY: run
12run: all 12run: all
13 $(browser) http://0.0.0.0:8000/rendered/en & 13 $(browser) http://0.0.0.0:8000/en &
14 $(python) -m http.server 14 $(python) -m http.server --directory rendered/
15 15
16variant = $(opt_variant) 16variant = $(opt_variant)
17 17
diff --git a/www.yml b/www.yml
index 83ab5a1d..b9eea258 100644
--- a/www.yml
+++ b/www.yml
@@ -10,6 +10,8 @@ siteconf:
10langs_full: &langs 10langs_full: &langs
11 en: English 11 en: English
12 ar: عربي 12 ar: عربي
13 ca: Català
14 eo: Esperanto
13 fr: Français 15 fr: Français
14 it: Italiano 16 it: Italiano
15 es: Español 17 es: Español