zh-CN translate bug
Posted: Wed May 10, 2023 6:17 pm
core.cfg @ line :3260
stations-not-accessible=从此处出发 __plural_for_parameter_1_{0=没有能抵达的车站|rest=有 __1__ 个车站无法抵达}。
here misses '__' at the end before the period "。"
the true is:
stations-not-accessible=从此处出发 __plural_for_parameter_1_{0=没有能抵达的车站|rest=有 __1__ 个车站无法抵达}__。
stations-not-accessible=从此处出发 __plural_for_parameter_1_{0=没有能抵达的车站|rest=有 __1__ 个车站无法抵达}。
here misses '__' at the end before the period "。"
the true is:
stations-not-accessible=从此处出发 __plural_for_parameter_1_{0=没有能抵达的车站|rest=有 __1__ 个车站无法抵达}__。