mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-04 12:55:03 +00:00
Disable translations - only use English for the moment until designs are stable and translations are correct (#16103)
This commit is contained in:
parent
19a76c22d1
commit
8f92fe344a
@ -1,9 +1,11 @@
|
||||
(ns status-im2.setup.i18n-resources
|
||||
(:require [clojure.string :as string]
|
||||
[utils.i18n :as i18n]
|
||||
[react-native.languages :as react-native-languages]))
|
||||
[utils.i18n :as i18n]))
|
||||
|
||||
(def default-device-language (react-native-languages/get-lang-keyword))
|
||||
;; FIXME: that should be replaced with `(react-native-languages/get-lang-keyword)`
|
||||
;; in order for languages/translations to work
|
||||
;; see https://github.com/status-im/status-mobile/issues/16058 for details
|
||||
(def default-device-language :en)
|
||||
|
||||
(def languages
|
||||
#{:ar :bn :de :el :en :es :es_419 :es_AR :fil :fr :hi :id :in :it :ja :ko :ms :nl :pl :pt :pt_BR :ru
|
||||
|
Loading…
x
Reference in New Issue
Block a user