Skip to content

Commit c323f6e

Browse files
authored
Merge pull request #3 from ychikazawa/port-to-learn-and-support.microsoft.com
Port to learn and support.microsoft.com
2 parents 832b686 + e343e7e commit c323f6e

File tree

11 files changed

+51
-20
lines changed

11 files changed

+51
-20
lines changed

_locales/de/messages.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
3-
}
2+
"extName": {
3+
"message": "MSDocs Easy Switch Lang",
4+
"description": "Easy switch lang button on msdocs"
5+
}
6+
}

_locales/en/messages.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
2+
"extName": {
3+
"message": "MSDocs Easy Switch Lang",
4+
"description": "Easy switch lang button on msdocs"
5+
}
36
}

_locales/es/messages.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
3-
}
2+
"extName": {
3+
"message": "MSDocs Easy Switch Lang",
4+
"description": "Easy switch lang button on msdocs"
5+
}
6+
}

_locales/fr/messages.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
3-
}
2+
"extName": {
3+
"message": "MSDocs Easy Switch Lang",
4+
"description": "Easy switch lang button on msdocs"
5+
}
6+
}

_locales/it/messages.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
3-
}
2+
"extName": {
3+
"message": "MSDocs Easy Switch Lang",
4+
"description": "Easy switch lang button on msdocs"
5+
}
6+
}

_locales/ja/messages.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
3-
}
2+
"extName": {
3+
"message": "MSDocs Easy Switch Lang",
4+
"description": "Easy switch lang button on msdocs"
5+
}
6+
}

_locales/ko/messages.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
3-
}
2+
"extName": {
3+
"message": "MSDocs Easy Switch Lang",
4+
"description": "Easy switch lang button on msdocs"
5+
}
6+
}

_locales/ru/messages.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
3-
}
2+
"extName": {
3+
"message": "MSDocs Easy Switch Lang",
4+
"description": "Easy switch lang button on msdocs"
5+
}
6+
}

_locales/zh/messages.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
3-
}
2+
"extName": {
3+
"message": "MSDocs Easy Switch Lang",
4+
"description": "Easy switch lang button on msdocs"
5+
}
6+
}

manifest.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "MSDocs Easy Switch Lang",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"description": "Easy switch lang button on msdocs for Microsoft Edge.",
66
"default_locale": "en",
77
"icons": {
@@ -16,7 +16,9 @@
1616
"tabs"
1717
],
1818
"host_permissions": [
19-
"https://docs.microsoft.com/*"
19+
"https://docs.microsoft.com/*",
20+
"https://learn.microsoft.com/*",
21+
"https://support.microsoft.com/*"
2022
],
2123
"background": {
2224
"service_worker": "scripts/background.js"

0 commit comments

Comments
 (0)