From f065ab98cdad8c0678d749914d12bc29ada06340 Mon Sep 17 00:00:00 2001 From: alexandercerutti Date: Sun, 19 Aug 2018 13:51:57 +0200 Subject: [PATCH] Now localize returns this for method concatenation --- index.js | 2 ++ 1 file changed, 2 insertions(+) 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; } /**