Top Level Namespace

Defined Under Namespace

Modules: Helpers Classes: LockedKeys, PluralizationValidator, SanitizedHtmlValidator, YamlValidator

Constant Summary collapse

KEYS_BY_LANGUAGE =
{
  :be=>[:one, :few, :many, :other],
  :bs=>[:one, :few, :many, :other],
  :by=>[:one, :few, :many, :other],
  :cs=>[:one, :few, :other],
  :hr=>[:one, :few, :many, :other],
  :iu=>[:one, :two, :other],
  :kw=>[:one, :two, :other],
  :mo=>[:one, :few, :other],
  :naq=>[:one, :two, :other],
  :ro=>[:one, :few, :other],
  :ru=>[:one, :few, :many, :other],
  :se=>[:one, :two, :other],
  :sh=>[:one, :few, :many, :other],
  :sk=>[:one, :few, :other],
  :sma=>[:one, :two, :other],
  :smi=>[:one, :two, :other],
  :smj=>[:one, :two, :other],
  :smn=>[:one, :two, :other],
  :sms=>[:one, :two, :other],
  :sr=>[:one, :few, :many, :other],
  :uk=>[:one, :few, :many, :other]
}