fixed duplicate localization strings
This commit is contained in:
parent
5a340347f9
commit
0ba6b57c29
2 changed files with 10 additions and 6 deletions
|
@ -2,19 +2,22 @@
|
|||
"config": {
|
||||
"message": "en"
|
||||
},
|
||||
"manifest_name": {
|
||||
"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"
|
||||
"description": "Welcome message"
|
||||
|
||||
},
|
||||
"GUI_welcome_headline": {
|
||||
"GUI_welcome_version": {
|
||||
"message": "You’ve got version $manifest_version$.",
|
||||
"description": "Version number of welcome message",
|
||||
"placeholders": {
|
||||
|
@ -26,7 +29,8 @@
|
|||
},
|
||||
"GUI_error_stop": {
|
||||
"message": "The web browser can not open this page.",
|
||||
"description": "Error message when opening the HTML page directly"
|
||||
"description": "Error message when opening the HTML page directly"
|
||||
|
||||
},
|
||||
"GUI_credits_0": {
|
||||
"message": "Made with love.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue