Skip to content

Commit 03cfcf9

Browse files
committed
chore(release): 3.163.0 [skip ci]
# [3.163.0](v3.162.0...v3.163.0) (2026-02-20) ### Bug Fixes * gh-982 - add tooltips ([#3417](#3417)) ([52d5933](52d5933)), closes [#982](#982) * Resilient Redis cache reads for rate limiting ([#3455](#3455)) ([a33e1d0](a33e1d0)) * sort export translations by key name (Sentry TOLGEE-BACKEND-3ED) ([#3470](#3470)) ([320d87a](320d87a)), closes [#3246](#3246) ### Features * rate limit translation and activity endpoints ([#3483](#3483)) ([2f125da](2f125da))
1 parent 2f125da commit 03cfcf9

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [3.163.0](https://github.com/tolgee/tolgee-platform/compare/v3.162.0...v3.163.0) (2026-02-20)
2+
3+
4+
### Bug Fixes
5+
6+
* gh-982 - add tooltips ([#3417](https://github.com/tolgee/tolgee-platform/issues/3417)) ([52d5933](https://github.com/tolgee/tolgee-platform/commit/52d5933ff427570ac8883afa538a523921057c2f)), closes [#982](https://github.com/tolgee/tolgee-platform/issues/982)
7+
* Resilient Redis cache reads for rate limiting ([#3455](https://github.com/tolgee/tolgee-platform/issues/3455)) ([a33e1d0](https://github.com/tolgee/tolgee-platform/commit/a33e1d03175b4d5a8acf1122da7cd585d1051dc8))
8+
* sort export translations by key name (Sentry TOLGEE-BACKEND-3ED) ([#3470](https://github.com/tolgee/tolgee-platform/issues/3470)) ([320d87a](https://github.com/tolgee/tolgee-platform/commit/320d87a126d2286c7699e02ee8e03598816fe2a7)), closes [#3246](https://github.com/tolgee/tolgee-platform/issues/3246)
9+
10+
11+
### Features
12+
13+
* rate limit translation and activity endpoints ([#3483](https://github.com/tolgee/tolgee-platform/issues/3483)) ([2f125da](https://github.com/tolgee/tolgee-platform/commit/2f125da10e5fb20747900e9c3c0979dacf44404c))
14+
115
# [3.162.0](https://github.com/tolgee/tolgee-platform/compare/v3.161.0...v3.162.0) (2026-02-19)
216

317

webapp/src/i18n/en.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,6 @@
739739
"cannot_change_your_own_access_tooltip": "Cannot revoke access to yourself",
740740
"cannot_delete_base_language_message": "Cannot delete base language",
741741
"cannot_delete_branch_with_children": "Cannot delete this branch because other branches were created from it.",
742-
"export_key_plural_suffix_collision": "Export failed: plural key \"{pluralKey}\" with suffix \"_{suffix}\" collides with existing key \"{collidingKey}\". Rename one of the keys to resolve the conflict.",
743742
"cannot_leave_project_with_organization_role_error_message": "Cannot leave project owned by the organization you are member of.",
744743
"cannot_modify_disabled_translation": "Cannot modify disabled translation",
745744
"cannot_modify_reviewed_translation": "Cannot modify reviewed translation",
@@ -837,8 +836,6 @@
837836
"create_project_name_label": "Name",
838837
"create_project_validation_language_repeated": "Cannot add language more than once",
839838
"create_project_view": "Create project",
840-
"create_project_edit_prepared_languages": "Edit",
841-
"create_project_remove_prepared_languages": "Remove",
842839
"create_task_empty_scope_dialog_explanation": "Each task needs to contain at least one key",
843840
"create_task_empty_scope_dialog_message": "Tasks for some languages have empty scopes",
844841
"create_task_empty_scope_dialog_message_language": "Task for {language} contains no keys",
@@ -2427,4 +2424,4 @@
24272424
"webhook_update_title": "Edit webhook",
24282425
"wrong_current_password": "Wrong current password entered",
24292426
"your_email_was_changed_verification_message": "When you change your email, new email will be set after its verification."
2430-
}
2427+
}

0 commit comments

Comments
 (0)