Skip to content

Commit

Permalink
project: add arabic localization
Browse files Browse the repository at this point in the history
  • Loading branch information
osy committed Aug 23, 2024
1 parent d679ccb commit 9f4bc39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions UTM.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2005,6 +2005,7 @@
CECF02562B706ADD00409FC0 /* UTMRemoteConnectInterface.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UTMRemoteConnectInterface.h; sourceTree = "<group>"; };
CECF02572B70909900409FC0 /* Info-Remote.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-Remote.plist"; sourceTree = "<group>"; };
CED234EC254796E500ED0A57 /* NumberTextField.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NumberTextField.swift; sourceTree = "<group>"; };
CED779E92C7938D500EB82AE /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Localizable.strings; sourceTree = "<group>"; };
CED814E824C79F070042F0F1 /* VMConfigDriveCreateView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VMConfigDriveCreateView.swift; sourceTree = "<group>"; };
CED814EB24C7C2850042F0F1 /* VMConfigInfoView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VMConfigInfoView.swift; sourceTree = "<group>"; };
CED814EE24C7EB760042F0F1 /* ImagePicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImagePicker.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -3258,6 +3259,7 @@
"zh-HK",
ru,
it,
ar,
);
mainGroup = CE550BC0225947990063E575;
packageReferences = (
Expand Down Expand Up @@ -4220,6 +4222,7 @@
F6DA2DA92AAFED5F0070DCD1 /* zh-HK */,
61EBDEA22AACA83100B959A2 /* ru */,
037DAA1F2B0B92580061ACB3 /* it */,
CED779E92C7938D500EB82AE /* ar */,
);
name = Localizable.strings;
sourceTree = "<group>";
Expand Down

0 comments on commit 9f4bc39

Please sign in to comment.