catberry / catberry-l10n

Localization module for catberry framework
https://catberry.github.io/
Other
3 stars 1 forks source link

List of locales #17

Open vizo opened 8 years ago

vizo commented 8 years ago

How can i get list of all locales available (loaded)?

On server i can do by Object.keys(this._l10n._loader._fileCache), but on client i can't?

rdner commented 8 years ago

Yeah, agree, there is no way to get a list of all supported locales currently. A good feature request, though.