Skip to content

Commit a8d3d41

Browse files
docs: update packages readme (#526)
* docs: update packages readme * translations: for package i18n --------- Co-authored-by: Update packages readme action <> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e1b2e5d commit a8d3d41

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

src/content/local-docs/libs/i18n/README-de.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🌍 Gravity-UI i18n Tools
22

3-
Dieses Repository enthält gängige Hilfsprogramme, Bibliotheken und Plugins, die für i18n in Gravity-UI verwendet werden.
3+
Dieses Repository enthält allgemeine Dienstprogramme, Bibliotheken und Plugins, die für i18n in Gravity-UI verwendet werden.
44

55
## Nützliche Links
66

@@ -24,7 +24,7 @@ Dieses Repository enthält gängige Hilfsprogramme, Bibliotheken und Plugins, di
2424
1. Installiere pnpm
2525

2626
```bash
27-
27+
npm run install:global
2828
```
2929

3030
1. Installiere Abhängigkeiten

src/content/local-docs/libs/i18n/README-es.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ Este repositorio contiene utilidades, bibliotecas y plugins comunes utilizados p
2424
1. Instala pnpm
2525

2626
```bash
27-
27+
npm run install:global
2828
```
2929

30-
1. Instala las dependencias
30+
1. Instala dependencias
3131

3232
```bash
3333
pnpm i

src/content/local-docs/libs/i18n/README-fr.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Ce dépôt contient des utilitaires, des bibliothèques et des plugins courants
1111
| Nom | Description | Version |
1212
|-------------------------------------------------------------|------------------------------------------------------------------|----------------------------------------------------------------|
1313
| [i18n](./packages/i18n/README.md) | Bibliothèque i18n légère. | <a href="https://npmjs.com/package/@gravity-ui/i18n-core"><img src="https://img.shields.io/npm/v/@gravity-ui/i18n?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a> |
14-
| [i18n-react](./packages/i18n-react/README.md) | Bibliothèque i18n pour les applications client React (Syntaxe de message ICU). | <a href="https://npmjs.com/package/@gravity-ui/i18n-react"><img src="https://img.shields.io/npm/v/@gravity-ui/i18n-react?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a> |
15-
| [i18n-node](./packages/i18n-node/README.md) | Bibliothèque i18n pour les applications serveur (Syntaxe de message ICU). | <a href="https://npmjs.com/package/@gravity-ui/i18n-node"><img src="https://img.shields.io/npm/v/@gravity-ui/i18n-node?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a> |
14+
| [i18n-react](./packages/i18n-react/README.md) | Bibliothèque i18n pour les applications client React (Syntaxe de Message ICU). | <a href="https://npmjs.com/package/@gravity-ui/i18n-react"><img src="https://img.shields.io/npm/v/@gravity-ui/i18n-react?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a> |
15+
| [i18n-node](./packages/i18n-node/README.md) | Bibliothèque i18n pour les applications serveur (Syntaxe de Message ICU). | <a href="https://npmjs.com/package/@gravity-ui/i18n-node"><img src="https://img.shields.io/npm/v/@gravity-ui/i18n-node?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a> |
1616
| [eslint-plugin-i18n](./packages/eslint-plugin-i18n/README.md) | Règles ESLint pour l'i18n. | <a href="https://npmjs.com/package/@gravity-ui/eslint-plugin-i18n"><img src="https://img.shields.io/npm/v/@gravity-ui/eslint-plugin-i18n?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a> |
1717
| [i18n-cli](./packages/i18n-cli/README.md) | Outil pour les opérations avec les fichiers de langue. | <a href="https://npmjs.com/package/@gravity-ui/i18n-cli"><img src="https://img.shields.io/npm/v/@gravity-ui/i18n-cli?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a> |
1818
| [i18n-babel-plugin](./packages/i18n-babel-plugin/README.md) | Plugin Babel pour optimiser la livraison des fichiers de langue. | <a href="https://npmjs.com/package/@gravity-ui/i18n-babel-plugin"><img src="https://img.shields.io/npm/v/@gravity-ui/i18n-babel-plugin?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a> |
@@ -24,7 +24,7 @@ Ce dépôt contient des utilitaires, des bibliothèques et des plugins courants
2424
1. Installer pnpm
2525

2626
```bash
27-
27+
npm run install:global
2828
```
2929

3030
1. Installer les dépendances

src/content/local-docs/libs/i18n/README-ko.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🌍 Gravity-UI i18n Tools
22

3-
이 저장소에는 Gravity-UI의 i18n(국제화)에 사용되는 공통 유틸리티, 라이브러리 및 플러그인이 포함되어 있습니다.
3+
이 저장소에는 Gravity-UI의 i18n(국제화)에 사용되는 일반적인 유틸리티, 라이브러리 및 플러그인이 포함되어 있습니다.
44

55
## 유용한 링크
66

@@ -24,7 +24,7 @@
2424
1. pnpm 설치
2525

2626
```bash
27-
27+
npm run install:global
2828
```
2929

3030
1. 종속성 설치
@@ -42,6 +42,6 @@
4242
# i18n-cli 패키지에 대한 타입 검사 실행
4343
pnpm nx typecheck @gravity-ui/i18n-cli
4444
45-
# 모든 패키지에 대한 린트 실행
45+
# 모든 패키지에 대한 lint 실행
4646
pnpm nx run-many --target=lint --parallel
4747
```

src/content/local-docs/libs/i18n/README-zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
1. 安装 pnpm
2525

2626
```bash
27-
27+
npm run install:global
2828
```
2929

3030
1. 安装依赖

src/content/local-docs/libs/i18n/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This repository contains common utilities, libraries, and plugins used for i18n
2424
1. Install pnpm
2525

2626
```bash
27-
27+
npm run install:global
2828
```
2929

3030
1. Install dependencies

0 commit comments

Comments
 (0)