chore(i18n,docs): processed translations (#44907)

This commit is contained in:
camperbot
2022-01-25 23:38:20 +05:30
committed by GitHub
parent b115049ee2
commit d0d8d6f6a6
21 changed files with 1007 additions and 132 deletions

View File

@@ -18,7 +18,7 @@ Most of files for translating the platform are located in the [`client/i18n`](ht
```console
config/i18n
└── all-langs.js
└── all-langs.ts
...
client/i18n
├── configForTests.js
@@ -56,7 +56,7 @@ Most of files for translating the platform are located in the [`client/i18n`](ht
│   └── trending.json
├── locales.test.js
├── schema-validation.js
└── validate-keys.js
└── validate-keys.ts
```
Some of these files are translated on our translation platform (Crowdin), some are not.