Skip to content

Commit 8b22d41

Browse files
committed
feat: added slovenian localization
1 parent 545437e commit 8b22d41

4 files changed

Lines changed: 408 additions & 1 deletion

File tree

alt-tab-macos.xcodeproj/project.pbxproj

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@
2020
BF0C853B271C4407E87FA183 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C8096A88BC18C4902C037 /* InfoPlist.strings */; };
2121
BF0C855CF8BA047E180425F9 /* KeyRepeatTimer.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF0C864F182B6155A66D241D /* KeyRepeatTimer.swift */; };
2222
BF0C8658CC748011E57691B7 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C84F4B25A7C26A88ADE92 /* Localizable.strings */; };
23+
BF0C88D7E209C788558BD943 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C8CC9692E6E4A32846D72 /* InfoPlist.strings */; };
2324
BF0C89DF22C7B7D0C27DA2A4 /* WindowControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF0C884157B87BF0E17EF7F8 /* WindowControlView.swift */; };
2425
BF0C8C9CA44285E493918A74 /* menubar-3@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BF0C8E54658B4DAEA0528200 /* menubar-3@2x.png */; };
2526
BF0C8CB668FFABBCA23880B6 /* minimize@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BF0C817D9C335EE4A0536601 /* minimize@2x.png */; };
2627
BF0C8CC5057406014FD612CC /* ATShortcut.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF0C8BA452332236D972C60E /* ATShortcut.swift */; };
28+
BF0C8D610C93D48F572937F8 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C8FBA6B0F4DEB510C71CB /* Localizable.strings */; };
2729
BF0C8F80281B50D57C95ECCF /* fullscreen@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BF0C83BD867F6A874F9953C9 /* fullscreen@2x.png */; };
2830
BF0C8FA2D756D3258E3A16B6 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C81DF55C6B0A279CE0FE1 /* Localizable.strings */; };
2931
D04BA004884A273D4D2D3EF1 /* HelperExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D04BAD91161791D42FEC4A60 /* HelperExtensions.swift */; };
@@ -132,6 +134,7 @@
132134
481FE54624D2D387001032F1 /* alt-tab-macos-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "alt-tab-macos-Bridging-Header.h"; sourceTree = "<group>"; };
133135
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>"; };
134136
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>"; };
137+
BF0C8113492C0FFCB4454BC9 /* sl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = sl; path = Localizable.strings; sourceTree = "<group>"; };
135138
BF0C817D9C335EE4A0536601 /* minimize@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "minimize@2x.png"; sourceTree = "<group>"; };
136139
BF0C81B8A30416D774B5B60E /* fullscreen.svg */ = {isa = PBXFileReference; lastKnownFileType = file.svg; path = fullscreen.svg; sourceTree = "<group>"; };
137140
BF0C81C1B55A0519C3272B09 /* close.svg */ = {isa = PBXFileReference; lastKnownFileType = file.svg; path = close.svg; sourceTree = "<group>"; };
@@ -150,6 +153,7 @@
150153
BF0C88BF67CF4D71002A60EB /* menubar-1@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "menubar-1@2x.png"; sourceTree = "<group>"; };
151154
BF0C88D6043B83B535BEAAA2 /* no */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = no; path = Localizable.strings; sourceTree = "<group>"; };
152155
BF0C899605B39AB4EE0E8EB8 /* icon_512x512.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon_512x512.png; sourceTree = "<group>"; };
156+
BF0C8B15FFB262ECC54B5AA4 /* sl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = sl; path = InfoPlist.strings; sourceTree = "<group>"; };
153157
BF0C8BA452332236D972C60E /* ATShortcut.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ATShortcut.swift; sourceTree = "<group>"; };
154158
BF0C8D3333653ACAEF730DD8 /* menubar-2@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "menubar-2@2x.png"; sourceTree = "<group>"; };
155159
BF0C8E25373671B528AD448D /* screen-recording@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "screen-recording@2x.png"; sourceTree = "<group>"; };
@@ -410,6 +414,15 @@
410414
path = "permission-window";
411415
sourceTree = "<group>";
412416
};
417+
BF0C8258E28A7F57B568E7FE /* sl.lproj */ = {
418+
isa = PBXGroup;
419+
children = (
420+
BF0C8CC9692E6E4A32846D72 /* InfoPlist.strings */,
421+
BF0C8FBA6B0F4DEB510C71CB /* Localizable.strings */,
422+
);
423+
path = sl.lproj;
424+
sourceTree = "<group>";
425+
};
413426
BF0C86C288D4FD8F92D3C7DB /* app */ = {
414427
isa = PBXGroup;
415428
children = (
@@ -976,6 +989,7 @@
976989
D04BA73A4E93A33FBB066D8D /* pt.lproj */,
977990
BF0C800065EF41EA12730FBD /* no.lproj */,
978991
BF0C876FCFE1AB2E36E79C03 /* pl.lproj */,
992+
BF0C8258E28A7F57B568E7FE /* sl.lproj */,
979993
);
980994
path = l10n;
981995
sourceTree = "<group>";
@@ -1084,6 +1098,7 @@
10841098
pt,
10851099
nb,
10861100
pl,
1101+
sl,
10871102
);
10881103
mainGroup = D04BA1463D2A17038222BB84;
10891104
productRefGroup = D04BA1A461BBB5A9BE15E015 /* Products */;
@@ -1160,6 +1175,8 @@
11601175
BF0C8F80281B50D57C95ECCF /* fullscreen@2x.png in Resources */,
11611176
BF0C853B271C4407E87FA183 /* InfoPlist.strings in Resources */,
11621177
BF0C8658CC748011E57691B7 /* Localizable.strings in Resources */,
1178+
BF0C88D7E209C788558BD943 /* InfoPlist.strings in Resources */,
1179+
BF0C8D610C93D48F572937F8 /* Localizable.strings in Resources */,
11631180
);
11641181
runOnlyForDeploymentPostprocessing = 0;
11651182
};
@@ -1333,6 +1350,22 @@
13331350
name = Localizable.strings;
13341351
sourceTree = "<group>";
13351352
};
1353+
BF0C8CC9692E6E4A32846D72 /* InfoPlist.strings */ = {
1354+
isa = PBXVariantGroup;
1355+
children = (
1356+
BF0C8B15FFB262ECC54B5AA4 /* sl */,
1357+
);
1358+
name = InfoPlist.strings;
1359+
sourceTree = "<group>";
1360+
};
1361+
BF0C8FBA6B0F4DEB510C71CB /* Localizable.strings */ = {
1362+
isa = PBXVariantGroup;
1363+
children = (
1364+
BF0C8113492C0FFCB4454BC9 /* sl */,
1365+
);
1366+
name = Localizable.strings;
1367+
sourceTree = "<group>";
1368+
};
13361369
D04BA02355EB28D639F854DF /* Localizable.strings */ = {
13371370
isa = PBXVariantGroup;
13381371
children = (

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, Norsk, Polski, Português, Português (Brasil), العربية, Suomi, Türkçe, Русский язык, 中文 (简体), 中文 (繁体), 日本語, 한국어
25+
Bahasa Indonesia, Deutsch, English, Español, Français, Italiano, Lëtzebuergesch, Magyar, Nederlands, Norsk, Polski, Português, Português (Brasil), العربية, Slovenščina, 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" = "GPL-3.0 licenca";

0 commit comments

Comments
 (0)