Added compendium wiki link

This commit is contained in:
Vlyan
2022-08-09 20:41:30 +02:00
parent 6c50eac0b4
commit dbff0bb2d4
6 changed files with 22 additions and 2 deletions

View File

@@ -55,6 +55,10 @@
"random": "Random" "random": "Random"
}, },
"settings": { "settings": {
"custom-compendiums": {
"title": "Compendiums",
"link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/users/custom-compendiums.md"
},
"wiki": { "wiki": {
"title": "Wiki", "title": "Wiki",
"link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/home" "link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/home"

View File

@@ -55,6 +55,10 @@
"random": "Random" "random": "Random"
}, },
"settings": { "settings": {
"custom-compendiums": {
"title": "Compendiums",
"link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/users/custom-compendiums.md"
},
"wiki": { "wiki": {
"title": "Wiki", "title": "Wiki",
"link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/home" "link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/home"

View File

@@ -55,6 +55,10 @@
"random": "Aléatoire" "random": "Aléatoire"
}, },
"settings": { "settings": {
"custom-compendiums": {
"title": "Compendiums",
"link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/users/custom-compendiums.md"
},
"wiki": { "wiki": {
"title": "Wiki", "title": "Wiki",
"link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/home" "link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/home"

View File

@@ -56,6 +56,10 @@
}, },
"settings": { "settings": {
"wiki": { "wiki": {
"custom-compendiums": {
"title": "Compendiums",
"link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/users/custom-compendiums.md"
},
"title": "Wiki", "title": "Wiki",
"link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/home" "link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/home"
} }

View File

@@ -98,7 +98,11 @@ export default class HooksL5r5e {
`<p><a href="${game.system.changelog}" target="_blank">Changelog</a>` + `<p><a href="${game.system.changelog}" target="_blank">Changelog</a>` +
` <a href="${game.i18n.localize( ` <a href="${game.i18n.localize(
"l5r5e.settings.wiki.link" "l5r5e.settings.wiki.link"
)}" target="_blank">${game.i18n.localize("l5r5e.settings.wiki.title")}</a></p>` )}" target="_blank">${game.i18n.localize("l5r5e.settings.wiki.title")}</a>` +
` <a href="${game.i18n.localize(
"l5r5e.settings.custom-compendiums.link"
)}" target="_blank">${game.i18n.localize("l5r5e.settings.custom-compendiums.title")}</a>` +
`</p>`
); );
break; break;
} }

View File

@@ -11,7 +11,7 @@
"version": "1.9.0", "version": "1.9.0",
"compatibility": { "compatibility": {
"minimum": 10, "minimum": 10,
"verified": "10.276" "verified": "10.277"
}, },
"manifestPlusVersion": "1.2.0", "manifestPlusVersion": "1.2.0",
"socket": true, "socket": true,