@box/languages
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

Project for listing the locales that other box frontend projects are using when building. When adding a new locale, please bump up the version in package.json before publishing to npmjs.

To add a new locale

  1. Add the new locale in index.js.
  2. Bump the version in package.json.
  3. Run the "Release Box Languages" Jenkins job to publish to npmjs.

Usage examples:

To get the list of BCP-47 language tags that are officially supported by Box:

const languages = require('@box/languages');
languages.forEach(...do something...);

To get the full languages object that are officially supported by Box:

const { boxLanguages } = require('@box/languages');
boxLanguages.forEach(...do something...);

/@box/languages/

    Package Sidebar

    Install

    npm i @box/languages

    Weekly Downloads

    755

    Version

    1.1.2

    License

    Apache-2.0

    Unpacked Size

    17.1 kB

    Total Files

    6

    Last publish

    Collaborators

    • boxoss
    • boxplatform
    • box-npm
    • jstoffan
    • patrickpaul