module PainfulTranslate
Constants
- Languages
- VERSION
Public Class Methods
translate(*keys, opts)
click to toggle source
# File lib/painful_translate.rb, line 11 def translate(*keys, opts) PainfulTranslate::Client.instance.translate keys, opts end