-
-
Notifications
You must be signed in to change notification settings - Fork 118
Generated strings file starts with empty line #178
Copy link
Copy link
Closed
Labels
Description
The strings files generated by bartycrouch start with an empty line, for example
/* No comment provided by engineer. */
" away" = " away";
We use lingohub for translation, which returns the translated files without the empty line. This in turn means that upon rerunning bartycrouch, the new line is readded, causing our git commits to look terrible.
Is there any way to get bartycrouch to not add that new line at the top? unstripped true or false, in both the code and interface section, appear not to have an effect.
Thanks.
Reactions are currently unavailable