79088932

Date: 2024-10-15 08:05:22
Score: 0.5
Natty:
Report link

Literal interpolation, although it generally serves another purpose, enables you to add a string with special characters in your translated string.

For instance:

Message in your translation file Translated message in your application
"Foo {'\|'} Bar" Foo | Bar
"Foo {'{Bar}'}" Foo {Bar}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Christophe Fuzier