Skip to content

Commit

Permalink
chore(release): 3.64.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.64.0](v3.63.4...v3.64.0) (2024-06-07)

### Bug Fixes

* billing indicator more red and working in safari ([#2349](#2349)) ([2628cdd](2628cdd))

### Features

* dashboard project id ([#2347](#2347)) ([8fff975](8fff975))
  • Loading branch information
semantic-release-bot committed Jun 7, 2024
1 parent 2628cdd commit c2d89a5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.64.0](https://github.com/tolgee/tolgee-platform/compare/v3.63.4...v3.64.0) (2024-06-07)


### Bug Fixes

* billing indicator more red and working in safari ([#2349](https://github.com/tolgee/tolgee-platform/issues/2349)) ([2628cdd](https://github.com/tolgee/tolgee-platform/commit/2628cdd069bae123181292de93a90272bd91bbb5))


### Features

* dashboard project id ([#2347](https://github.com/tolgee/tolgee-platform/issues/2347)) ([8fff975](https://github.com/tolgee/tolgee-platform/commit/8fff975e5c1554214602061e03f9d68126a33881))

## [3.63.4](https://github.com/tolgee/tolgee-platform/compare/v3.63.3...v3.63.4) (2024-06-06)


Expand Down
1 change: 1 addition & 0 deletions webapp/src/i18n/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -969,6 +969,7 @@
"project_dashboard_project_id" : "ID {id, number}",
"project_dashboard_project_owner" : "Vlastník projektu",
"project_dashboard_reviewed_percent" : "Zkontrolováno",
"project_dashboard_settings_link" : "Nastavení projektu",
"project_dashboard_show_translations" : "Zobrazit překlady",
"project_dashboard_strings_count" : "Řetězce",
"project_dashboard_tag_count" : "Tagy",
Expand Down
1 change: 1 addition & 0 deletions webapp/src/i18n/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -969,6 +969,7 @@
"project_dashboard_project_id" : "ID {id, number}",
"project_dashboard_project_owner" : "Projektejer",
"project_dashboard_reviewed_percent" : "Gennemgået",
"project_dashboard_settings_link" : "Projektindstillinger",
"project_dashboard_show_translations" : "Vis oversættelser",
"project_dashboard_strings_count" : "Tekststrenge",
"project_dashboard_tag_count" : "Tags",
Expand Down
1 change: 1 addition & 0 deletions webapp/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -969,6 +969,7 @@
"project_dashboard_project_id" : "ID {id, number}",
"project_dashboard_project_owner" : "Project Owner",
"project_dashboard_reviewed_percent" : "Reviewed",
"project_dashboard_settings_link" : "Project settings",
"project_dashboard_show_translations" : "Show translations",
"project_dashboard_strings_count" : "Strings",
"project_dashboard_tag_count" : "Tags",
Expand Down

0 comments on commit c2d89a5

Please sign in to comment.