fix(i18n): lien du succès héroïque localisé (EN/FR) et avertissement XP traduit
This commit is contained in:
@@ -141,6 +141,13 @@ export const registerHandlebarsHelpers = function () {
|
||||
return key == "creature" || key == "daemon";
|
||||
})
|
||||
|
||||
// Journal entry documenting Heroic/Legendary success options, localized
|
||||
Handlebars.registerHelper('criticalJournalId', function () {
|
||||
return game.i18n.lang === "en"
|
||||
? "cNk3xcQ1F7I3Uk8Q" // Rules summary (EN)
|
||||
: "veAAxCtCKcFIsnln"; // Vademecum des Joueurs (FR)
|
||||
})
|
||||
|
||||
// Handle v12 removal of this helper
|
||||
Handlebars.registerHelper('select', function (selected, options) {
|
||||
const escapedValue = RegExp.escape(Handlebars.escapeExpression(selected));
|
||||
|
||||
Reference in New Issue
Block a user