Skip to content

Commit

Permalink
Reinstated Croatian localization.
Browse files Browse the repository at this point in the history
Signed-off-by: Iva Horn <iva.horn@icloud.com>
  • Loading branch information
i2h3 committed Dec 2, 2024
1 parent 3ee0cd6 commit 8a8cd70
Showing 5 changed files with 33 additions and 0 deletions.
6 changes: 6 additions & 0 deletions File Provider Extension UI/hr.lproj/MainInterface.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

/* Class = "UIButton"; normalTitle = "Cancel"; ObjectID = "3gV-2h-5zD"; */
"3gV-2h-5zD.normalTitle" = "Cancel";

/* Class = "UILabel"; text = "title"; ObjectID = "gdj-d0-nZ2"; */
"gdj-d0-nZ2.text" = "title";
9 changes: 9 additions & 0 deletions Nextcloud.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -1156,6 +1156,10 @@
AACCAB522CFE041F00DA1786 /* sl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sl; path = sl.lproj/Intent.strings; sourceTree = "<group>"; };
AACCAB532CFE041F00DA1786 /* sl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sl; path = sl.lproj/Localizable.strings; sourceTree = "<group>"; };
AACCAB542CFE041F00DA1786 /* sl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sl; path = sl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
AACCAB5D2CFE04C200DA1786 /* hr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hr; path = hr.lproj/MainInterface.strings; sourceTree = "<group>"; };
AACCAB5E2CFE04C200DA1786 /* hr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hr; path = hr.lproj/Intent.strings; sourceTree = "<group>"; };
AACCAB5F2CFE04C200DA1786 /* hr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hr; path = hr.lproj/Localizable.strings; sourceTree = "<group>"; };
AACCAB602CFE04C200DA1786 /* hr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hr; path = hr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
AF1A9B6327D0CA1E00F17A9E /* UIAlertController+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIAlertController+Extension.swift"; sourceTree = "<group>"; };
AF22B20B277C6F4D00DAB0CC /* NCShareCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NCShareCell.swift; sourceTree = "<group>"; };
AF22B215277D196700DAB0CC /* NCShareExtension+DataSource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NCShareExtension+DataSource.swift"; sourceTree = "<group>"; };
@@ -3552,6 +3556,7 @@
da,
eu,
sl,
hr,
);
mainGroup = F7F67B9F1A24D27800EE80DA;
packageReferences = (
@@ -4667,6 +4672,7 @@
children = (
F70716E82987F81500E72C1D /* Base */,
AACCAB512CFE041F00DA1786 /* sl */,
AACCAB5D2CFE04C200DA1786 /* hr */,
);
name = MainInterface.storyboard;
sourceTree = "<group>";
@@ -4719,6 +4725,7 @@
F7AA41E127C7CF8100494705 /* es-MX */,
F79131C728AFB86E00577277 /* eu */,
AACCAB542CFE041F00DA1786 /* sl */,
AACCAB602CFE04C200DA1786 /* hr */,
);
name = InfoPlist.strings;
path = "Supporting Files";
@@ -4773,6 +4780,7 @@
F7BE7C79290ADF16002ABB61 /* pt-BR */,
F7BE7C7B290ADF16002ABB61 /* pt-PT */,
AACCAB522CFE041F00DA1786 /* sl */,
AACCAB5E2CFE04C200DA1786 /* hr */,
);
name = Intent.intentdefinition;
sourceTree = "<group>";
@@ -4825,6 +4833,7 @@
F753701A22723EC80041C76C /* da */,
F79131C628AFB86E00577277 /* eu */,
AACCAB532CFE041F00DA1786 /* sl */,
AACCAB5F2CFE04C200DA1786 /* hr */,
);
name = Localizable.strings;
path = "Supporting Files";
18 changes: 18 additions & 0 deletions Widget/Intent/hr.lproj/Intent.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
"13zjVT" = "Account";

"CAIVXf" = "Applications";

"DN8Bxl" = "Account";

"LIw8E9" = "Widget";

"NO1rJU" = "Dashboard";

"V3exc2" = "Account";

"VfbA9C" = "Account";

"ZgvlYN" = "Dashboard Widget";

"tAlZ1R" = "Accounts";

Binary file modified iOSClient/Supporting Files/hr.lproj/InfoPlist.strings
Binary file not shown.
Binary file modified iOSClient/Supporting Files/hr.lproj/Localizable.strings
Binary file not shown.

0 comments on commit 8a8cd70

Please sign in to comment.