module Mumukit::Platform::Locale

Constants

SPECS

Public Class Methods

get_spec_for(locale, type) click to toggle source
# File lib/mumukit/platform/locale.rb, line 13
def self.get_spec_for(locale, type)
  SPECS.dig(locale, type)
end
supported() click to toggle source
# File lib/mumukit/platform/locale.rb, line 9
def self.supported
  SPECS.keys
end