Marcel Taeumel uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-mt.882.mcz==================== Summary ====================
Name: System-mt.882
Author: mt
Time: 12 August 2016, 4:28:29.584343 pm
UUID: 385d3544-b41c-a040-a5ff-fc2aeabe6a1d
Ancestors: System-mt.881
Fixes small regression regarding language translation (Thanks Tim F.!).
=============== Diff against System-mt.881 ===============
Item was added:
+ ----- Method: NaturalLanguageTranslator class>>availableLanguageLocaleIDs (in category 'accessing') -----
+ availableLanguageLocaleIDs
+ "Return the locale ids for the currently available languages.
+ Meaning those which either internally or externally have
+ translations available."
+ "NaturalLanguageTranslator availableLanguageLocaleIDs"
+ ^ self translators values collect:[:each | each localeID]!