Sha256: 00add9309f230aeaa1ab83b9f3c44485f12d5699983c5a0ea5fe99f2e47f032b

Contents?: true

Size: 185 Bytes

Versions: 41

Compression:

Stored size: 185 Bytes

Contents

module Localization
  CONFIG = {
    # Default language
    :default_language => 'no',

    :web_charset => 'utf-8'
  }

  if CONFIG[:web_charset] == 'utf-8'
    $KCODE = 'u'
  end
end

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
backlog-0.7.1 config/environments/localization_environment.rb