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
[En cours] Mise en place de quotas sur nos instances GitLab. Plus d'information sur : https://doc-si.inria.fr/pages/viewpage.action?pageId=146834656
[In progress] Quotas installation on our GitLab instances. More information: https://doc-si.inria.fr/pages/viewpage.action?pageId=146834656
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"