bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Wrong date format in Polish translation


From: Arfrever Frehtes Taifersar Arahesis
Subject: [PATCH] Wrong date format in Polish translation
Date: Sat, 18 Aug 2007 00:12:50 +0200
User-agent: KMail/1.9.7

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

Attachment: pl.po.patch
Description: Text Data

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]