allLocales property

Set<String> allLocales
getter/setter pair

A list of all the locales for which we have translations. Code that does the reading of translations should add to this.

Implementation

Set<String> allLocales = {};