@rxap/plugin-i18n
TypeScript icon, indicating that this package has built-in type declarations

15.0.1 • Public • Published

@rxap/plugin-i18n (Nx/Ng Plugin)

npm version commitizen friendly styled with prettier Libraries.io dependency status for latest release, scoped npm package npm NPM

Installation

Add the plugin to your workspace:

ng add @rxap/plugin-i18n

Setup the package @rxap/plugin-i18n for the workspace.

Configure the builder @rxap/plugin-i18n for a project:

ng g @rxap/plugin-i18n:config [project]

Adds the @plugin-pack:build to the specified project

Schematics

config

Adds the @plugin-pack:build to the specified project

ng g @rxap/plugin-i18n:config
Option Type Default Description
project string The name of the project.
availableLanguages array
assets array
defaultLanguage string en The project default language code
sourceLocale string en-US The source locale code use in the project.
overwrite boolean false Whether to overwrite existing files.
Required
project

ng-add

Setup the package @rxap/plugin-i18n for the workspace.

ng g @rxap/plugin-i18n:ng-add
Option Type Default Description
project string Name of the project

Builder

build

build builder

Builder name

@rxap/plugin-i18n:build
Option Type Default Description
availableLanguages array
defaultLanguage string
assets

Package Sidebar

Install

npm i @rxap/plugin-i18n

Weekly Downloads

1

Version

15.0.1

License

GPL-3.0

Unpacked Size

76.9 kB

Total Files

25

Last publish

Collaborators

  • badry.muenker
  • mmuenker