Polish translation of output of `ls -l` contains date format which isn't used 
in Poland.
I'm attaching a patch which fixes this bug.

--- po/pl.po
+++ po/pl.po
@@ -4463,11 +4463,11 @@

 #: src/ls.c:684
 msgid "%b %e  %Y"
-msgstr "%b %e  %Y"
+msgstr "%d.%m.%Y "

 #: src/ls.c:692
 msgid "%b %e %H:%M"
-msgstr "%b %e %H:%M"
+msgstr "%d.%m %H:%M"

 #: src/ls.c:1453
 #, c-format

-- 
Arfrever Frehtes Taifersar Arahesis
--- po/pl.po
+++ po/pl.po
@@ -4463,11 +4463,11 @@
 
 #: src/ls.c:684
 msgid "%b %e  %Y"
-msgstr "%b %e  %Y"
+msgstr "%d.%m.%Y "
 
 #: src/ls.c:692
 msgid "%b %e %H:%M"
-msgstr "%b %e %H:%M"
+msgstr "%d.%m %H:%M"
 
 #: src/ls.c:1453
 #, c-format

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to