Skip to content
Snippets Groups Projects
Commit 67f06807 authored by Sameer Al-Sakran's avatar Sameer Al-Sakran
Browse files

pass linters

parent 4176703b
No related branches found
No related tags found
No related merge requests found
......@@ -8,5 +8,6 @@
(map (fn [locale] [locale (.getDisplayName (Locale/forLanguageTag locale))]) (available-locales)))
(defn set-locale
"This sets the local for the instance"
[locale]
(Locale/setDefault (Locale/forLanguageTag locale)))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment