I have an English sitemap now, and I started another one, which will have the same layout as my english one. However, I don’t know how could I localize some rules outputs, etc… So for example I have an Item (String) on this sitemap which prints the current day in string (Monday, Tuesday, etc…). How could I translate this to my language? I thought something like mapping the values on this sitemap, but that doesn’t seem to work.
Changing to Text did not help!
That’s not a problem, I’ll create a new Item. However, I’m not using any binding it’s just a simple rule which returns the date/time. This could be a problem? It not only returns a String…
Default item=Today label="Local Date and Time [%1$tY.%1$tm.%1$td %1$tH:%1$tM ]" icon="time"
Default item=Today label="Today is [%1$tA]" icon="time"