Skip to content

Commit

Permalink
chore(release): 3.57.2 [skip ci]
Browse files Browse the repository at this point in the history
## [3.57.2](v3.57.1...v3.57.2) (2024-04-17)

### Bug Fixes

* add enterprise plan to platform billing ([#2251](#2251)) ([3ea21b8](3ea21b8))
* Translation endpoints permission check ([#2254](#2254)) ([f712139](f712139))
  • Loading branch information
semantic-release-bot committed Apr 17, 2024
1 parent f712139 commit 02405d0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.57.2](https://github.com/tolgee/tolgee-platform/compare/v3.57.1...v3.57.2) (2024-04-17)


### Bug Fixes

* add enterprise plan to platform billing ([#2251](https://github.com/tolgee/tolgee-platform/issues/2251)) ([3ea21b8](https://github.com/tolgee/tolgee-platform/commit/3ea21b83d5b537b3f661fe59ba252d8f1e7a7996))
* Translation endpoints permission check ([#2254](https://github.com/tolgee/tolgee-platform/issues/2254)) ([f712139](https://github.com/tolgee/tolgee-platform/commit/f71213925d6f80019f841db0ead9baa7488c1821))

## [3.57.1](https://github.com/tolgee/tolgee-platform/compare/v3.57.0...v3.57.1) (2024-04-17)


Expand Down
8 changes: 4 additions & 4 deletions webapp/src/i18n/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"activity_complex_edit" : "Redigerede nøgle",
"activity_content_delivery_config_create" : "Oprettet konfiguration til levering af indhold",
"activity_content_delivery_config_delete" : "Slettet konfiguration til levering af indhold",
"activity_content_delivery_config_update" : "Opdateret konfiguration til levering af indhold",
"activity_content_storage_create" : "Oprettet indholdsopbevaring",
"activity_content_storage_delete" : "Slettet indholdsopbevaring",
"activity_content_storage_update" : "Opdateret indholdsopbevaring",
"activity_content_delivery_config_update" : "Opdaterede konfiguration til levering af indhold",
"activity_content_storage_create" : "Oprettede indholdslager",
"activity_content_storage_delete" : "Slettede indholdsopbevaring",
"activity_content_storage_update" : "Opdaterede indholdsopbevaring",
"activity_create_key" : "Opretterede nøgle",
"activity_create_language" : "Oprettede sprog",
"activity_create_project" : "Oprettede projekt",
Expand Down

0 comments on commit 02405d0

Please sign in to comment.