No wonder why CR is hated
Atom didn't display it right, so it had to be converted to CRLF or LF.
This commit is contained in:
parent
dda068b5f8
commit
2e8c072266
2 changed files with 58 additions and 2 deletions
|
@ -1 +1,31 @@
|
|||
{
"config": {
"message": "en"
},
"manifest_name": {
"message": "ShopAI",
"description": "Extension name"
},
"manifest_description": {
"message": "Shop wisely with AI!",
"description": "Extension description"
},
"GUI_welcome_headline": {
"message": "Welcome to ShopAI!",
"description": "Welcome message"
},
"GUI_welcome_headline": {
"message": "You’ve got version $manifest_version$.",
"description": "Version number of welcome message",
"placeholders": {
"manifest_version": {
"content": "$1",
"description": "The manifest version"
}
}
},
"GUI_error_stop": {
"message": "The web browser can not open this page.",
"description": "Error message when opening the HTML page directly"
}
}
|
||||
{
|
||||
"config": {
|
||||
"message": "en"
|
||||
},
|
||||
"manifest_name": {
|
||||
"message": "ShopAI",
|
||||
"description": "Extension name"
|
||||
},
|
||||
"manifest_description": {
|
||||
"message": "Shop wisely with AI!",
|
||||
"description": "Extension description"
|
||||
},
|
||||
"GUI_welcome_headline": {
|
||||
"message": "Welcome to ShopAI!",
|
||||
"description": "Welcome message"
|
||||
},
|
||||
"GUI_welcome_headline": {
|
||||
"message": "You’ve got version $manifest_version$.",
|
||||
"description": "Version number of welcome message",
|
||||
"placeholders": {
|
||||
"manifest_version": {
|
||||
"content": "$1",
|
||||
"description": "The manifest version"
|
||||
}
|
||||
}
|
||||
},
|
||||
"GUI_error_stop": {
|
||||
"message": "The web browser can not open this page.",
|
||||
"description": "Error message when opening the HTML page directly"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1,27 @@
|
|||
{
"config": {
"message": "zh-CN"
},
"manifest_name": {
"message": "购物人类智能",
"description": "扩展程序名字"
},
"manifest_description": {
"message": "用人类智能榜您谨慎地买东西!",
"description": "扩展程序的简介"
},
"GUI_welcome_headline": {
"message": "欢迎使用购物人类智能!",
"description": "欢迎信息"
},
"GUI_welcome_headline": {
"message": "本浏览器有 $manifest_version$ 版本的。",
"description": "版本简介",
"placeholders": {
"manifest_version": {
"content": "$1",
"description": "版本号码"
}
}
}
}
|
||||
{
|
||||
"config": {
|
||||
"message": "zh-CN"
|
||||
},
|
||||
"manifest_name": {
|
||||
"message": "购物人类智能",
|
||||
"description": "扩展程序名字"
|
||||
},
|
||||
"manifest_description": {
|
||||
"message": "用人类智能榜您谨慎地买东西!",
|
||||
"description": "扩展程序的简介"
|
||||
},
|
||||
"GUI_welcome_headline": {
|
||||
"message": "欢迎使用购物人类智能!",
|
||||
"description": "欢迎信息"
|
||||
},
|
||||
"GUI_welcome_headline": {
|
||||
"message": "本浏览器有 $manifest_version$ 版本的。",
|
||||
"description": "版本简介",
|
||||
"placeholders": {
|
||||
"manifest_version": {
|
||||
"content": "$1",
|
||||
"description": "版本号码"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue