Lev*_*lho 8 html attributes localization internationalization l20n
我想placeholder
用L20N 本地化一个属性.我在他们的文档中找不到任何内容,这样做(不出所料)不起作用.
<input type="text" data-l10n-id="email" />
Run Code Online (Sandbox Code Playgroud)
Joh*_*ler 12
正常翻译(意思是你要替换内容)写成如下:
<test "this is a translated text">
Run Code Online (Sandbox Code Playgroud)
然后,您可以翻译这样的属性:
<test "this is a translated text" title:"this is the title">
Run Code Online (Sandbox Code Playgroud)
在您的情况下,您只需要该属性,因此这将起作用:
<test placeholder:"this is a translated text">
Run Code Online (Sandbox Code Playgroud)
HTML应该是
<input type="text" data-l10n-id="test" placeholder="" />
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
854 次 |
最近记录: |