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
I have a question. I’d like to introduce Crowdin to manage YAML locale files in a Rails app. However, I'm currently facing an issue: whenever Crowdin updates a locale file, it creates a merge request in GitLab where the string values in the YAML files are wrapped in double quotes. This causes the CI/CD pipeline to fail during the "i18n-tasks health" check.
Is there a way to adjust the gem so that it accepts the double quotes in the updated YAML files?
Best regards,
mscdit
The text was updated successfully, but these errors were encountered:
Hi everyone,
I have a question. I’d like to introduce Crowdin to manage YAML locale files in a Rails app. However, I'm currently facing an issue: whenever Crowdin updates a locale file, it creates a merge request in GitLab where the string values in the YAML files are wrapped in double quotes. This causes the CI/CD pipeline to fail during the "i18n-tasks health" check.
Is there a way to adjust the gem so that it accepts the double quotes in the updated YAML files?
Best regards,
mscdit
The text was updated successfully, but these errors were encountered: