Skip to content

Commit

Permalink
string ns
Browse files Browse the repository at this point in the history
  • Loading branch information
flexsurfer authored and jinhojang6 committed Jan 28, 2020
1 parent c40f92f commit 99b6d4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prod/status_im/i18n_resources.cljs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
(ns status-im.i18n-resources
(:require [status-im.react-native.js-dependencies :as rn-dependencies]))
(:require [status-im.react-native.js-dependencies :as rn-dependencies]
[clojure.string :as string]))

(def default-device-language
(keyword (.-language rn-dependencies/react-native-languages)))
Expand Down

0 comments on commit 99b6d4b

Please sign in to comment.