Updates:
Status: WontFix
Owner:
j...@jaet.org
Labels: -Type-Defect Type-Enhancement
Comment #2 on issue 7 by
j...@jaet.org: Digits?
http://code.google.com/p/pseudolocalization-tool/issues/detail?id=7
Originally we tried substituting other Unicode digits that would remain
readable but be clearly marked as having gone through the translation
system. However, there were two problems:
1) we couldn't find a set of such characters that worked cross-platform
2) most digits aren't in translated strings anyway, but are generated by
number formatters that exist outside the translation system. So,
supporting it in pseudolocalization-tool would not be enough -- you would
also have to modify those libraries. For example, in GWT it is possible to
create new resources describing what digit characters to use for a
pseudolocale, but that is outside the scope of this library.
If you have a suggestion for #1 above that is cross-platform now, then
please suggest them. There isn't anything we can do for #2 other than to
provide documentation for how to do it in various environments.