Skip to content

Commit 209c46e

Browse files
committed
Add a Catalan localization
1 parent 624185d commit 209c46e

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

SymbolicLinker.xcodeproj/project.pbxproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
B4DAA7751350418B00415B58 /* SymbolicLinkerService.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = SymbolicLinkerService.icns; sourceTree = "<group>"; };
2222
E021A34B08D7B2150061C7A7 /* ja */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Localizable.strings; sourceTree = "<group>"; };
2323
E021A34C08D7B2230061C7A7 /* ja */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/InfoPlist.strings; sourceTree = "<group>"; };
24+
E031AD40211916B800934D87 /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = ca.lproj/InfoPlist.strings; sourceTree = "<group>"; };
25+
E031AD41211916C800934D87 /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = ca.lproj/Localizable.strings; sourceTree = "<group>"; };
26+
E031AD42211916DD00934D87 /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = ca.lproj/ServicesMenu.strings; sourceTree = "<group>"; };
2427
E06E73130552083D007DB405 /* en */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
2528
E06E731705520853007DB405 /* fr */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; };
2629
E06E731B05520862007DB405 /* en */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
@@ -177,6 +180,7 @@
177180
pt,
178181
nb,
179182
nn,
183+
ca,
180184
);
181185
mainGroup = 089C166AFE841209C02AAC07 /* SymbolicLinker */;
182186
projectDirPath = "";
@@ -231,6 +235,7 @@
231235
E085557C12217F5600ACC9EF /* pt */,
232236
E0BC0AE713A5D42500034901 /* nb */,
233237
E0BC0AE813A5D42800034901 /* nn */,
238+
E031AD41211916C800934D87 /* ca */,
234239
);
235240
name = Localizable.strings;
236241
sourceTree = "<group>";
@@ -251,6 +256,7 @@
251256
E085557E12217F6300ACC9EF /* pt */,
252257
E0BC0AE913A5D43100034901 /* nb */,
253258
E0BC0AEA13A5D43300034901 /* nn */,
259+
E031AD40211916B800934D87 /* ca */,
254260
);
255261
name = InfoPlist.strings;
256262
sourceTree = "<group>";
@@ -271,6 +277,7 @@
271277
E085557F12217F6B00ACC9EF /* pt */,
272278
E0BC0AEB13A5D43A00034901 /* nb */,
273279
E0BC0AEC13A5D43D00034901 /* nn */,
280+
E031AD42211916DD00934D87 /* ca */,
274281
);
275282
name = ServicesMenu.strings;
276283
sourceTree = "<group>";

ca.lproj/InfoPlist.strings

606 Bytes
Binary file not shown.

ca.lproj/Localizable.strings

650 Bytes
Binary file not shown.

ca.lproj/ServicesMenu.strings

274 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)