diff options
author | stuebinm | 2021-04-08 18:06:58 +0200 |
---|---|---|
committer | stuebinm | 2021-04-08 18:32:33 +0200 |
commit | 1c5b1e38820f411563efb265b18c4cba6c518074 (patch) | |
tree | fae39036ea35e43f1b66136ad0e6910a2865f7f5 /todo.org | |
parent | 3890d8ac88b2fdfa7b54d433e8e2edf2164be6f0 (diff) |
site: attempt to guess default language
(from the browser's preferences set via navigator.language and
navigator.languages)
Diffstat (limited to 'todo.org')
-rw-r--r-- | todo.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,7 @@ ** IDEA via length * TODO Server -** TODO raise less exceptions +** TODO raise fewer exceptions ** IDEA possibly switch from guile to rust or something * TODO List of public surveys @@ -20,5 +20,5 @@ * TODO UI ** IDEA Surveys with multiple pages Seems unclear how to do this in a way that also works with screen readers etc. -** TODO Support for multiple languages (defined via config.dhall) +** DONE Support for multiple languages (defined via config.dhall) ** DONE Automatic Dark mode |