forked from PlasmoHQ/examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
PLASMO_PUBLIC_SERIAL_ID=Spock | ||
PLASMO_PUBLIC_QUOTE_AUTHOR=Spock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
} | ||
} |