react-intl-universal-extract
Version:
A react-intl-universal message extractor
29 lines • 1.39 kB
JSON
{
"basic1": "default message",
"basic2": "Default message for basic[2]",
"basic3": "Default message for basic(3)",
"basic4": "Default message for basic(4) with 中文",
"basic5": "Default message for basic5 with 中文(5)",
"basic6": "Default message for basic6 with \"123(中文)\"",
"character1": "Expression support: ==,!=,>=,>,<=,<,&&,!,(),+,-,*,/,%",
"html1": "<span>This is html</span>",
"html2": "<span>This is html</span>",
"html3": "<span>(This is html)</span>",
"html4": "<span>Hello4 {name}</span>",
"html5": "<span>Hello5 {name}, welcome to <a href={webLink}>my website!</a></span>",
"html6": "<span>welcome to <a href=\"https://www.npmjs.com/package/react-intl-extract\">my website</a></span>",
"html7": "<span>Hello7 {name}</span>",
"html8": "<span>html8</span>",
"html9": "<span>html9</span>",
"newline1": "Default message for newline1",
"newline2": "Default message for newline2",
"newline3": "Default message for newline1",
"newline4": "Default message for newline2",
"same-same_line2": "Default message for same_line2",
"same_line1": "Default message for same_line1",
"var1": "Hello1, {name}. Welcome to {where}!",
"var2": "你好2, {name}. 欢迎来到 {where}!",
"var3": "Hello3, {name}. Welcome to {where}!",
"var4": "你好4, {name}. 欢迎来到 {where}!",
"var5": "Hello5, {name}. Welcome to {where}!"
}