diff --git a/index.js b/index.js index abb2d98..381c5d3 100644 --- a/index.js +++ b/index.js @@ -137,6 +137,8 @@ class Pass { if (typeof translations === "object") { this.l10n[lang] = translations; } + + return this; } /**