Startech. TCTP:Alpha 4.2.1 LIVE 後續翻譯更新 (v1.2.0) #375
Merged
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.2.1
遊戲通道:
Public Universe (LIVE)
版本編號:
global-TCTP_4.2.1(LIVE)-v1.2.0
更新條目
4.2.1-live.9958723
的新增與變更文本內容PTU 更新日誌
版本註記
備忘錄
我在重構整個文件和全面檢查錯誤時發現了由源文件格式引發的錯誤,這些錯誤會導致遊戲內容無法正常翻譯,我已經在 4.1.0 的 2.4.0 版本修復了這些問題,但這些都只是暫時的解方,有些問題需要回報至 CIG 才能根本性解決。
源文件中由
;
引發的錯誤問題:源文件中出現的這個符號導致 Crowdin 在匯入文件時會將其誤判為語境的一部分,導致字符串的語境被納入錯誤資料,目前解法是將源文件的
;
替換為,
做為暫時的替代,這個問題可能要回報給 CIG 看看是否能修復。源文件中由
|| Need a patchup \\
引發的錯誤問題:與上個問題引發的錯誤類似,因為特殊字元的使用導致多條字符串被串在了一起,目前解法是直接將源文件的
|| Need a patchup \\
更改為Need a patchup
。