Adds Brazilian Portuguese (pt-BR) localization.

This commit is contained in:
Marcus Pereira
2023-09-19 13:29:41 -03:00
parent 22a2fff54b
commit f5999d7ed5
3 changed files with 27 additions and 0 deletions

View File

@@ -41,6 +41,8 @@
/* End PBXCopyFilesBuildPhase section */ /* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */ /* Begin PBXFileReference section */
2C284C432AB9FFA200F8D624 /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = "pt-BR"; path = "pt-BR.lproj/Localizable.stringsdict"; sourceTree = "<group>"; };
2C284C442AB9FFA200F8D624 /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/Localizable.strings"; sourceTree = "<group>"; };
3226184D2A51E10600B06FD1 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = de; path = de.lproj/Localizable.stringsdict; sourceTree = "<group>"; }; 3226184D2A51E10600B06FD1 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = de; path = de.lproj/Localizable.stringsdict; sourceTree = "<group>"; };
3226184E2A51E10600B06FD1 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; }; 3226184E2A51E10600B06FD1 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; };
322618502A51EB8A00B06FD1 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = es; path = es.lproj/Localizable.stringsdict; sourceTree = "<group>"; }; 322618502A51EB8A00B06FD1 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = es; path = es.lproj/Localizable.stringsdict; sourceTree = "<group>"; };
@@ -201,6 +203,7 @@
de, de,
es, es,
th, th,
"pt-BR",
); );
mainGroup = 69DA9A0529E0BF5100A442DA; mainGroup = 69DA9A0529E0BF5100A442DA;
packageReferences = ( packageReferences = (
@@ -262,6 +265,7 @@
3226184E2A51E10600B06FD1 /* de */, 3226184E2A51E10600B06FD1 /* de */,
322618512A51EB8A00B06FD1 /* es */, 322618512A51EB8A00B06FD1 /* es */,
B670906F2A6D237600DB8273 /* th */, B670906F2A6D237600DB8273 /* th */,
2C284C442AB9FFA200F8D624 /* pt-BR */,
); );
name = Localizable.strings; name = Localizable.strings;
sourceTree = "<group>"; sourceTree = "<group>";
@@ -275,6 +279,7 @@
3226184D2A51E10600B06FD1 /* de */, 3226184D2A51E10600B06FD1 /* de */,
322618502A51EB8A00B06FD1 /* es */, 322618502A51EB8A00B06FD1 /* es */,
B670906E2A6D234D00DB8273 /* th */, B670906E2A6D234D00DB8273 /* th */,
2C284C432AB9FFA200F8D624 /* pt-BR */,
); );
name = Localizable.stringsdict; name = Localizable.stringsdict;
sourceTree = "<group>"; sourceTree = "<group>";

Binary file not shown.

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NFiles</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@files@</string>
<key>files</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>d</string>
<key>one</key>
<string>%d file</string>
<key>other</key>
<string>%d files</string>
</dict>
</dict>
</dict>
</plist>