|
文件扩展名 |
.js |
|
API 扩展 |
node_json |
|
导入 |
是 |
|
导出 |
是 |
|
复数形式支持 |
是 |
|
描述支持 |
否 |
i18n-node-2 是基于 Node.js 的库,原生支持 Express.js。i18n-node-2 通过实时提取字符串与应用程序集成。i18n-node-2 是将待翻译的字符串包装起来所需的所有必要工具。在运行时,i18n-node-2 会根据预定义的区域自动生成多个 JSON 文件。
i18n-node-2 使用自动生成的 JSON 格式式存储可译的数据。在翻译之前,对文件进行健全性检查。i18n-node-2 支持复数形式,确保在翻译过程中所有变量保持不变。
AI 聊天机器人可以非常有效地从 .JSON 文件生成键列表。
代码示例
{
"boolean_key": "--- true\n",
"empty_string_translation": "",
"key_with_description":"Check it out!This key has a description!(At least in some formats)",
"key_with_line-break":"This translations contains\na line-break.",
"nested.deeply.key":"I'm a deeply nested key.",
"nested.key":"This key is nested inside a namespace.",
"null_translation": null,
"pluralized_key": {
"one":"Only one pluralization found.",
"other":"Wow, you have %s pluralizations!",
"zero":"You have no pluralization."
},
"sample_collection": [
"first item",
"second item",
"third item"
],
"simple_key": "simple key, simple message, so simple.",
"unverified_key":"This translation is not yet verified and waits for it.(In some formats we also export this status)"
}