Skip to content

Commit c96012d

Browse files
authored
[MOB-10339] Add portuguesePortugal locale mapping on iOS (#275)
* Add mapping for `portuguesePortugal` locale on iOS * Update CHANGELOG.md
1 parent d06dd17 commit c96012d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
* Adds BugReporting.setVideoRecordingFloatingButtonPosition API
44
* Adds some missing string keys and their mappings on iOS and Android
5+
* Adds missing mapping for portuguesePortugal locale on iOS
56
* Fixes an issue with some string keys not working on Android
67

78
## 11.2.0 (2022-09-08)

ios/Classes/InstabugFlutterPlugin.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,6 +1054,7 @@ + (NSDictionary *)constants {
10541054
@"IBGLocale.korean": @(IBGLocaleKorean),
10551055
@"IBGLocale.polish": @(IBGLocalePolish),
10561056
@"IBGLocale.portugueseBrazil": @(IBGLocalePortugueseBrazil),
1057+
@"IBGLocale.portuguesePortugal": @(IBGLocalePortuguese),
10571058
@"IBGLocale.russian": @(IBGLocaleRussian),
10581059
@"IBGLocale.spanish": @(IBGLocaleSpanish),
10591060
@"IBGLocale.swedish": @(IBGLocaleSwedish),

0 commit comments

Comments
 (0)