File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,27 @@ adding the above files.
17
17
18
18
You need to translate all the strings in ` main.po ` .
19
19
20
+ To add a new meny entry for the new language:
21
+ * add the language to ` internet.nl/settings.py `
22
+ * update ` webserver/nginx_templates/app.conf.template ` to include the language
23
+ * update ` docker/webserver/certbot.sh ` to request LE certs for the new subdomain
24
+
25
+ This presumes you
26
+ have the corresponding DNS entries already created, such as
27
+
28
+ ```
29
+ [lang].example.nl
30
+ [lang].fr.ipv6.example.nl
31
+ [lang].conn.example.nl
32
+ [lang].conn.ipv6.example.nl
33
+ ```
34
+
35
+ where [ lang] is the 2 letter ISO 639-1 language code.
36
+
37
+ Then, update the site using the procedure in [ documentation/Docker-forked.md] ( Docker-forked.md ) to rebuild the front accordingly.
38
+
20
39
For ` news.po ` you can provide your own news/blogs but you need to follow the
21
- existing conventions.
40
+ existing conventions. ( ** FIXME ** : this needs further clarification)
22
41
23
42
24
43
## Scores
You can’t perform that action at this time.
0 commit comments