fix: typo

This commit is contained in:
Tienson Qin
2021-05-19 19:00:37 +08:00
parent 295fb4fa3c
commit 43a4a3a06c
2 changed files with 4 additions and 4 deletions

View File

@@ -6,9 +6,9 @@
[frontend.state :as state]))
;; TODO
;; - [x] Get the preffered language from state
;; - [x] Update the preffered language
;; - [x] Create t functiona which takes a keyword and returns text with the current preffered language
;; - [x] Get the prefered language from state
;; - [x] Update the prefered language
;; - [x] Create t functiona which takes a keyword and returns text with the current prefered language
;; - [x] Add fetch for local browser prefered language if user has set it already
;; - [ ] Fetch prefered language from backend if user is logged in