зеркало из
1
0
Форкнуть 0
Localization Messages - Kendo UI for Angular
Перейти к файлу
Dimiter Topalov 9a00ae4732
feat(grid, treelist): update pager messages
2024-10-31 17:54:52 +02:00
.github/workflows
.husky
bin
messages feat(grid, treelist): update pager messages 2024-10-31 17:54:52 +02:00
test
tools
.gitignore
CODEOWNERS
CONTRIBUTING.md
LICENSE.md
NOTICE.txt
README.md
commitlint.config.js
package-lock.json chore(deps-dev): bump braces in the npm_and_yarn group 2024-07-12 06:15:22 +03:00
package.json

README.md

Kendo UI for Angular: Localized Messages

Overview

This repository contains translated messages for Kendo UI components for Angular.

It also includes a utility to populate these messages in application message files in an XLIFF format. For more details, refer to the article on Translation of Messages.

Basic Usage

The kendo-translate script looks up translations for the specified locale and the package, and populates them in the specified XLIFF (.xlf) file.

npx kendo-translate <file> --locale <locale-id> [--force]
  • file—The path to the .xlf message file.
  • --locale, -l—The locale ID string. For example, es-ES.
  • --force, -f—If set, it overwrites the existing translations (<target> elements).

Installation

To install the @progress/kendo-angular-messages package, follow the instructions in the article on getting started.

npm install @progress/kendo-angular-messages

Builds

To build the package from this repository, run the npm pack command.