Method: MiniGL::Localization.languages
- Defined in:
- lib/minigl/localization.rb
.languages ⇒ Object (readonly)
The list of available languages. These are symbols corresponding to the names of the files in data/text, without the ‘.txt’ extension.
8 9 10 |
# File 'lib/minigl/localization.rb', line 8 def languages @languages end |