api documentation for i18n (v0.8.3)

lightweight translation module with dynamic json storage

table of contents

  1. module i18n
    1. function i18n.__ (phrase)
    2. function i18n.__h (phrase)
    3. function i18n.__l (phrase)
    4. function i18n.__mf (phrase)
    5. function i18n.__n (singular, plural, count)
    6. function i18n.addLocale (locale)
    7. function i18n.configure (opt)
    8. function i18n.getCatalog (object, locale)
    9. function i18n.getLocale (request)
    10. function i18n.getLocales ()
    11. function i18n.init (request, response, next)
    12. function i18n.removeLocale (locale)
    13. function i18n.setLocale (object, locale, skipImplicitObjects)
    14. object i18n.locales
    15. string i18n.version

module i18n

function i18n.__ (phrase)

function i18n.__h (phrase)

function i18n.__l (phrase)

function i18n.__mf (phrase)

function i18n.__n (singular, plural, count)

function i18n.addLocale (locale)

function i18n.configure (opt)

function i18n.getCatalog (object, locale)

function i18n.getLocale (request)

function i18n.getLocales ()

function i18n.init (request, response, next)

function i18n.removeLocale (locale)

function i18n.setLocale (object, locale, skipImplicitObjects)

[ this document was created with utility2 ]