Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit 4878a25

Browse files
committed
fix localization
1 parent c0cead9 commit 4878a25

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

DevToys/DevToys.xcodeproj/project.pbxproj

+8-8
Original file line numberDiff line numberDiff line change
@@ -215,12 +215,12 @@
215215
B67A4CCF27C1E01C009277FB /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; };
216216
B67A4CD027C1E036009277FB /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/Main.strings"; sourceTree = "<group>"; };
217217
B67A4CD127C1E03C009277FB /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/Localizable.strings"; sourceTree = "<group>"; };
218-
B67A4CD227C1E0D5009277FB /* pt-PT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-PT"; path = "pt-PT.lproj/Main.strings"; sourceTree = "<group>"; };
219218
B67A4CD427C1E0DC009277FB /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Main.strings; sourceTree = "<group>"; };
220219
B67A4CD527C1E0DF009277FB /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Main.strings; sourceTree = "<group>"; };
221-
B67A4CD627C1E0E4009277FB /* pt-PT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-PT"; path = "pt-PT.lproj/Localizable.strings"; sourceTree = "<group>"; };
222220
B67A4CD727C1E0F1009277FB /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Main.strings; sourceTree = "<group>"; };
223221
B67A4CD827C1E0F8009277FB /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; };
222+
B67A4CD927C1E469009277FB /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Main.strings; sourceTree = "<group>"; };
223+
B67A4CDA27C1E46A009277FB /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = "<group>"; };
224224
B680A79427A68B35007CB707 /* HTMLDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTMLDecoder.swift; sourceTree = "<group>"; };
225225
B680A79927A69324007CB707 /* URLDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URLDecoder.swift; sourceTree = "<group>"; };
226226
B680A79B27A6947D007CB707 /* Base64Decoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Base64Decoder.swift; sourceTree = "<group>"; };
@@ -347,13 +347,13 @@
347347
B64B1E7D27A4F5E300AC2601 /* DevToys.entitlements */,
348348
B64B1E7C27A4F5E300AC2601 /* Info.plist */,
349349
B64B1E7327A4F5E200AC2601 /* AppDelegate.swift */,
350+
B67A4C5C27C0EB51009277FB /* Bridging-Header.h */,
350351
B64B1E9D27A4F6A700AC2601 /* Resource */,
351352
B64B1F7027A4FDBC00AC2601 /* Model */,
352353
B64B209A27A532E300AC2601 /* App */,
353354
B64B1F7527A4FF8700AC2601 /* Sidebar */,
354355
B6D1AEE727A544F20022FED2 /* Component */,
355356
B6D1AEDD27A534850022FED2 /* Body */,
356-
B67A4C5C27C0EB51009277FB /* Bridging-Header.h */,
357357
);
358358
path = DevToys;
359359
sourceTree = "<group>";
@@ -629,8 +629,8 @@
629629
ja,
630630
"zh-Hans",
631631
"pt-BR",
632-
"pt-PT",
633632
de,
633+
es,
634634
);
635635
mainGroup = B64B1E6727A4F5E200AC2601;
636636
packageReferences = (
@@ -796,10 +796,10 @@
796796
B64B1E7A27A4F5E300AC2601 /* Base */,
797797
B67A4CCE27C1E010009277FB /* zh-Hans */,
798798
B67A4CD027C1E036009277FB /* pt-BR */,
799-
B67A4CD227C1E0D5009277FB /* pt-PT */,
800799
B67A4CD427C1E0DC009277FB /* en */,
801800
B67A4CD527C1E0DF009277FB /* ja */,
802801
B67A4CD727C1E0F1009277FB /* de */,
802+
B67A4CD927C1E469009277FB /* es */,
803803
);
804804
name = Main.storyboard;
805805
sourceTree = "<group>";
@@ -811,8 +811,8 @@
811811
B6BD80F827B8AF1800152AB9 /* ja */,
812812
B67A4CCF27C1E01C009277FB /* zh-Hans */,
813813
B67A4CD127C1E03C009277FB /* pt-BR */,
814-
B67A4CD627C1E0E4009277FB /* pt-PT */,
815814
B67A4CD827C1E0F8009277FB /* de */,
815+
B67A4CDA27C1E46A009277FB /* es */,
816816
);
817817
name = Localizable.strings;
818818
sourceTree = "<group>";
@@ -961,7 +961,7 @@
961961
"$(PROJECT_DIR)/DevToys/Body/Media/Image\\ Optimizer",
962962
);
963963
MACOSX_DEPLOYMENT_TARGET = 10.15;
964-
MARKETING_VERSION = 0.0.8;
964+
MARKETING_VERSION = 0.0.8.1;
965965
PRODUCT_BUNDLE_IDENTIFIER = com.yuki.DevToys;
966966
PRODUCT_NAME = "$(TARGET_NAME)";
967967
SWIFT_ENFORCE_EXCLUSIVE_ACCESS = off;
@@ -994,7 +994,7 @@
994994
"$(PROJECT_DIR)/DevToys/Body/Media/Image\\ Optimizer",
995995
);
996996
MACOSX_DEPLOYMENT_TARGET = 10.15;
997-
MARKETING_VERSION = 0.0.8;
997+
MARKETING_VERSION = 0.0.8.1;
998998
PRODUCT_BUNDLE_IDENTIFIER = com.yuki.DevToys;
999999
PRODUCT_NAME = "$(TARGET_NAME)";
10001000
SWIFT_ENFORCE_EXCLUSIVE_ACCESS = off;

DevToys/DevToys.xcodeproj/xcshareddata/xcschemes/DevToys.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
buildConfiguration = "Debug"
4242
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4343
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
44-
language = "en"
44+
language = "es"
4545
launchStyle = "0"
4646
useCustomWorkingDirectory = "NO"
4747
ignoresPersistentStateOnLaunch = "NO"

0 commit comments

Comments
 (0)