Skip to content
  • Bastien Nocera's avatar
    po: Remove '\r' in translated strings · 8e1c1bfa
    Bastien Nocera authored
    Not sure whether it's a bug in a tool, or a common misconception in
    those languages, but '\r' shouldn't be added to translated text.
    
    Removed with:
    sed -i 's/\\r//' po/*.po
    
    Fixes:
    warning: internationalized messages should not contain the '\r' escape sequence
    8e1c1bfa