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
We added a developer to our team that works on Windows. Unfortunately, each time he runs the extractor, the POT file has all its reference filenames changed to have backslashes instead of forward slashes. It produces hundreds of diffs like,
-#: site/home.html:93
+#: site\home.html:93
And of course, the next time one of our unix-based developers regenerates the file, the changes are all reversed.
Considering those are just references, can the format be normalized?
The text was updated successfully, but these errors were encountered:
gabegorelick
changed the title
Volatile POT files with cross-platform development due to system path formats
Noise in diffs due to path separators
Aug 19, 2015
Hello!
We added a developer to our team that works on Windows. Unfortunately, each time he runs the extractor, the POT file has all its reference filenames changed to have backslashes instead of forward slashes. It produces hundreds of diffs like,
And of course, the next time one of our unix-based developers regenerates the file, the changes are all reversed.
Considering those are just references, can the format be normalized?
The text was updated successfully, but these errors were encountered: