Now localize returns this for method concatenation

This commit is contained in:
alexandercerutti
2018-08-19 13:51:57 +02:00
parent 55cb428222
commit f065ab98cd

View File

@@ -137,6 +137,8 @@ class Pass {
if (typeof translations === "object") {
this.l10n[lang] = translations;
}
return this;
}
/**