Skip to content

Commit

Permalink
chore: Embed 'name' and 'short_name' in manifest.json as they are the…
Browse files Browse the repository at this point in the history
… same across all languages
  • Loading branch information
yamadashy committed Jan 2, 2024
1 parent 808f1bb commit 0bdd9c6
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 86 deletions.
6 changes: 0 additions & 6 deletions app/_locales/de/messages.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"appName": {
"message": "Slack Channels Grouping"
},
"appShortName": {
"message": "slack-ch-grp"
},
"appDescription": {
"message": "Es gruppiert Slack-Kanäle nach Präfix."
}
Expand Down
6 changes: 0 additions & 6 deletions app/_locales/el/messages.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"appName": {
"message": "Slack Channels Grouping"
},
"appShortName": {
"message": "slack-ch-grp"
},
"appDescription": {
"message": "Ομαδοποιεί τα κανάλια Slack με πρόθεμα."
}
Expand Down
6 changes: 0 additions & 6 deletions app/_locales/en/messages.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"appName": {
"message": "Slack Channels Grouping"
},
"appShortName": {
"message": "slack-ch-grp"
},
"appDescription": {
"message": "It grouping Slack channels by prefix."
}
Expand Down
6 changes: 0 additions & 6 deletions app/_locales/es/messages.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"appName": {
"message": "Slack Channels Grouping"
},
"appShortName": {
"message": "slack-ch-grp"
},
"appDescription": {
"message": "Agrupa los canales de Slack por prefijo."
}
Expand Down
6 changes: 0 additions & 6 deletions app/_locales/fr/messages.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"appName": {
"message": "Slack Channels Grouping"
},
"appShortName": {
"message": "slack-ch-grp"
},
"appDescription": {
"message": "Il regroupe les canaux Slack par préfixe."
}
Expand Down
6 changes: 0 additions & 6 deletions app/_locales/it/messages.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"appName": {
"message": "Slack Channels Grouping"
},
"appShortName": {
"message": "slack-ch-grp"
},
"appDescription": {
"message": "Raggruppa i canali Slack per prefisso."
}
Expand Down
6 changes: 0 additions & 6 deletions app/_locales/ja/messages.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"appName": {
"message": "Slack Channels Grouping"
},
"appShortName": {
"message": "slack-ch-grp"
},
"appDescription": {
"message": "Slackのチャンネル一覧をまとめます。"
}
Expand Down
6 changes: 0 additions & 6 deletions app/_locales/ko/messages.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"appName": {
"message": "Slack Channels Grouping"
},
"appShortName": {
"message": "slack-ch-grp"
},
"appDescription": {
"message": "접두사별로 슬랙 채널을 그룹화합니다."
}
Expand Down
6 changes: 0 additions & 6 deletions app/_locales/nl/messages.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"appName": {
"message": "Slack Channels Grouping"
},
"appShortName": {
"message": "slack-ch-grp"
},
"appDescription": {
"message": "Het groepeert Slack-kanalen op prefix."
}
Expand Down
6 changes: 0 additions & 6 deletions app/_locales/pt_BR/messages.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"appName": {
"message": "Slack Channels Grouping"
},
"appShortName": {
"message": "slack-ch-grp"
},
"appDescription": {
"message": "Agrupando canais Slack por prefixo."
}
Expand Down
6 changes: 0 additions & 6 deletions app/_locales/pt_PT/messages.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"appName": {
"message": "Slack Channels Grouping"
},
"appShortName": {
"message": "slack-ch-grp"
},
"appDescription": {
"message": "Agrupando canais Slack por prefixo."
}
Expand Down
6 changes: 0 additions & 6 deletions app/_locales/ru/messages.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"appName": {
"message": "Slack Channels Grouping"
},
"appShortName": {
"message": "slack-ch-grp"
},
"appDescription": {
"message": "Он группирует каналы Slack по префиксу."
}
Expand Down
6 changes: 0 additions & 6 deletions app/_locales/zh_CN/messages.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"appName": {
"message": "Slack Channels Grouping"
},
"appShortName": {
"message": "slack-ch-grp"
},
"appDescription": {
"message": "它按前缀将Slack通道分组。"
}
Expand Down
6 changes: 0 additions & 6 deletions app/_locales/zh_TW/messages.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"appName": {
"message": "Slack Channels Grouping"
},
"appShortName": {
"message": "slack-ch-grp"
},
"appDescription": {
"message": "它按前綴將Slack通道分組。"
}
Expand Down
4 changes: 2 additions & 2 deletions app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"name": "Slack Channels Grouping",
"short_name": "slack-ch-grp",
"description": "__MSG_appDescription__",
"version": "1.0.36",
"manifest_version": 3,
Expand Down

0 comments on commit 0bdd9c6

Please sign in to comment.