year.of.birth={0} was born on {1}
If I pass 2000 or 2008 to {1} the value gets parsed as 2,000 or 2,008.
翻訳された文字列の一部としてカンマを使用したくありません。どうすればこれを回避できますか?
year.of.birth={0} was born on {1}
If I pass 2000 or 2008 to {1} the value gets parsed as 2,000 or 2,008.
翻訳された文字列の一部としてカンマを使用したくありません。どうすればこれを回避できますか?