sagmor/ventana

View on GitHub
lib/ventana/i18n.rb

Summary

Maintainability
A
0 mins
Test Coverage
require "i18n"

# Add gem translations to load path
I18n.load_path += Dir[File.expand_path("../locales/*.yml",__FILE__)]

module Ventana
  SCOPE = :ventana
end