Quoth Norayr Chilignaryan,

I did this translation one year ago. Wanted to translate everything,
and only then send it.
But didn't touch it for a year and want to contribute now.
Could you please, commit it? If I continue, I will send you an updated file.

  msgfmt says:

    hy.po:685: `msgid' and `msgstr' entries do not both end with '\n'
    msgfmt: found 1 fatal error

  Simple fix in the attached patch.
>From 98b70723d7fbad8b2ce271881365fd7a123d2f5d Mon Sep 17 00:00:00 2001
From: Iain Patterson <[email protected]>
Date: Tue, 22 Sep 2009 10:26:39 +0100
Subject: [PATCH] Fix msgfmt error with Armenian translation.

msgfmt said:

hy.po:685: `msgid' and `msgstr' entries do not both end with '\n'

Fixed by adding newline as in original text.
---
 po/hy.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/hy.po b/po/hy.po
index c7e17f9..2038388 100644
--- a/po/hy.po
+++ b/po/hy.po
@@ -682,7 +682,7 @@ msgstr "Ներմուծեք ծրագիրը աշխատացնող հրամանը"
 #: ../src/dock.c:954
 #, c-format
 msgid "could not launch application %s\n"
-msgstr "հնարավոր չէ աշխատացնել %s ծրագիրը"
+msgstr "հնարավոր չէ աշխատացնել %s ծրագիրը\n"
 
 #: ../src/dock.c:1010
 msgid "could not create workspace submenu for Clip menu"
-- 
1.6.3.1

Reply via email to