[codex] Add Simplified Chinese localization and input settings#74
Draft
kogekiplay wants to merge 2 commits into
Draft
[codex] Add Simplified Chinese localization and input settings#74kogekiplay wants to merge 2 commits into
kogekiplay wants to merge 2 commits into
Conversation
668c118 to
fe16152
Compare
fe16152 to
6e0efdf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
zh-Hans) localization resources without adding an English localization table, so existing English literals remain the fallback.Validation
scripts/check_localizations.shscripts/check_input_preferences.shplutil -lint OpenParsec/zh-Hans.lproj/Localizable.stringsgit diff --checkrg -n "hostMacOS|shortcutModifierForHost|autoShowKeyboard|Auto Show Keyboard|showKeyboardIfEnabledAfterTap" OpenParsecreturned no matchesxcodebuild build -scheme OpenParsec -project OpenParsec.xcodeproj -sdk iphoneos -arch arm64 -configuration Release CODE_SIGN_IDENTITY= CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NOxcodebuild archive -archivePath /Users/kogeki/dev/OpenParsec/build/archive -scheme OpenParsec -project OpenParsec.xcodeproj -sdk iphoneos -arch arm64 -configuration Release CODE_SIGN_IDENTITY= CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO/usr/bin/unzip -tq build/OpenParsec.ipacodesign --verify --deep --strict --verbose=2 build/Payload/OpenParsec.appplutil -extract GitCommitInfo raw -o - build/Payload/OpenParsec.app/Info.plistNotes
Payload/OpenParsec.app/zh-Hans.lproj/Localizable.strings.GitCommitInfoasRelease (codex/zh-hans-localization/6e0efdf).cp Resources/*.lprojwarning because the repository has noResourcesdirectory; this PR does not change that unrelated script behavior.