i18n: fix tests

This commit is contained in:
Dmitry Gridin
2020-03-10 23:10:37 +07:00
parent f66e985821
commit 1b9bb77b2f
3 changed files with 112 additions and 100 deletions
@@ -1621,8 +1621,8 @@ make.primary.constructor.0=Make primary constructor {0}
change.visibility.modifier=Change visibility modifier
0.may.break.code={0} (may break code)
convert.to.vararg.parameter=Convert to vararg parameter
replace.with=Replace '||' with '&&'
replace.with2=Replace '&&' with '||'
replace.with=Replace '||' with '\\&\\&'
replace.with2=Replace '\\&\\&' with '||'
can.t.modify.0=Can''t modify {0}
0.already.exists={0} already exists
type.arguments.will.be.lost.after.conversion.0=Type arguments will be lost after conversion: {0}