chore: update Crowdin CLI to version 4.14.0 and modify export languages in crowdin.yml to include simplified Chinese (zh-CN)

This commit is contained in:
kastov 2026-02-23 19:53:01 +03:00
parent aba9b5915a
commit 9401db91ec
No known key found for this signature in database
GPG key ID: 1B27BE29057F4C90
3 changed files with 6 additions and 6 deletions

View file

@ -8,7 +8,7 @@ files:
- source: /public/locales/en/remnawave.json
translation: /public/locales/%two_letters_code%/remnawave.json
export_languages: ['ru', 'fa', 'zh']
export_languages: ['ru', 'fa', 'zh-CN']
pull_request_title: 'chore(i18n): update translations'
pull_request_labels: ['translations']

8
package-lock.json generated
View file

@ -94,7 +94,7 @@
"zustand": "^5.0.9"
},
"devDependencies": {
"@crowdin/cli": "^4.13.0",
"@crowdin/cli": "^4.14.0",
"@eslint/compat": "^2.0.2",
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.2",
@ -749,9 +749,9 @@
}
},
"node_modules/@crowdin/cli": {
"version": "4.13.0",
"resolved": "https://registry.npmjs.org/@crowdin/cli/-/cli-4.13.0.tgz",
"integrity": "sha512-2EJN0VCTVMpSjF9hTsOau9gYT2cMRvQUXH+gQP67Ha85s5f68gkjFzC2gEGNoeDtRWdw+b9MlUNkTlELmpZBcQ==",
"version": "4.14.0",
"resolved": "https://registry.npmjs.org/@crowdin/cli/-/cli-4.14.0.tgz",
"integrity": "sha512-sN3puFcyPWbG9kffuOBqkrcNv/retP6ai12DcY6Qz934JUVaz4xQOipz6XsxKYCctgJQRkyGDDSgwh+vYD897A==",
"dev": true,
"license": "MIT",
"dependencies": {

View file

@ -118,7 +118,7 @@
"zustand": "^5.0.9"
},
"devDependencies": {
"@crowdin/cli": "^4.13.0",
"@crowdin/cli": "^4.14.0",
"@eslint/compat": "^2.0.2",
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.2",