feat: add vietnamese and luxembourgish localizations

This commit is contained in:
Louis Pontoise
2021-08-31 01:36:15 +09:00
parent a7026a4f24
commit 749db12bbd
7 changed files with 430 additions and 5 deletions
+66
View File
@@ -23,11 +23,15 @@
BF0C853B271C4407E87FA183 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C8096A88BC18C4902C037 /* InfoPlist.strings */; };
BF0C855CF8BA047E180425F9 /* KeyRepeatTimer.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF0C864F182B6155A66D241D /* KeyRepeatTimer.swift */; };
BF0C8658CC748011E57691B7 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C84F4B25A7C26A88ADE92 /* Localizable.strings */; };
BF0C87732A6E660899D13BFD /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C886B1D6E707E9E6BE46C /* InfoPlist.strings */; };
BF0C884D88B74F05B8BBF956 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C88A25E1ED37E5F80AC91 /* Localizable.strings */; };
BF0C88D7E209C788558BD943 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C8CC9692E6E4A32846D72 /* InfoPlist.strings */; };
BF0C894325A54CF0B6B53464 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C8B8B31D2F421AC258351 /* Localizable.strings */; };
BF0C89DF22C7B7D0C27DA2A4 /* WindowControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF0C884157B87BF0E17EF7F8 /* WindowControlView.swift */; };
BF0C8AC57CE5E9BBEEE2442A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C885D34CDCE2AFC5A94F7 /* InfoPlist.strings */; };
BF0C8B154051EC0D440339D4 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C8A9D25A9680EB19444BC /* Localizable.strings */; };
BF0C8B2E933E4A0A91D7AF64 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C8195F23B30B8F4DD38D1 /* Localizable.strings */; };
BF0C8C4381FB16A4DFBBB219 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C8357200430B9683ECD6F /* InfoPlist.strings */; };
BF0C8C9CA44285E493918A74 /* menubar-3@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BF0C8E54658B4DAEA0528200 /* menubar-3@2x.png */; };
BF0C8CB668FFABBCA23880B6 /* minimize@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BF0C817D9C335EE4A0536601 /* minimize@2x.png */; };
BF0C8CC5057406014FD612CC /* ATShortcut.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF0C8BA452332236D972C60E /* ATShortcut.swift */; };
@@ -142,6 +146,7 @@
481FE54624D2D387001032F1 /* alt-tab-macos-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "alt-tab-macos-Bridging-Header.h"; sourceTree = "<group>"; };
59DD4BE63D42EEFF1182BA7F /* Pods-alt-tab-macos.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-alt-tab-macos.release.xcconfig"; path = "Target Support Files/Pods-alt-tab-macos/Pods-alt-tab-macos.release.xcconfig"; sourceTree = "<group>"; };
672F94799CC7C90282AEB3EA /* Pods-alt-tab-macos.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-alt-tab-macos.debug.xcconfig"; path = "Target Support Files/Pods-alt-tab-macos/Pods-alt-tab-macos.debug.xcconfig"; sourceTree = "<group>"; };
BF0C80A05C11C8ADC366EC4A /* lb */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = lb; path = InfoPlist.strings; sourceTree = "<group>"; };
BF0C8113492C0FFCB4454BC9 /* sl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = sl; path = Localizable.strings; sourceTree = "<group>"; };
BF0C817D9C335EE4A0536601 /* minimize@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "minimize@2x.png"; sourceTree = "<group>"; };
BF0C81B8A30416D774B5B60E /* fullscreen.svg */ = {isa = PBXFileReference; lastKnownFileType = file.svg; path = fullscreen.svg; sourceTree = "<group>"; };
@@ -165,10 +170,13 @@
BF0C8898ADB2A1B49312E87B /* cs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = cs; path = InfoPlist.strings; sourceTree = "<group>"; };
BF0C88BF67CF4D71002A60EB /* menubar-1@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "menubar-1@2x.png"; sourceTree = "<group>"; };
BF0C88D6043B83B535BEAAA2 /* no */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = no; path = Localizable.strings; sourceTree = "<group>"; };
BF0C895E5D9E3F43E1CA9FC1 /* vi */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = vi; path = InfoPlist.strings; sourceTree = "<group>"; };
BF0C899605B39AB4EE0E8EB8 /* icon_512x512.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon_512x512.png; sourceTree = "<group>"; };
BF0C89A541FBEA23E7CB1D94 /* lb */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = lb; path = Localizable.strings; sourceTree = "<group>"; };
BF0C8B15FFB262ECC54B5AA4 /* sl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = sl; path = InfoPlist.strings; sourceTree = "<group>"; };
BF0C8B2EA9269BA0B79A525F /* sk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = sk; path = Localizable.strings; sourceTree = "<group>"; };
BF0C8BA452332236D972C60E /* ATShortcut.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ATShortcut.swift; sourceTree = "<group>"; };
BF0C8CE7BBC3B9B0CEC008FF /* vi */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = vi; path = Localizable.strings; sourceTree = "<group>"; };
BF0C8D3333653ACAEF730DD8 /* menubar-2@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "menubar-2@2x.png"; sourceTree = "<group>"; };
BF0C8E25373671B528AD448D /* screen-recording@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "screen-recording@2x.png"; sourceTree = "<group>"; };
BF0C8E54658B4DAEA0528200 /* menubar-3@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "menubar-3@2x.png"; sourceTree = "<group>"; };
@@ -507,6 +515,15 @@
path = sv.lproj;
sourceTree = "<group>";
};
BF0C8D5012C31223B5E1A4E5 /* vi.lproj */ = {
isa = PBXGroup;
children = (
BF0C88A25E1ED37E5F80AC91 /* Localizable.strings */,
BF0C886B1D6E707E9E6BE46C /* InfoPlist.strings */,
);
path = vi.lproj;
sourceTree = "<group>";
};
BF0C8D751CD3017B00BE2344 /* cs.lproj */ = {
isa = PBXGroup;
children = (
@@ -516,6 +533,15 @@
path = cs.lproj;
sourceTree = "<group>";
};
BF0C8E80897D08AF18F9EF05 /* lb.lproj */ = {
isa = PBXGroup;
children = (
BF0C8357200430B9683ECD6F /* InfoPlist.strings */,
BF0C8195F23B30B8F4DD38D1 /* Localizable.strings */,
);
path = lb.lproj;
sourceTree = "<group>";
};
D04BA07CB9DE3923A0D402D7 /* it.lproj */ = {
isa = PBXGroup;
children = (
@@ -1046,6 +1072,8 @@
BF0C81EB02768FAD7290E6A4 /* uk.lproj */,
BF0C8D751CD3017B00BE2344 /* cs.lproj */,
BF0C8BC595FF01688DB31B8A /* sv.lproj */,
BF0C8D5012C31223B5E1A4E5 /* vi.lproj */,
BF0C8E80897D08AF18F9EF05 /* lb.lproj */,
);
path = l10n;
sourceTree = "<group>";
@@ -1159,6 +1187,8 @@
uk,
cs,
sv,
vi,
lb,
);
mainGroup = D04BA1463D2A17038222BB84;
productRefGroup = D04BA1A461BBB5A9BE15E015 /* Products */;
@@ -1245,6 +1275,10 @@
BF0C84D7DC2AC65BB1C111EB /* Localizable.strings in Resources */,
BF0C8DD7EBC3BA1E86BF4BDB /* InfoPlist.strings in Resources */,
BF0C83AB0186CC48FADF66A7 /* Localizable.strings in Resources */,
BF0C884D88B74F05B8BBF956 /* Localizable.strings in Resources */,
BF0C87732A6E660899D13BFD /* InfoPlist.strings in Resources */,
BF0C8C4381FB16A4DFBBB219 /* InfoPlist.strings in Resources */,
BF0C8B2E933E4A0A91D7AF64 /* Localizable.strings in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -1402,6 +1436,14 @@
name = InfoPlist.strings;
sourceTree = "<group>";
};
BF0C8195F23B30B8F4DD38D1 /* Localizable.strings */ = {
isa = PBXVariantGroup;
children = (
BF0C89A541FBEA23E7CB1D94 /* lb */,
);
name = Localizable.strings;
sourceTree = "<group>";
};
BF0C81DF55C6B0A279CE0FE1 /* Localizable.strings */ = {
isa = PBXVariantGroup;
children = (
@@ -1434,6 +1476,14 @@
name = Localizable.strings;
sourceTree = "<group>";
};
BF0C8357200430B9683ECD6F /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
BF0C80A05C11C8ADC366EC4A /* lb */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
BF0C841E403C1C6E8C65727E /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
@@ -1466,6 +1516,22 @@
name = InfoPlist.strings;
sourceTree = "<group>";
};
BF0C886B1D6E707E9E6BE46C /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
BF0C895E5D9E3F43E1CA9FC1 /* vi */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
BF0C88A25E1ED37E5F80AC91 /* Localizable.strings */ = {
isa = PBXVariantGroup;
children = (
BF0C8CE7BBC3B9B0CEC008FF /* vi */,
);
name = Localizable.strings;
sourceTree = "<group>";
};
BF0C8A9D25A9680EB19444BC /* Localizable.strings */ = {
isa = PBXVariantGroup;
children = (
+2 -1
View File
@@ -3,6 +3,7 @@
They helped [develop the app](https://github.com/lwouis/alt-tab-macos/graphs/contributors):
* [adamnemecek](https://github.com/adamnemecek)
* [AfzalivE](https://github.com/AfzalivE)
* [akx](https://github.com/akx)
* [Calinou](https://github.com/Calinou)
* [damonpam](https://github.com/damonpam)
@@ -12,6 +13,7 @@ They helped [develop the app](https://github.com/lwouis/alt-tab-macos/graphs/con
* [karbassi](https://github.com/karbassi)
* [L1cardo](https://github.com/L1cardo)
* [lwouis](https://github.com/lwouis)
* [nella17](https://github.com/nella17)
* [notlmn](https://github.com/notlmn)
* [phungtuanhoang1996](https://github.com/phungtuanhoang1996)
* [rbnis](https://github.com/rbnis)
@@ -37,7 +39,6 @@ They helped [localize the app](https://poeditor.com/join/project/8AOEZ0eAZE):
* Chun Fei Lung
* Dan
* Dan84
* Daniel M
* David R
* Didier Deschrijver
* Eric WANTZ
+1 -1
View File
@@ -27,7 +27,7 @@ Homebrew 2.5 or above | Homebrew 2.4 or below
The app is available in:
Bahasa Indonesia, Čeština, Deutsch, English, Español, Français, Italiano, Lëtzebuergesch, Magyar, Nederlands, Norsk, Polski, Português, Português (Brasil), العربية, Slovenčina, Slovenščina, Suomi, Svenska, Türkçe, Русский язык, українська мова, 简体中文, 繁體中文, 日本語, 한국어
Bahasa Indonesia, Čeština, Deutsch, English, Español, Français, Italiano, Lëtzebuergesch, Magyar, Nederlands, Norsk, Polski, Português, Português (Brasil), العربية, Slovenčina, Slovenščina, Suomi, Svenska, Tiếng Việt, Türkçe, Русский язык, українська мова, 简体中文, 繁體中文, 日本語, 한국어
[Contribute your own language easily!](https://poeditor.com/join/project/8AOEZ0eAZE)
-3
View File
@@ -16,9 +16,6 @@
/* No comment provided by engineer. */
"Active screen" = "Active screen";
/* No comment provided by engineer. */
"Active Space" = "Active Space";
/* No comment provided by engineer. */
"Align windows:" = "Align windows:";
@@ -0,0 +1,2 @@
/*Copyright (human-readable)*/
"NSHumanReadableCopyright" = "Giấy phép GPL-3.0";
+357
View File
@@ -0,0 +1,357 @@
/*No comment provided by engineer.*/
"About" = "Thông tin";
/*Menubar option. %@ is AltTab*/
"About %@" = "About %@";
/*No comment provided by engineer.*/
"Accessibility" = "Accessibility";
/*No comment provided by engineer.*/
"Acknowledgments" = "Acknowledgments";
/*No comment provided by engineer.*/
"Active app" = "Active app";
/*No comment provided by engineer.*/
"Active screen" = "Active screen";
/*No comment provided by engineer.*/
"Active Space" = "Active Space";
/*No comment provided by engineer.*/
"Align windows:" = "Align windows:";
/*No comment provided by engineer.*/
"All apps" = "All apps";
/*No comment provided by engineer.*/
"All data from this form will be made public, as a ticket on github.com" = "All data from this form will be made public, as a ticket on github.com";
/*No comment provided by engineer.*/
"All screens" = "All screens";
/*No comment provided by engineer.*/
"All Spaces" = "All Spaces";
/*No comment provided by engineer.*/
"Allowed" = "Allowed";
/*No comment provided by engineer.*/
"Also select windows using:" = "Also select windows using:";
/*No comment provided by engineer.*/
"AltTab crashed last time you used it. Sending a crash report will help get the issue fixed" = "AltTab crashed last time you used it. Sending a crash report will help get the issue fixed";
/*No comment provided by engineer.*/
"AltTab needs some permissions" = "AltTab needs some permissions";
/*No comment provided by engineer.*/
"Always send crash reports" = "Always send crash reports";
/*No comment provided by engineer.*/
"and press:" = "and press:";
/*No comment provided by engineer.*/
"Apparition delay:" = "Apparition delay:";
/*No comment provided by engineer.*/
"Appearance" = "Appearance";
/*No comment provided by engineer.*/
"Are you sure you dont want a response?" = "Are you sure you dont want a response?";
/*No comment provided by engineer.*/
"Arrow keys" = "Arrow keys";
/*No comment provided by engineer.*/
"Ask whether to send crash reports" = "Ask whether to send crash reports";
/*No comment provided by engineer.*/
"Auto-install updates periodically" = "Cập nhật tự động theo chu kì";
/*No comment provided by engineer.*/
"Blacklists" = "Blacklists";
/*Cancel button*/
"Cancel" = "Huỷ";
/*No comment provided by engineer.*/
"Cancel and hide" = "Cancel and hide";
/*No comment provided by engineer.*/
"Center" = "Center";
/*No comment provided by engineer.*/
"Check for updates now…" = "Kiểm tra cập nhật ngay lập tức";
/*No comment provided by engineer.*/
"Check for updates periodically" = "Kiểm tra cập nhật theo chu kì";
/*No comment provided by engineer.*/
"Check for updates…" = "Kiểm tra cập nhật";
/*No comment provided by engineer.*/
"Close window" = "Close window";
/*No comment provided by engineer.*/
"Conflicting shortcut" = "Conflicting shortcut";
/*No comment provided by engineer.*/
"Controls" = "Controls";
/*No comment provided by engineer.*/
"Crash reports policy:" = "Crash reports policy:";
/*No comment provided by engineer.*/
"Do nothing" = "Do nothing";
/*No comment provided by engineer.*/
"Dont check for updates periodically" = "Không kiểm tra cập nhật theo chu kì";
/*No comment provided by engineer.*/
"Dont send" = "Dont send";
/*No comment provided by engineer.*/
"Dont show windows from these apps" = "Dont show windows from these apps";
/*No comment provided by engineer.*/
"End" = "End";
/*No comment provided by engineer.*/
"Fade out animation:" = "Fade out animation:";
/*No comment provided by engineer.*/
"Focus selected window" = "Focus selected window";
/*No comment provided by engineer.*/
"Fullscreen windows:" = "Fullscreen windows:";
/*No comment provided by engineer.*/
"General" = "General";
/*No comment provided by engineer.*/
"Hidden windows:" = "Hidden windows:";
/*No comment provided by engineer.*/
"Hide" = "Hide";
/*No comment provided by engineer.*/
"Hide app badges:" = "Hide app badges:";
/*No comment provided by engineer.*/
"Hide apps with no open window:" = "Hide apps with no open window:";
/*No comment provided by engineer.*/
"Hide colored circles on mouse hover:" = "Hide colored circles on mouse hover:";
/*No comment provided by engineer.*/
"Hide Space number labels:" = "Ẩn nhãn không gian số:";
/*No comment provided by engineer.*/
"Hide status icons:" = "Hide status icons:";
/*No comment provided by engineer.*/
"Hide window thumbnails:" = "Hide window thumbnails:";
/*No comment provided by engineer.*/
"Hide/Show app" = "Hide/Show app";
/*No comment provided by engineer.*/
"Hold" = "Hold";
/*No comment provided by engineer.*/
"I think the app could be improved with…" = "Tôi nghĩ app có thể được cải thiện về mặt...";
/*No comment provided by engineer.*/
"Ignore shortcuts while a window from these apps is active" = "Ignore shortcuts while a window from these apps is active";
/*No comment provided by engineer.*/
"Latest releases" = "Phiên bản gần nhất";
/*No comment provided by engineer.*/
"Left" = "Left";
/*No comment provided by engineer.*/
"Max height on screen:" = "Max height on screen:";
/*No comment provided by engineer.*/
"Max width on screen:" = "Max width on screen:";
/*No comment provided by engineer.*/
"Menubar icon:" = "Menubar icon:";
/*No comment provided by engineer.*/
"Middle" = "Middle";
/*No comment provided by engineer.*/
"Minimize/Deminimize window" = "Minimize/Deminimize window";
/*No comment provided by engineer.*/
"Minimized windows:" = "Minimized windows:";
/*No comment provided by engineer.*/
"Mouse hover" = "Mouse hover";
/*No comment provided by engineer.*/
"Never send crash reports" = "Never send crash reports";
/*No comment provided by engineer.*/
"Not allowed" = "Not allowed";
/*Copyright (human-readable)*/
"NSHumanReadableCopyright" = "Giấy phép GPL-3.0";
/*No comment provided by engineer.*/
"Only if the window is fullscreen" = "Only if the window is fullscreen";
/*No comment provided by engineer.*/
"Open Accessibility Preferences…" = "Open Accessibility Preferences…";
/*No comment provided by engineer.*/
"Open Screen Recording Preferences…" = "Open Screen Recording Preferences…";
/*No comment provided by engineer.*/
"Optional: email (if you want a reply)" = "Optional: email (if you want a reply)";
/*No comment provided by engineer.*/
"Policies" = "Policies";
/*No comment provided by engineer.*/
"Preferences…" = "Tuỳ chỉnh";
/*No comment provided by engineer.*/
"Quit" = "Quit";
/*No comment provided by engineer.*/
"Quit %@" = "Thoát %@";
/*No comment provided by engineer.*/
"Quit app" = "Quit app";
/*No comment provided by engineer.*/
"Remember my choice" = "Remember my choice";
/*No comment provided by engineer.*/
"Rows of thumbnails:" = "Rows of thumbnails:";
/*No comment provided by engineer.*/
"Screen including menu bar" = "Screen including menu bar";
/*No comment provided by engineer.*/
"Screen including mouse" = "Screen including mouse";
/*No comment provided by engineer.*/
"Screen Recording" = "Screen Recording";
/*No comment provided by engineer.*/
"Screen showing AltTab" = "Screen showing AltTab";
/*No comment provided by engineer.*/
"Select next window" = "Select next window";
/*No comment provided by engineer.*/
"Select previous window" = "Select previous window";
/*No comment provided by engineer.*/
"Send" = "Gửi";
/*No comment provided by engineer.*/
"Send a crash report?" = "Send a crash report?";
/*No comment provided by engineer.*/
"Send anyway" = "Send anyway";
/*No comment provided by engineer.*/
"Send debug profile (CPU, memory, etc)" = "Gửi thông tin gỡ lỗi (CPU, bộ nhớ, vv)";
/*No comment provided by engineer.*/
"Send feedback" = "Gửi phản hồi";
/*No comment provided by engineer.*/
"Send feedback…" = "Gửi phản hồi...";
/*No comment provided by engineer.*/
"Share improvement ideas, or report bugs" = "Share improvement ideas, or report bugs";
/*No comment provided by engineer.*/
"Shortcut 1" = "Shortcut 1";
/*No comment provided by engineer.*/
"Shortcut 2" = "Shortcut 2";
/*No comment provided by engineer.*/
"Shortcut already assigned to another action: %@" = "Shortcut already assigned to another action: %@";
/*No comment provided by engineer.*/
"Show" = "Hiện";
/*No comment provided by engineer.*/
"Show at the end" = "Show at the end";
/*No comment provided by engineer.*/
"Show on:" = "Hiện về:";
/*No comment provided by engineer.*/
"Show standard tabs as windows:" = "Show standard tabs as windows:";
/*No comment provided by engineer.*/
"Show windows from:" = "Show windows from:";
/*No comment provided by engineer.*/
"Source code repository" = "Source code repository";
/*No comment provided by engineer.*/
"Start" = "Start";
/*No comment provided by engineer.*/
"Start at login:" = "Start at login:";
/*No comment provided by engineer.*/
"Theme:" = "Chủ đề:";
/*No comment provided by engineer.*/
"Then release:" = "Then release:";
/*No comment provided by engineer.*/
"This permission is needed to focus windows after you release the shortcut" = "This permission is needed to focus windows after you release the shortcut";
/*No comment provided by engineer.*/
"This permission is needed to show screenshots and titles of open windows" = "This permission is needed to show screenshots and titles of open windows";
/*No comment provided by engineer.*/
"Unassign existing shortcut and continue" = "Unassign existing shortcut and continue";
/*No comment provided by engineer.*/
"Updates policy:" = "Updates policy:";
/*No comment provided by engineer.*/
"Version" = "Phiên bản";
/*No comment provided by engineer.*/
"View existing discussions" = "View existing discussions";
/*No comment provided by engineer.*/
"Visible Spaces" = "Visible Spaces";
/*No comment provided by engineer.*/
"While open, press:" = "While open, press:";
/*No comment provided by engineer.*/
"Window app icon size:" = "Window app icon size:";
/*No comment provided by engineer.*/
"Window max width in row:" = "Window max width in row:";
/*No comment provided by engineer.*/
"Window min width in row:" = "Window min width in row:";
/*No comment provided by engineer.*/
"Window title font size:" = "Window title font size:";
/*No comment provided by engineer.*/
"Window title truncation:" = "Window title truncation:";
/*No comment provided by engineer.*/
"You didnt write your email, thus cant receive any response." = "You didnt write your email, thus cant receive any response.";
+2
View File
@@ -10,6 +10,8 @@ projectId="316051"
echo -e "They helped [develop the app](https://github.com/lwouis/alt-tab-macos/graphs/contributors):\n"
# this script is ran on shared CI machines which go over github's quota
# thus we use a token here to guaranty that the call will succeed
curl https://api.github.com/repos/lwouis/alt-tab-macos/contributors \
-H "Authorization: token $GITHUB_TOKEN" |
jq -r '.[]|("[" + .login + "](" + .html_url + ")")' |