mirror of https://github.com/PCSX2/pcsx2.git
Translations: hotfix a translation mistake causing fmt to crash
This commit is contained in:
parent
3e78322ea4
commit
7dd2ebdf49
|
@ -409,7 +409,7 @@ Login token generated on %2.</source>
|
||||||
<source>You have unlocked {} of %n achievements</source>
|
<source>You have unlocked {} of %n achievements</source>
|
||||||
<comment>Achievement popup</comment>
|
<comment>Achievement popup</comment>
|
||||||
<translation>
|
<translation>
|
||||||
<numerusform>您已经解锁了 %n 个成就中的 { } 个</numerusform>
|
<numerusform>您已经解锁了 %n 个成就中的 {} 个</numerusform>
|
||||||
</translation>
|
</translation>
|
||||||
</message>
|
</message>
|
||||||
<message numerus="yes">
|
<message numerus="yes">
|
||||||
|
@ -417,7 +417,7 @@ Login token generated on %2.</source>
|
||||||
<source>and earned {} of %n points</source>
|
<source>and earned {} of %n points</source>
|
||||||
<comment>Achievement popup</comment>
|
<comment>Achievement popup</comment>
|
||||||
<translation>
|
<translation>
|
||||||
<numerusform>并且获得了 %n 点数中的 { } 点</numerusform>
|
<numerusform>并且获得了 %n 点数中的 {} 点</numerusform>
|
||||||
</translation>
|
</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
|
Loading…
Reference in New Issue