You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've come to an issue where I get a message in console saying that my translations file could not be loaded.
The error stack is not very informative but after doing more troubleshooting I get to see an error message saying that I have duplicates in my *.po file.
I went to check the validation here and I can see that this is only skipped on production, so I don't have my translations working in dev mode.
I wonder how I should handle this error, the translations in POEditor has common access to various members within the organization, most of them don't know that adding a certain wildcard/template duplicate could lead to translation loss. This has happened over the last few ayears and I don't plan to go over thousands of translations only to remove duplicates and get it working in my local.
Note: I consume *.po.json files at runtime.
How can I get around this issue?
The text was updated successfully, but these errors were encountered:
dasbego
changed the title
Handling duplicates in development mode
How to handling duplicates in development mode?
Mar 13, 2024
dasbego
changed the title
How to handling duplicates in development mode?
How to handle duplicates in development mode?
Mar 13, 2024
Hi, I've come to an issue where I get a message in console saying that my translations file could not be loaded.
The error stack is not very informative but after doing more troubleshooting I get to see an error message saying that I have duplicates in my *.po file.
I went to check the validation here and I can see that this is only skipped on production, so I don't have my translations working in dev mode.
I wonder how I should handle this error, the translations in POEditor has common access to various members within the organization, most of them don't know that adding a certain wildcard/template duplicate could lead to translation loss. This has happened over the last few ayears and I don't plan to go over thousands of translations only to remove duplicates and get it working in my local.
Note: I consume *.po.json files at runtime.
How can I get around this issue?
The text was updated successfully, but these errors were encountered: