theimpossibleastronaut / modemu2k

modemu2k is a fork of modemu, a telnet client with a modem-like user interface
https://theimpossibleastronaut.com/modemu2k
GNU General Public License v3.0
10 stars 6 forks source link

warnings about using '\r' escape sequences in internationalized messages #22

Open andy5995 opened 5 years ago

andy5995 commented 5 years ago

When I run make update-po I get many of these warnings repeated.

nl_NL.po:148: warning: internationalized messages should not contain the '\r' escape sequence

Not sure yet if I should just replace the '\r' with '\n' or if that that would have unintended side effects.