ep_author_hover 11.0.22 → 11.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/locales/gl.json +3 -2
- package/package.json +1 -1
package/locales/gl.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"@metadata": {
|
|
3
3
|
"authors": [
|
|
4
|
-
"Ghose"
|
|
4
|
+
"Ghose",
|
|
5
|
+
"Toliño"
|
|
5
6
|
]
|
|
6
7
|
},
|
|
7
8
|
"ep_author_hover.me": "Eu",
|
|
8
9
|
"ep_author_hover.unknow_author": "Editora descoñecida",
|
|
9
|
-
"ep_author_hover.showHoverLabel": "Mostra
|
|
10
|
+
"ep_author_hover.showHoverLabel": "Mostra editora ao pasar o cursor"
|
|
10
11
|
}
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
},
|
|
7
7
|
"name": "ep_author_hover",
|
|
8
8
|
"description": "Adds author names to span titles (shows on hover), works as authors change their name. Hover includes author color and fast switching between author spans. Hat tip to Martyn York for the initial work on this.",
|
|
9
|
-
"version": "11.0.
|
|
9
|
+
"version": "11.0.23",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
12
|
"url": "https://github.com/ether/ep_author_hover.git"
|