Startech. TCTP:Alpha 4.1.1 PTU 後續翻譯更新 (v0.5.12)#299
Merged
Conversation
Signed-off-by: everland.3769 <ng930119@gmail.com>
Signed-off-by: everland.3769 <ng930119@gmail.com>
Signed-off-by: everland.3769 <ng930119@gmail.com>
xkeyC
requested changes
Apr 21, 2025
Member
xkeyC
left a comment
There was a problem hiding this comment.
https://github.com/StarCitizenToolBox/LocalizationData/pull/299/checks#step:6:22
missing '=' on line: 582
Author
|
已修復 |
xkeyC
approved these changes
Apr 21, 2025
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.
版本資訊
文件類型:
global.ini遊戲版本:
Alpha 4.1.1遊戲通道:
Public Universe (PTU)版本編號:
global-TCTP_4.1.1(PTU)-v0.5.13更新條目
4.1.1 PTU的新增與變更文本內容口袋:外套/夾克或收納空間:儲物容器版本註記
備忘錄
我在重構整個文件和全面檢查錯誤時發現了由源文件格式引發的錯誤,這些錯誤會導致遊戲內容無法正常翻譯,我已經在 4.1.0 的 2.4.0 版本修復了這些問題,但這些都只是暫時的解方,有些問題需要回報至 CIG 才能根本性解決。
源文件中由
;引發的錯誤問題:源文件中出現的這個符號導致 Crowdin 在匯入文件時會將其誤判為語境的一部分,導致字符串的語境被納入錯誤資料,目前解法是將源文件的
;替換為,做為暫時的替代,這個問題可能要回報給 CIG 看看是否能修復。源文件中由
|| Need a patchup \\引發的錯誤問題:與上個問題引發的錯誤類似,因為特殊字元的使用導致多條字符串被串在了一起,目前解法是直接將源文件的
|| Need a patchup \\更改為Need a patchup。