We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a9fbbc commit 74bef77Copy full SHA for 74bef77
src/libs/Localize/index.js
@@ -15,7 +15,7 @@ LocaleListener.connect();
15
// Note: This has to be initialized inside a function and not at the top level of the file, because Intl is polyfilled,
16
// and if React Native executes this code upon import, then the polyfill will not be available yet and it will barf
17
let CONJUNCTION_LIST_FORMATS_FOR_LOCALES;
18
-function init () {
+function init() {
19
CONJUNCTION_LIST_FORMATS_FOR_LOCALES = _.reduce(CONST.LOCALES, (memo, locale) => {
20
// This is not a supported locale, so we'll use ES_ES instead
21
if (locale === CONST.LOCALES.ES_ES_ONFIDO) {
0 commit comments