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
and place it in a job's source_dir, specify the parse_pot parser and define some destination_language.
Run serge localize to run a localization step, hence generating the resources to be translated, as well as the localized resources.
Both the translated and the localized resources will contain escaped \r characters, i.e. \\r, while \n characters are kept as they are. One would expect \r characters to be kept as they are too.
The text was updated successfully, but these errors were encountered:
Take a PO file such as:
and place it in a job's
source_dir
, specify theparse_pot
parser and define somedestination_language
.Run
serge localize
to run a localization step, hence generating the resources to be translated, as well as the localized resources.Both the translated and the localized resources will contain escaped
\r
characters, i.e.\\r
, while\n
characters are kept as they are. One would expect\r
characters to be kept as they are too.The text was updated successfully, but these errors were encountered: