mdissel / locales

Localization files for Webix widgets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm (scoped)

Using with NPM

npm add @wbx/locales

and

import locale from "@wbx/locales/spreadsheet/en";
webix.i18n.spreadsheet = locale;

How to add the new locale

  • fork the repo
  • copy {widget}/en.js to {widget}/{some lang}.js
  • translate all values to your language
  • commit, push, make pull request

About

Localization files for Webix widgets


Languages

Language:JavaScript 100.0%