Skip to content

Commit

Permalink
Merge pull request #2 from allnnde/1-la-traducción-no-funciona-con-la…
Browse files Browse the repository at this point in the history
…-versión-474

fix(babele): correct module name for load compendium
  • Loading branch information
allnnde authored Feb 17, 2023
2 parents 6903b32 + 8f68f42 commit ef83b39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"conventionalCommits.scopes": [
"monje",
"Picaro"
"Picaro",
"babele"
]
}
2 changes: 1 addition & 1 deletion babele.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Hooks.once("init", () => {
console.log("PF2E Compendium - Spanish translation loaded by Allnnde.");
if (typeof Babele !== "undefined") {
Babele.get().register({
module: "PF2E-esp",
module: "pf2e-es",
lang: "es",
dir: "compendium",
});
Expand Down

0 comments on commit ef83b39

Please sign in to comment.