Hi ! I'm trying to use the library for my website, but I can't get this translation to work :
title={0} - {1}'s
When I call CommonText.title("a", "b"), I get a - bs. I tried to put a backslash before, and to replace it with \u0027, but it didn't work.
I guess you're removing the apostrophe for some reason.
Btw here is my config if it can help
i18n4k {
sourceCodeLocales = languages
inputDirectory = "src/jsMain/i18n"
}
Hi ! I'm trying to use the library for my website, but I can't get this translation to work :
When I call
CommonText.title("a", "b")
, I geta - bs
. I tried to put a backslash before, and to replace it with \u0027, but it didn't work. I guess you're removing the apostrophe for some reason.Btw here is my config if it can help