[glib] tests: Update month names



commit 7fe793e125c316ac34edd8158df5a132cb044bc1
Author: Rafal Luzynski <digitalfreak lingonborough com>
Date:   Tue Mar 13 00:57:59 2018 +0100

    tests: Update month names
    
    Update the abbreviated month names in the test to match the actual content
    of the translated *.po files for Greek and Lithuanian.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=793645

 glib/tests/gdatetime.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/glib/tests/gdatetime.c b/glib/tests/gdatetime.c
index f62f988a7..b06e2eacc 100644
--- a/glib/tests/gdatetime.c
+++ b/glib/tests/gdatetime.c
@@ -1638,7 +1638,7 @@ test_month_names (void)
       TEST_PRINTF_DATE (2018,  4,  1, "%OB", "Απρίλιος");
       TEST_PRINTF_DATE (2018,  5,  1, "%OB", "Μάιος");
       TEST_PRINTF_DATE (2018,  6,  1, "%OB", "Ιούνιος");
-      TEST_PRINTF_DATE (2018,  7,  1,  "%b", "Ιούλ");
+      TEST_PRINTF_DATE (2018,  7,  1,  "%b", "Ιουλ");
       TEST_PRINTF_DATE (2018,  8,  1, "%Ob", "Αύγ");
     }
   else
@@ -1668,8 +1668,8 @@ test_month_names (void)
       TEST_PRINTF_DATE (2018,  4,  1, "%OB", "balandis");
       TEST_PRINTF_DATE (2018,  5,  1, "%OB", "gegužė");
       TEST_PRINTF_DATE (2018,  6,  1, "%OB", "birželis");
-      TEST_PRINTF_DATE (2018,  7,  1,  "%b", "Lie");
-      TEST_PRINTF_DATE (2018,  8,  1, "%Ob", "Rgp");
+      TEST_PRINTF_DATE (2018,  7,  1,  "%b", "liep.");
+      TEST_PRINTF_DATE (2018,  8,  1, "%Ob", "rugp.");
     }
   else
     g_test_skip ("locale lt_LT not available, skipping Lithuanian month names test");


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