It seems that the client does not handle correctly windows newline `\r\n`. Indeed for this translations file: ```csv key,en,fr and,and, or,or, ``` The file generated file for french is named `fr.i18n.json` (square being the `\r`) ```json { "and": "\r", "or": "\r" } ```
It seems that the client does not handle correctly windows newline
\r\n.Indeed for this translations file:
The file generated file for french is named
fr.i18n.json(square being the\r){ "and": "\r", "or": "\r" }