File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
* Adds BugReporting.setVideoRecordingFloatingButtonPosition API
4
4
* Adds some missing string keys and their mappings on iOS and Android
5
+ * Adds missing mapping for portuguesePortugal locale on iOS
5
6
* Fixes an issue with some string keys not working on Android
6
7
7
8
## 11.2.0 (2022-09-08)
Original file line number Diff line number Diff line change @@ -1054,6 +1054,7 @@ + (NSDictionary *)constants {
1054
1054
@" IBGLocale.korean" : @(IBGLocaleKorean),
1055
1055
@" IBGLocale.polish" : @(IBGLocalePolish),
1056
1056
@" IBGLocale.portugueseBrazil" : @(IBGLocalePortugueseBrazil),
1057
+ @" IBGLocale.portuguesePortugal" : @(IBGLocalePortuguese),
1057
1058
@" IBGLocale.russian" : @(IBGLocaleRussian),
1058
1059
@" IBGLocale.spanish" : @(IBGLocaleSpanish),
1059
1060
@" IBGLocale.swedish" : @(IBGLocaleSwedish),
You can’t perform that action at this time.
0 commit comments