Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Ability to only update translations and not add new keys in import #2413

Conversation

huglx
Copy link
Collaborator

@huglx huglx commented Jul 17, 2024

@huglx huglx requested a review from JanCizmar July 17, 2024 12:43
Copy link
Contributor

@JanCizmar JanCizmar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job! 🚀

@@ -58,6 +58,20 @@ class SingleStepImportControllerTest : ProjectAuthControllerTest("/v2/projects/"
}
}

@Test
@ProjectJWTAuthTestMethod
fun `do not create new key if option isn't enabled`() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
fun `do not create new key if option isn't enabled`() {
fun `does not create new key if option isn't enabled`() {

@stepan662 stepan662 linked an issue Aug 6, 2024 that may be closed by this pull request
@JanCizmar JanCizmar merged commit a31c3f3 into main Aug 6, 2024
29 checks passed
@JanCizmar JanCizmar deleted the ivanmanzhosov/Ability-to-only-update-translations-and-not-add-new-keys branch August 6, 2024 09:06
TolgeeMachine pushed a commit that referenced this pull request Aug 6, 2024
# [3.71.0](v3.70.8...v3.71.0) (2024-08-06)

### Features

* Ability to only update translations and not add new keys in import ([#2413](#2413)) ([1f7ed02](1f7ed02))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ability to only update translations and not add new keys in import
2 participants