Skip to content

Commit

Permalink
Merge pull request #18 from penicillin0/feature-17/internationalisation
Browse files Browse the repository at this point in the history
拡張機能の国際化
  • Loading branch information
penicillin0 authored Dec 14, 2021
2 parents b206cb8 + d67cfb4 commit 5477009
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions public/_locales/en/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"appDescription": {
"message": "A chrome extension for Customizing list marker of Scrapbox."
}
}
5 changes: 5 additions & 0 deletions public/_locales/ja/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"appDescription": {
"message": "Scrapboxのリストマーカーをカスタマイズするための拡張機能です。"
}
}
3 changes: 2 additions & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "Scrapbox List Marker",
"description": "Customize the scrapbox list marker.",
"description": "__MSG_appDescription__",
"version": "1.3.0",
"default_locale": "en",
"manifest_version": 3,

"action": {
Expand Down

0 comments on commit 5477009

Please sign in to comment.