summaryrefslogtreecommitdiff
path: root/issues
diff options
context:
space:
mode:
Diffstat (limited to 'issues')
-rw-r--r--issues/internationalization.gmi5
1 files changed, 5 insertions, 0 deletions
diff --git a/issues/internationalization.gmi b/issues/internationalization.gmi
new file mode 100644
index 0000000..dc6fffa
--- /dev/null
+++ b/issues/internationalization.gmi
@@ -0,0 +1,5 @@
+# Internationalization
+
+* tags: enhancement
+
+We must internationalize all our message strings and make them ready for translation to various languages. We can Guile's GNU gettext interface to provide localization. In the CLI, gettext can automatically pick the language based on the locale. In the web UI, we will have to pass the value of the Accept-Language header to gettext. The Accept-Language header can be used for browser fingerprinting and privacy conscious users may not set it, but we have no better option.