[etoys-dev] Etoys: GetText-kfr.12.mcz

commits at source.squeak.org commits at source.squeak.org
Sat May 29 07:48:14 EDT 2010


Karl Ramberg uploaded a new version of GetText to project Etoys:
http://source.squeak.org/etoys/GetText-kfr.12.mcz

==================== Summary ====================

Name: GetText-kfr.12
Author: kfr
Time: 29 May 2010, 1:48:21 pm
UUID: 293d6efd-a53e-4142-bf2a-5b0294f57ec7
Ancestors: GetText-Richo.11

Comment out printing to Transcript

=============== Diff against GetText-Richo.11 ===============

Item was changed:
  ----- Method: String>>translatedInAllDomains (in category '*gettext') -----
  translatedInAllDomains
  	| translation |
+ 	"Transcript show: self printString, ' translatedInAllDomains'; cr."
- 	Transcript show: self printString, ' translatedInAllDomains'; cr.
  	TextDomainManager allKnownDomains do: [:domain |
  		translation := self translatedInDomain: domain.
  		self = translation ifFalse: [^translation]
  	].
  	^self!



More information about the etoys-dev mailing list