diff --git a/system/lang/en-en.json b/system/lang/en-en.json index 33a2f88..58550b1 100644 --- a/system/lang/en-en.json +++ b/system/lang/en-en.json @@ -55,6 +55,10 @@ "random": "Random" }, "settings": { + "custom-compendiums": { + "title": "Compendiums", + "link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/users/custom-compendiums.md" + }, "wiki": { "title": "Wiki", "link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/home" diff --git a/system/lang/es-es.json b/system/lang/es-es.json index cdedac6..134d0df 100644 --- a/system/lang/es-es.json +++ b/system/lang/es-es.json @@ -55,6 +55,10 @@ "random": "Random" }, "settings": { + "custom-compendiums": { + "title": "Compendiums", + "link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/users/custom-compendiums.md" + }, "wiki": { "title": "Wiki", "link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/home" diff --git a/system/lang/fr-fr.json b/system/lang/fr-fr.json index 01a58ce..374ba07 100644 --- a/system/lang/fr-fr.json +++ b/system/lang/fr-fr.json @@ -55,6 +55,10 @@ "random": "Aléatoire" }, "settings": { + "custom-compendiums": { + "title": "Compendiums", + "link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/users/custom-compendiums.md" + }, "wiki": { "title": "Wiki", "link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/home" diff --git a/system/lang/it-it.json b/system/lang/it-it.json index 17f79b9..805c8ea 100644 --- a/system/lang/it-it.json +++ b/system/lang/it-it.json @@ -56,6 +56,10 @@ }, "settings": { "wiki": { + "custom-compendiums": { + "title": "Compendiums", + "link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/users/custom-compendiums.md" + }, "title": "Wiki", "link": "https://gitlab.com/teaml5r/l5r5e/-/wikis/home" } diff --git a/system/scripts/hooks.js b/system/scripts/hooks.js index f007f99..475c076 100644 --- a/system/scripts/hooks.js +++ b/system/scripts/hooks.js @@ -98,7 +98,11 @@ export default class HooksL5r5e { `
Changelog` + ` ${game.i18n.localize("l5r5e.settings.wiki.title")}
` + )}" target="_blank">${game.i18n.localize("l5r5e.settings.wiki.title")}` + + ` ${game.i18n.localize("l5r5e.settings.custom-compendiums.title")}` + + `` ); break; } diff --git a/system/system.json b/system/system.json index d762817..c7e8615 100644 --- a/system/system.json +++ b/system/system.json @@ -11,7 +11,7 @@ "version": "1.9.0", "compatibility": { "minimum": 10, - "verified": "10.276" + "verified": "10.277" }, "manifestPlusVersion": "1.2.0", "socket": true,