We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
任务书里半角百分号为转义符号,若原文需要显示百分号,就需要两个百分号(%%)。如果只有一个百分号,则会转义失败。
目前汉化的做法是使用全角百分号(%),但是稍不注意就会出错。
从paratranz拉取时检测半角百分号是否转义正确,若错误自动转换为双百分号或者全角百分号。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
任务书里半角百分号为转义符号,若原文需要显示百分号,就需要两个百分号(%%)。如果只有一个百分号,则会转义失败。
目前汉化的做法是使用全角百分号(%),但是稍不注意就会出错。
建议
从paratranz拉取时检测半角百分号是否转义正确,若错误自动转换为双百分号或者全角百分号。
The text was updated successfully, but these errors were encountered: