~j-mullins/enchanting/lego_color_sensor

« back to all changes in this revision

Viewing changes to FrontEnd/Classes/1-ScratchTranslator.st

  • Committer: Clinton Blackmore
  • Date: 2011-07-01 23:35:03 UTC
  • Revision ID: clinton.blackmore@gmail.com-20110701233503-0julusy39b92nmmd
Minor fix, and updated translation files

Show diffs side-by-side

added added

removed removed

Lines of Context:
405
405
 
406
406
        ! !
407
407
 
408
 
!ScratchTranslator class methodsFor: 'language translation' stamp: 'CWB 7/1/2011 17:10'!
 
408
!ScratchTranslator class methodsFor: 'language translation' stamp: 'CWB 7/1/2011 17:27'!
409
409
resetUITranslationSet
410
410
 
411
411
        | classesToIgnore classesToCheck |
425
425
        "Add words for peripherals known to Enchanting."
426
426
        "Items will have concrete types and custom lists"
427
427
 
428
 
        classesToIgnore _ #('NXTPeripheral').
 
428
        classesToIgnore _ #('NXTPeripheral' 'NXTSensor').
429
429
 
430
430
        classesToCheck _ EnchantingPeripheral selectSubclasses: 
431
431
                [:class | (classesToIgnore includes: class asString) not ].