cozy-i18n-helper

0.0.4 • Public • Published

I18N Helper

Helper library for i18n in cozy. Retrieve the cozy locale from the DataSystem

Requirements

Add CozyInstance to your app's permission

Usage :

 
# Middleware (express) 
app.use require('cozy-i18n-helper').middleware
 
# Mounted (Compound) 
require('cozy-i18n-helper').mount compound
 

Client Side

 
$.ajax 'cozy-locale.json',
  success: (data) -> #data= {locale: ja} 
 

/cozy-i18n-helper/

    Package Sidebar

    Install

    npm i cozy-i18n-helper

    Weekly Downloads

    8

    Version

    0.0.4

    License

    BSD

    Last publish

    Collaborators

    • aenario
    • mycozycloud