dsturnbull / the_javascript_internationale

easy js i18n helper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

 * include jquery.translations.js
 * setup server actions to provide current locale and translations
 * $.t('accounts') # => Accounts   ($.internationale.locale == 'en')
 * $.t('accounts') # => アカウント ($.internationale.locale == 'ja')

About

easy js i18n helper


Languages

Language:JavaScript 100.0%