File: iso.rb

package info (click to toggle)
ruby-iso 0.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 196 kB
  • sloc: ruby: 364; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 247 bytes parent folder | download
1
2
3
4
5
6
7
8
9
require 'i18n'
I18n.load_path << Dir[File.join(File.expand_path(File.dirname(__FILE__) + '/../locales'), '*.yml')]
I18n.load_path.flatten!

require 'iso/tag'
require 'iso/subtag'
require 'iso/language'
require 'iso/region'
require 'iso/un/region'