-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
Need better error checking for the translation property files.
For example,
English: "%s is %d"
Japanese: "%d は %s" (Wrong format, this causes parameter format error)
Japanese: "%2$d は %1$s" (Correct format)