зеркало из
1
0
Форкнуть 0
Localization Messages - Kendo UI for Angular
Перейти к файлу
Stoyan Paskalev 9dda4f8732 feat(grid): add messages for grid aggregates 2023-05-03 17:24:28 +03:00
.github/workflows chore: cleanup publish script 2023-01-17 08:50:50 +02:00
.husky fix: update dependencies 2023-01-16 10:41:50 +02:00
bin fix: update dependencies 2023-01-16 10:41:50 +02:00
messages feat(grid): add messages for grid aggregates 2023-05-03 17:24:28 +03:00
test feat(dropdowns): new a11y related messages 2023-02-23 14:06:48 +02:00
tools fix: update dependencies 2023-01-16 10:41:50 +02:00
.gitignore fix: ru-RU localization 2018-08-17 18:50:11 +03:00
CODEOWNERS chore: create codeowners file 2021-02-05 19:06:42 +02:00
CONTRIBUTING.md fix: update dependencies 2023-01-16 10:41:50 +02:00
LICENSE.md docs: update notice && change year 2022 (#181) 2022-01-13 14:59:42 +02:00
NOTICE.txt docs: update notice && change year 2022 (#181) 2022-01-13 14:59:42 +02:00
README.md chore: fix links in README 2019-09-18 18:23:48 +03:00
commitlint.config.js fix: update dependencies 2023-01-16 10:41:50 +02:00
package-lock.json feat(scrollview): add pagerButtonLabel 2023-04-20 16:04:14 +03:00
package.json fix: update dependencies 2023-01-16 10:41:50 +02:00

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.