Commits on Source (7)
-
Grigor Malo authored1c41c29f
-
grgml authored44631eb2
-
grgml authored89e0505c
-
grgml authored6b6e2378
-
grgml authored282a6b0c
-
Grigor Malo authored
Dev See merge request !235
c6a671d6 -
semantic-release-bot authored
# [1.41.0](https://gitlab.coko.foundation/ketida/server/compare/v1.40.0...v1.41.0) (2024-11-13) ### Bug Fixes * **api/graphql:** delete old translation file for a language when uploading new one ([6b6e2378](https://gitlab.coko.foundation/ketida/server/commit/6b6e2378df18b3ca0d5429064bd6322a59469a7a)) * **api/graphql:** use language code for translation file name ([44631eb2](https://gitlab.coko.foundation/ketida/server/commit/44631eb239c706424b20400a17beb9aa407e17a1)) ### Features * add default english language strings for translations ([89e0505c](https://gitlab.coko.foundation/ketida/server/commit/89e0505c5bca6852a77808a45f79652f5024964c))
config/languages/en.json
0 → 100644
This diff is collapsed.
{ | ||
"name": "server", | ||
"version": "1.40.0", | ||
"version": "1.41.0", | ||
"private": true, | ||
"description": "Ketida's Platform common server", | ||
"repository": { | ||
... | ... | @@ -44,6 +44,7 @@ |
"cheerio": "^1.0.0-rc.2", | ||
"config": "^3.2.5", | ||
"css-tree": "^1.1.2", | ||
"express": "^4.17.1", | ||
"form-data": "^3.0.0", | ||
"fs-extra": "^9.0.1", | ||
"graphql-subscriptions": "1.2.1", | ||
... | ... |