[Rt-commit] r13021 - in rt/branches/3.8-TESTING: . t/api
jesse at bestpractical.com
jesse at bestpractical.com
Sat Jun 7 02:37:53 EDT 2008
Author: jesse
Date: Sat Jun 7 02:37:52 2008
New Revision: 13021
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/lib/RT/I18N/fr.po
rt/branches/3.8-TESTING/t/api/currentuser.t
Log:
r32448 at 31b: jesse | 2008-06-07 02:27:04 -0400
fix tests for I18N
Modified: rt/branches/3.8-TESTING/lib/RT/I18N/fr.po
==============================================================================
--- rt/branches/3.8-TESTING/lib/RT/I18N/fr.po (original)
+++ rt/branches/3.8-TESTING/lib/RT/I18N/fr.po Sat Jun 7 02:37:52 2008
@@ -762,7 +762,7 @@
#: share/html/Elements/SelectDateRelation:59
msgid "after"
-msgstr "Après"
+msgstr "après"
#: share/html/Search/Elements/PickCriteria:59
msgid "Aggregator"
@@ -961,7 +961,7 @@
#: share/html/Elements/SelectDateRelation:57 t/api/currentuser.t:28
msgid "before"
-msgstr "Avant"
+msgstr "avant"
#: share/html/Elements/Logo:51
msgid "Best Practical Solutions, LLC corporate logo"
Modified: rt/branches/3.8-TESTING/t/api/currentuser.t
==============================================================================
--- rt/branches/3.8-TESTING/t/api/currentuser.t (original)
+++ rt/branches/3.8-TESTING/t/api/currentuser.t Sat Jun 7 02:37:52 2008
@@ -25,7 +25,7 @@
skip "French localization is not enabled", 2
unless grep $_ && $_ =~ /^(\*|fr)$/, RT->Config->Get('LexiconLanguages');
ok ($lh = $cu->LanguageHandle('fr'));
- is ($cu->loc('Before'), "Avant", "Localized TEST_STRING into French");
+ is ($cu->loc('before'), "avant", "Localized TEST_STRING into French");
}
More information about the Rt-commit
mailing list