Commit 90e3c10e authored by Steven杜宇's avatar Steven杜宇

// 国际化

parent 26a4bc6a
......@@ -16,7 +16,6 @@
04808C082B4686C10056D53C /* ATAuthSDK_D.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 04808C032B4686510056D53C /* ATAuthSDK_D.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
049A48A82B49417300D0C641 /* YHAboutUsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 049A48A72B49417300D0C641 /* YHAboutUsViewController.swift */; };
049A48AA2B49536000D0C641 /* YHAboutUsAdvantageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 049A48A92B49536000D0C641 /* YHAboutUsAdvantageCell.swift */; };
04AF58BD2B4FB7BF0066011A /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 04AF58BF2B4FB7BF0066011A /* Localizable.strings */; };
04AF58C42B4FC51C0066011A /* YHLocalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04AF58C32B4FC51C0066011A /* YHLocalizable.swift */; };
6203A87EDC96313BBE789D9C /* Pods_galaxy.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 987C69D43AE8D85DC1930DCF /* Pods_galaxy.framework */; };
A51044182B493675006B60BB /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = A51044172B493675006B60BB /* README.md */; };
......@@ -121,8 +120,6 @@
04808C042B4686510056D53C /* ATAuthSDK.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = ATAuthSDK.bundle; sourceTree = "<group>"; };
049A48A72B49417300D0C641 /* YHAboutUsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YHAboutUsViewController.swift; sourceTree = "<group>"; };
049A48A92B49536000D0C641 /* YHAboutUsAdvantageCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YHAboutUsAdvantageCell.swift; sourceTree = "<group>"; };
04AF58BE2B4FB7BF0066011A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
04AF58C02B4FB80C0066011A /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; };
04AF58C32B4FC51C0066011A /* YHLocalizable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YHLocalizable.swift; sourceTree = "<group>"; };
58C2405158A4A6632D0E7460 /* Pods-galaxy.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-galaxy.debug.xcconfig"; path = "Target Support Files/Pods-galaxy/Pods-galaxy.debug.xcconfig"; sourceTree = "<group>"; };
987C69D43AE8D85DC1930DCF /* Pods_galaxy.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_galaxy.framework; sourceTree = BUILT_PRODUCTS_DIR; };
......@@ -240,7 +237,6 @@
isa = PBXGroup;
children = (
04AF58C32B4FC51C0066011A /* YHLocalizable.swift */,
04AF58BF2B4FB7BF0066011A /* Localizable.strings */,
);
path = Localized;
sourceTree = "<group>";
......@@ -716,7 +712,6 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
04AF58BD2B4FB7BF0066011A /* Localizable.strings in Resources */,
04808C062B4686510056D53C /* ATAuthSDK.bundle in Resources */,
A58951C52B398D1000225C19 /* Launch Screen.storyboard in Resources */,
A51044182B493675006B60BB /* README.md in Resources */,
......@@ -882,18 +877,6 @@
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
04AF58BF2B4FB7BF0066011A /* Localizable.strings */ = {
isa = PBXVariantGroup;
children = (
04AF58BE2B4FB7BF0066011A /* en */,
04AF58C02B4FB80C0066011A /* zh-Hans */,
);
name = Localizable.strings;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
A5573EF62B317C0100D98EC0 /* Debug */ = {
isa = XCBuildConfiguration;
......
/*
Localizable.strings
galaxy
Created by edy on 2024/1/11.
Copyright © 2024 www.davidhuang.com. All rights reserved.
*/
"关于银河" = "About Galaxy";
/*
Localizable.strings
galaxy
Created by edy on 2024/1/11.
Copyright © 2024 www.davidhuang.com. All rights reserved.
*/
"关于银河" = "关于银河";
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment