[etoys-dev] Etoys: GetText-Richo.11.mcz
commits at source.squeak.org
commits at source.squeak.org
Fri May 28 09:40:04 EDT 2010
Ricardo Moran uploaded a new version of GetText to project Etoys:
http://source.squeak.org/etoys/GetText-Richo.11.mcz
==================== Summary ====================
Name: GetText-Richo.11
Author: Richo
Time: 28 May 2010, 10:40:13 am
UUID: 5e4f71b5-dbf7-5a44-94f1-a14fc4d84fbf
Ancestors: GetText-Richo.10
* Removed #translated "optimization" for english locale
=============== Diff against GetText-Richo.10 ===============
Item was changed:
----- Method: String>>translated (in category '*gettext') -----
translated
"answer the receiver translated to the default language"
| translation |
- Locale current isoLanguage = 'en' ifTrue: [^self].
translation := self
translatedTo: LocaleID current
inDomain: (TextDomainManager domainOfMethod: thisContext sender method).
self == translation ifTrue: [^self translatedInAllDomains].
^translation!
More information about the etoys-dev
mailing list