Skip to content

Commit 7e0e1c9

Browse files
committed
🐛 fix locale german showing french on android
1 parent d58884a commit 7e0e1c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/instabug/reactlibrary/RNInstabugReactnativeModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2189,7 +2189,7 @@ public Map<String, Object> getConstants() {
21892189
constants.put("localeDutch", LOCALE_DUTCH);
21902190
constants.put("localeEnglish", LOCALE_ENGLISH);
21912191
constants.put("localeFrench", LOCALE_FRENCH);
2192-
constants.put("localeGerman", LOCALE_FRENCH);
2192+
constants.put("localeGerman", LOCALE_GERMAN);
21932193
constants.put("localeKorean", LOCALE_KOREAN);
21942194
constants.put("localeItalian", LOCALE_ITALIAN);
21952195
constants.put("localeJapanese", LOCALE_JAPANESE);

0 commit comments

Comments
 (0)