Placeholders are essential in dynamic texts — for example, messages like "Welcome, {username}!" or "You have {count} new notifications." In JSON translations, these variables must stay intact across all languages to prevent runtime errors or formatting issues.
Localazy automatically recognizes common placeholder patterns such as {variable}, %s, or ${value}. During translation, it protects them so translators can’t accidentally modify or delete them. Each placeholder appears clearly highlighted in the editor, making it easy to understand where and how it will appear in the final text.
To keep translations accurate, you can also:
{count} = number of items).This approach keeps your JSON translations both developer-friendly and safe for dynamic, variable-rich content across multiple languages.
Please help us with improving our documentation.
We appreciate all your feedback.