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

fix: i18next update with addResourceBundle #3304

Merged
merged 2 commits into from
Jan 31, 2024
Merged

Conversation

perebusquets
Copy link
Contributor

@perebusquets perebusquets commented Jan 31, 2024

PR to solve some translations missing in i18next-tolgee adapter. More details in the following issue: #3305

@stepan662
Copy link
Collaborator

Hey, thanks for the PR, could you check the tests and eslint? I vaguely remember that this was not so simple and the test suggests that it's somehow not being overriten. The pipelines in PRs from forks don't work fully, but you should be able to run jest tests locally.

@perebusquets
Copy link
Contributor Author

Hi! Sure, some of the tests failed due to the static translations (since I removed the resource check by mistake), by keeping the check everything seems to work like a charm

@stepan662
Copy link
Collaborator

Ok, cool everything is working. Thanks for the PR ❤️

@stepan662 stepan662 merged commit c73e05a into tolgee:main Jan 31, 2024
26 checks passed
@perebusquets perebusquets deleted the patch-1 branch January 31, 2024 16:18
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.

i18next integration fails to fetch some translations due to how resources are loaded on update
2 participants