[yum-git] 2 commits - po/ms.po test/check-po-yes-no.py

James Antill james at linux.duke.edu
Sun Apr 20 16:59:08 UTC 2008


 po/ms.po                |    9 ++++-----
 test/check-po-yes-no.py |    4 +---
 2 files changed, 5 insertions(+), 8 deletions(-)

New commits:
commit 51876da9e09d010ed11474eaafe7f95196040732
Author: James Antill <james at and.org>
Date:   Sun Apr 20 12:59:04 2008 -0400

    Just compare yes/no so we don't fail on ms where y=y for first letter of ya

diff --git a/test/check-po-yes-no.py b/test/check-po-yes-no.py
index 5b870d6..aa52dc1 100755
--- a/test/check-po-yes-no.py
+++ b/test/check-po-yes-no.py
@@ -70,9 +70,7 @@ n   %s
        n   is None)
         sys.exit(1)
     if (is_this_ok != yes or
-        is_this_ok != y or
-        is_this_ok != no or
-        is_this_ok != n):
+        is_this_ok != no):
         print >>sys.stderr, """\
 ERROR: yes/no translations don't match in: %s
 is_this_ok %5s: %s\
commit b31ac6d9f0f8943c2cf1e868bd92d88a0a87158f
Author: James Antill <james at and.org>
Date:   Sun Apr 20 12:57:54 2008 -0400

    Fix i18n yes/no problem in ms

diff --git a/po/ms.po b/po/ms.po
index 0e32c57..1e7a3e8 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -554,9 +554,8 @@ msgid "Description: "
 msgstr "Huraian"
 
 #: ../output.py:351
-#, fuzzy
 msgid "Is this ok [y/N]: "
-msgstr "Format imej ini"
+msgstr "Adakah ini ok [y/T]:"
 
 #: ../output.py:357 ../output.py:360
 msgid "y"
@@ -564,15 +563,15 @@ msgstr ""
 
 #: ../output.py:357
 msgid "n"
-msgstr ""
+msgstr "t"
 
 #: ../output.py:357 ../output.py:360
 msgid "yes"
-msgstr ""
+msgstr "ya"
 
 #: ../output.py:357
 msgid "no"
-msgstr ""
+msgstr "tidak"
 
 #: ../output.py:367
 #, fuzzy, python-format



More information about the Yum-cvs-commits mailing list