String sould be escaped in locale generator
Having a requirement title that includes a " breaks the generated locale file
For example,
title "ti\"tle"
would generate
title = "ti"tle"
instead of
title = "ti\"tle"
Edited by Maxime Audinot
A GitLab upgrade is scheduled for Monday, May 12, 2025. The service will be unavailable for a few minutes in the morning. We'll keep you posted on the progress of the upgrade on the Mattermost channel: https://mattermost.inria.fr/devel/channels/gitlab. We recommend that you do not work on the platform until an announcement indicates that maintenance is complete.
Having a requirement title that includes a " breaks the generated locale file
For example,
title "ti\"tle"
would generate
title = "ti"tle"
instead of
title = "ti\"tle"