Hi Daniel,
The issue is not related to the component itselft (I was misled by your initial post) but with cordova plugins. You need to edit the Plist and add the setting for CFBundleLocalizations in pt
this is how i use it:
<config-file target="*-Info.plist" platform="ios" parent="CFBundleLocalizations" overwrite="true">
<array>
<string>pt</string>
</array>
</config-file>
Rodrigo