Skip to content

Commit fd705b4

Browse files
committed
feat: add portuguese localization
1 parent 025053d commit fd705b4

5 files changed

Lines changed: 370 additions & 1 deletion

File tree

alt-tab-macos.xcodeproj/project.pbxproj

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
D04BA2D8099594E1593EC8EF /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = D04BA88EDDDD6CB3FBE71FC5 /* InfoPlist.strings */; };
3737
D04BA2E64C59D96F6EB27D9D /* FeedbackWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = D04BA26C75F76C277653C932 /* FeedbackWindow.swift */; };
3838
D04BA30A1697247D21AB26E4 /* menubar-icon-2@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D04BADE3AAB5930FB7DC4A25 /* menubar-icon-2@2x.png */; };
39+
D04BA328F7C85DD1A6C1C7ED /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = D04BAB163FDEE79F096A410A /* Localizable.strings */; };
3940
D04BA34AC850A273AB288B1E /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = D04BA3B51D05213404938366 /* Localizable.strings */; };
4041
D04BA3744F48116DF4252B19 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = D04BA02355EB28D639F854DF /* Localizable.strings */; };
4142
D04BA3C24F4F644EA91DE38C /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = D04BA717693DA18CB74BAED1 /* Localizable.strings */; };
@@ -89,6 +90,7 @@
8990
D04BABED81800E18732912CC /* CGWindowID.swift in Sources */ = {isa = PBXBuildFile; fileRef = D04BA03200F5A8FC0CD03607 /* CGWindowID.swift */; };
9091
D04BABEECBC6D922298BC93A /* Spaces.swift in Sources */ = {isa = PBXBuildFile; fileRef = D04BA7CF9C2D1BEC7C05AB24 /* Spaces.swift */; };
9192
D04BAC011A71E0418154F8CD /* Preferences.swift in Sources */ = {isa = PBXBuildFile; fileRef = D04BA9B93823398A542FF7A0 /* Preferences.swift */; };
93+
D04BAC23045A0A119B527DEB /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = D04BA1BF6225E8B19676670A /* InfoPlist.strings */; };
9294
D04BAC3169D54014CBA9ACE5 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = D04BAE7F55A4A3EC5F6D311A /* Localizable.strings */; };
9395
D04BAC463D66BB8E19CF8E2E /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = D04BA98FEA8906BA589E5688 /* InfoPlist.strings */; };
9496
D04BAC51848224047F6EFB81 /* appearance@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D04BAB74B7F9A08087D302F3 /* appearance@2x.png */; };
@@ -160,11 +162,13 @@
160162
D04BA32F25860B686DFE818A /* 3 windows - 1 line.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "3 windows - 1 line.jpg"; sourceTree = "<group>"; };
161163
D04BA3632A2EB5C64A3FEE59 /* hu */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = hu; path = InfoPlist.strings; sourceTree = "<group>"; };
162164
D04BA369B4D9FD6A13936F53 /* bare.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = bare.html; sourceTree = "<group>"; };
165+
D04BA3C951614ADC408312CB /* pt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = pt; path = InfoPlist.strings; sourceTree = "<group>"; };
163166
D04BA3EF6656955B0B29C2CD /* other.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = other.md; sourceTree = "<group>"; };
164167
D04BA3FF376BC2757D25A2AD /* controls@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "controls@2x.png"; sourceTree = "<group>"; };
165168
D04BA4135D97F9E784709DA8 /* ko */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = ko; path = InfoPlist.strings; sourceTree = "<group>"; };
166169
D04BA4336B6004A0A99849AD /* package.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = package.json; sourceTree = "<group>"; };
167170
D04BA459034C1885CA43A807 /* LICENCE.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = LICENCE.md; sourceTree = "<group>"; };
171+
D04BA484B11FEF4DBF08350A /* pt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = pt; path = Localizable.strings; sourceTree = "<group>"; };
168172
D04BA48BC82D3060C3A1AB11 /* AppCenterApplication.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppCenterApplication.m; sourceTree = "<group>"; };
169173
D04BA48E6F24E0948C4CB4F7 /* import_l10n_strings_from_poeditor.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = import_l10n_strings_from_poeditor.sh; sourceTree = "<group>"; };
170174
D04BA49E45BFFF3D9FC60E43 /* HyperlinkLabel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HyperlinkLabel.swift; sourceTree = "<group>"; };
@@ -671,6 +675,15 @@
671675
path = scripts;
672676
sourceTree = "<group>";
673677
};
678+
D04BA73A4E93A33FBB066D8D /* pt.lproj */ = {
679+
isa = PBXGroup;
680+
children = (
681+
D04BA1BF6225E8B19676670A /* InfoPlist.strings */,
682+
D04BAB163FDEE79F096A410A /* Localizable.strings */,
683+
);
684+
path = pt.lproj;
685+
sourceTree = "<group>";
686+
};
674687
D04BA7568B7165A7726306A7 /* icons */ = {
675688
isa = PBXGroup;
676689
children = (
@@ -870,6 +883,7 @@
870883
D04BA90F4F92BE2E7EDFDF7E /* ar.lproj */,
871884
D04BA61A8DB64F718D0676FD /* nl.lproj */,
872885
D04BA6979DFAC087823F7683 /* id.lproj */,
886+
D04BA73A4E93A33FBB066D8D /* pt.lproj */,
873887
);
874888
path = l10n;
875889
sourceTree = "<group>";
@@ -1041,6 +1055,8 @@
10411055
D04BA16BA4743CD91B9E038C /* menubar-icon-1@2x.png in Resources */,
10421056
D04BA30A1697247D21AB26E4 /* menubar-icon-2@2x.png in Resources */,
10431057
D04BA7082CE953E4913E2B9C /* menubar-icon-3@2x.png in Resources */,
1058+
D04BAC23045A0A119B527DEB /* InfoPlist.strings in Resources */,
1059+
D04BA328F7C85DD1A6C1C7ED /* Localizable.strings in Resources */,
10441060
);
10451061
runOnlyForDeploymentPostprocessing = 0;
10461062
};
@@ -1228,6 +1244,14 @@
12281244
name = InfoPlist.strings;
12291245
sourceTree = "<group>";
12301246
};
1247+
D04BA1BF6225E8B19676670A /* InfoPlist.strings */ = {
1248+
isa = PBXVariantGroup;
1249+
children = (
1250+
D04BA3C951614ADC408312CB /* pt */,
1251+
);
1252+
name = InfoPlist.strings;
1253+
sourceTree = "<group>";
1254+
};
12311255
D04BA2C08725A5F2C34EB809 /* InfoPlist.strings */ = {
12321256
isa = PBXVariantGroup;
12331257
children = (
@@ -1388,6 +1412,14 @@
13881412
name = InfoPlist.strings;
13891413
sourceTree = "<group>";
13901414
};
1415+
D04BAB163FDEE79F096A410A /* Localizable.strings */ = {
1416+
isa = PBXVariantGroup;
1417+
children = (
1418+
D04BA484B11FEF4DBF08350A /* pt */,
1419+
);
1420+
name = Localizable.strings;
1421+
sourceTree = "<group>";
1422+
};
13911423
D04BABA255CD25D8724A06CD /* Localizable.strings */ = {
13921424
isa = PBXVariantGroup;
13931425
children = (

docs/Contributors.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ They helped [localize the app](https://poeditor.com/join/project/8AOEZ0eAZE):
2323
* Aden Aziz
2424
* Albert Abdilim
2525
* blanorama
26+
* Carlosellery
2627
* Chun Fei Lung
2728
* Elisabeth landblok
2829
* Eric WANTZ
30+
* Filipe
2931
* Hokuto Kato
3032
* Ialiendeg
3133
* Jaeyong Sung

docs/Introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ From macOS 10.12 to 10.15
2222

2323
The app is available in:
2424

25-
Bahasa Indonesia, Deutsch, English, Español, Français, Italiano, Lëtzebuergesch, Magyar, Nederlands, Português (Brasil), العربية, Suomi, Türkçe, Русский язык, 中文 (简体), 中文 (繁体), 日本語, 한국어
25+
Bahasa Indonesia, Deutsch, English, Español, Français, Italiano, Lëtzebuergesch, Magyar, Nederlands, Português, Português (Brasil), العربية, Suomi, Türkçe, Русский язык, 中文 (简体), 中文 (繁体), 日本語, 한국어
2626

2727
[Contribute your own language easily!](https://poeditor.com/join/project/8AOEZ0eAZE)
2828

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/*Copyright (human-readable)*/
2+
"NSHumanReadableCopyright" = "Licença GPL-3.0";

0 commit comments

Comments
 (0)