It would be nice if Jabylon could support android translations as well. It doesn't look too troublesome. Similar semantics to java properties, just the format and placement/naming are different.
In android all resources go to res/values/strings.xml. A specific language would be res/values-de/strings.xml. It gets a little different when variants are involved:
res/values-de-rDE/strings.xml
So - instead of _ and the variante gets an extra r as a prefix
It would be nice if Jabylon could support android translations as well. It doesn't look too troublesome. Similar semantics to java properties, just the format and placement/naming are different.
In android all resources go to
res/values/strings.xml. A specific language would beres/values-de/strings.xml. It gets a little different when variants are involved:res/values-de-rDE/strings.xmlSo
-instead of_and the variante gets an extraras a prefix