Skip to content

Commit

Permalink
BC-7640 ukrainian-language-not-displayed (#3486)
Browse files Browse the repository at this point in the history
* chore: fix typo in Ukrainian translation

* chore: update linting configuration to include locales folder
  • Loading branch information
wolfganggreschus authored Jul 22, 2024
1 parent 2ca9d50 commit 2feab21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion locales/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -1483,7 +1483,7 @@
"pleaseSelectFileType": "Виберіть тип файлу.",
"renameDirSuccess": "Каталог успішно перейменовано!",
"renameFileSuccess": "Файл успішно перейменовано!",
"thereAreNoPermissionsToEdit": "Немає дозволів на редагування.",
"thereAreNoPermissionsToEdit": "Немає дозволів на редагування."
}
},
"search": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"watch": "nodemon --config nodemon.json",
"debug": "nodemon --inspect=9310 --config nodemon.json",
"debug:container": "nodemon --inspect=0.0.0.0:9310 --config nodemon.json",
"lint": "eslint --ext .json --fix . && eslint ./controllers ./helpers ./test/mocha ./api.js ./app.js --ext .js --fix",
"lint": "eslint --ext .json --fix . && eslint ./controllers ./helpers ./test/mocha ./api.js ./app.js ./locales --ext .js --ext .json --fix",
"startd": "echo 'Do you mean 'npm run watch'?'",
"mocha": "cross-env NODE_ENV=test mocha test/mocha/ --exit --recursive",
"build": "gulp clear && cross-env NODE_OPTIONS=--openssl-legacy-provider gulp",
Expand Down

0 comments on commit 2feab21

Please sign in to comment.