Skip to content

Commit a8f2dc0

Browse files
Bugs/fix separated bar disappeared on aways hidden enable (#190)
* Ad Croatian language
1 parent 726ed63 commit a8f2dc0

File tree

4 files changed

+566
-0
lines changed

4 files changed

+566
-0
lines changed

Hidden Bar.xcodeproj/project.pbxproj

+7
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@
6969
08C20FDF23AB44E60035D978 /* Bundle+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Bundle+Extension.swift"; sourceTree = "<group>"; };
7070
08C20FE123AB452C0035D978 /* AboutViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AboutViewController.swift; sourceTree = "<group>"; };
7171
3CF14C81221FA49D0083D42B /* PreferencesWindowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreferencesWindowController.swift; sourceTree = "<group>"; };
72+
55188DF7279A737800A92772 /* hr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hr; path = hr.lproj/Main.strings; sourceTree = "<group>"; };
73+
55188DF8279A737900A92772 /* hr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hr; path = hr.lproj/Main.strings; sourceTree = "<group>"; };
74+
55188DF9279A737900A92772 /* hr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hr; path = hr.lproj/Localizable.strings; sourceTree = "<group>"; };
7275
55D9B6B52660F153007AF073 /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/Main.strings; sourceTree = "<group>"; };
7376
55D9B6B62660F153007AF073 /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/Main.strings; sourceTree = "<group>"; };
7477
55D9B6B72660F153007AF073 /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/Localizable.strings; sourceTree = "<group>"; };
@@ -354,6 +357,7 @@
354357
vi,
355358
ar,
356359
de,
360+
hr,
357361
);
358362
mainGroup = 929113E821F9D04100173149;
359363
packageReferences = (
@@ -444,6 +448,7 @@
444448
55D9B6B52660F153007AF073 /* vi */,
445449
55D9B6B82661DEDA007AF073 /* ar */,
446450
55D9B6BB2661DEE7007AF073 /* de */,
451+
55188DF7279A737800A92772 /* hr */,
447452
);
448453
name = Main.storyboard;
449454
sourceTree = "<group>";
@@ -458,6 +463,7 @@
458463
55D9B6B62660F153007AF073 /* vi */,
459464
55D9B6B92661DEDA007AF073 /* ar */,
460465
55D9B6BC2661DEE8007AF073 /* de */,
466+
55188DF8279A737900A92772 /* hr */,
461467
);
462468
name = Main.storyboard;
463469
sourceTree = "<group>";
@@ -473,6 +479,7 @@
473479
55D9B6B72660F153007AF073 /* vi */,
474480
55D9B6BA2661DEDA007AF073 /* ar */,
475481
55D9B6BD2661DEE8007AF073 /* de */,
482+
55188DF9279A737900A92772 /* hr */,
476483
);
477484
name = Localizable.strings;
478485
sourceTree = "<group>";

0 commit comments

Comments
 (0)