使用i18next在占位符属性中添加自定义翻译

时间:2017-11-02 22:46:16

标签: javascript jquery localization translation i18next

是否可以在占位符中添加/附加一些硬编码文本? 例如,我们有一些像"例如:"我们希望它出现在占位符中的翻译文本之前。

没有前置/附加静态文本的原始html:

<input type="text" data-i18n="[placeholder]translationKEY"/>

相关问题:Translate custom attributes with i18next (placeholder, value)

1 个答案:

答案 0 :(得分:0)

我看到的唯一选项是自定义代码或使用嵌套功能https://www.i18next.com/nesting.html并将“Example:”嵌套到“translationKEY”值的值