- Localization
Our business target is world-wide. So localization is very important
topic. Currently ALLSTOCKER supports 4 languages and we will add
Chinese languages soon.
Translation strings are not only in Smalltalk code, but also in
Mustache templates. So we selected Soup for extracting translatable
strings in those templates.
http://smalltalkhub.com/#!/~PharoExtras/Soup
For managing translations, we use Gettext package.
http://smalltalkhub.com/#!/~PharoExtras/Gettext
Hi masashi
I wrote an email and it got lost so I retyping it.
What I would love is that we improve/clean the international support in
Pharo.
I have the impression that we should
- remove the stream conversion and language encodings and use Zn
- I remember that usman told us that the support for gettext had
some problems
but I forgot.
So any input and code to help us on that front would be good.
Stef