From 7187d4209d81415af7b5c0bd62c011dd39905add Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Tue, 2 Apr 2019 22:25:58 +0200 Subject: I18n fix. --- src/main/kotlin/pl/treksoft/kvision/html/Tag.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/kotlin/pl') diff --git a/src/main/kotlin/pl/treksoft/kvision/html/Tag.kt b/src/main/kotlin/pl/treksoft/kvision/html/Tag.kt index f3f41939..32119a90 100644 --- a/src/main/kotlin/pl/treksoft/kvision/html/Tag.kt +++ b/src/main/kotlin/pl/treksoft/kvision/html/Tag.kt @@ -176,7 +176,7 @@ open class Tag( if (content == null) content = this else - content += this + content += translate(this) } companion object { -- cgit