Skip to content

Commit

Permalink
🌐 多语言适配
Browse files Browse the repository at this point in the history
  • Loading branch information
pecasha committed Nov 2, 2023
1 parent 4643faa commit 2371863
Show file tree
Hide file tree
Showing 9 changed files with 72 additions and 2 deletions.
7 changes: 7 additions & 0 deletions src/plugin/_locales/de_DE.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"manifest": {
"app": {
"name": "PAG-Bilderweiterungen"
}
}
}
7 changes: 7 additions & 0 deletions src/plugin/_locales/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"manifest": {
"app": {
"name": "PAG Image Extensions"
}
}
}
7 changes: 7 additions & 0 deletions src/plugin/_locales/es_ES.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"manifest": {
"app": {
"name": "Extensiones de imagen PAG"
}
}
}
7 changes: 7 additions & 0 deletions src/plugin/_locales/ja_JP.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"manifest": {
"app": {
"name": "PAG 画像拡張機能"
}
}
}
7 changes: 7 additions & 0 deletions src/plugin/_locales/ko_KR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"manifest": {
"app": {
"name": "PAG 이미지 확장"
}
}
}
7 changes: 7 additions & 0 deletions src/plugin/_locales/ru_RU.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"manifest": {
"app": {
"name": "Расширения для изображений PAG"
}
}
}
7 changes: 7 additions & 0 deletions src/plugin/_locales/zh_CN.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"manifest": {
"app": {
"name": "PAG 图像扩展"
}
}
}
7 changes: 7 additions & 0 deletions src/plugin/_locales/zh_TW.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"manifest": {
"app": {
"name": "PAG 影像擴充"
}
}
}
18 changes: 16 additions & 2 deletions src/plugin/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,24 @@
"version": "1.0.0",
"platform": "all",
"arch": "all",
"name": "PAG 格式扩展",
"name": "{{manifest.app.name}}",
"logo": "/logo.png",
"keywords": ["PAG", "Portable Animated Graphics"],
"devTools": true,
"keywords": [
"PAG",
"Portable Animated Graphics"
],
"fallbackLanguage": "zh_CN",
"languages": [
"de_DE",
"en",
"es_ES",
"ja_JP",
"ko_KR",
"ru_RU",
"zh_CN",
"zh_TW"
],
"preview": {
"pag": {
"thumbnail": {
Expand Down

0 comments on commit 2371863

Please sign in to comment.