[Pkg] The Trunk: GetText-edc.17.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Mar 14 10:09:13 UTC 2012


Edgar J. De Cleene uploaded a new version of GetText to project The Trunk:
http://source.squeak.org/trunk/GetText-edc.17.mcz

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

Name: GetText-edc.17
Author: edc
Time: 14 March 2012, 7:11:34.592 am
UUID: 0fd7dc4c-96b8-43a7-a877-38ecfdd1faa3
Ancestors: GetText-edc.16

More cleanup as now we have subclasses of NaturalLanguageTranslator

=============== Diff against GetText-edc.16 ===============

Item was removed:
- ----- Method: NaturalLanguageTranslator class>>allKnownPhrases (in category 'private') -----
- allKnownPhrases
- 	^AllKnownPhrases ifNil: [AllKnownPhrases := Dictionary new: 2051]!

Item was removed:
- ----- Method: NaturalLanguageTranslator class>>cachedTranslations (in category 'private') -----
- cachedTranslations
- 	"CachedTranslations := nil" 
- 	^CachedTranslations ifNil: [CachedTranslations := Dictionary new]!

Item was removed:
- ----- Method: NaturalLanguageTranslator class>>cleanUp (in category 'class initialization') -----
- cleanUp
- 	"Flush caches"
- 
- 	CachedTranslations := nil.
- 	AllKnownPhrases := nil.!



More information about the Packages mailing list