Skip to content

Commit

Permalink
Fix locales example
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgv committed Nov 20, 2022
1 parent 96fbcde commit bc5bf7a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion with-locales-i18n/example.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PLASMO_PUBLIC_SERIAL_ID=Spock
PLASMO_PUBLIC_QUOTE_AUTHOR=Spock
4 changes: 2 additions & 2 deletions with-locales-i18n/locales/en/messages.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"extensionName": {
"message": "with-locales",
"message": "with-locales-i18n-en",
"description": "Name of the extension."
},
"extensionDescription": {
"message": "Example using locales + i18n!",
"description": "Description of the extension."
},
"popup": {
"message": "Logic is the beginning of wisdom, not the end. - $PLASMO_PUBLIC_QUOTE_AUTHOR!",
"message": "Logic is the beginning of wisdom, not the end. - $PLASMO_PUBLIC_QUOTE_AUTHOR",
"description": "Popup message."
}
}
4 changes: 2 additions & 2 deletions with-locales-i18n/locales/vi/messages.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"extensionName": {
"message": "with-locales",
"message": "with-locales-i18n-vi",
"description": "Name of the extension."
},
"extensionDescription": {
"message": "Ví dụ dùng locales + i18n!",
"description": "Description of the extension."
},
"popup": {
"message": "Lý luận là khởi đầu của trí tuệ, không phải là kết thúc. - $PLASMO_PUBLIC_SERIAL_ID!",
"message": "Lý luận là khởi đầu của trí tuệ, không phải là kết thúc. - $PLASMO_PUBLIC_QUOTE_AUTHOR",
"description": "Popup message."
}
}

0 comments on commit bc5bf7a

Please sign in to comment.