[Rt-commit] r13897 - in rt/3.8/trunk: . sbin
elacour at bestpractical.com
elacour at bestpractical.com
Wed Jul 9 03:37:45 EDT 2008
Author: elacour
Date: Wed Jul 9 03:37:45 2008
New Revision: 13897
Added:
rt/3.8/trunk/lib/RT/I18N/rt.pot
- copied unchanged from r13864, /rt/3.8/trunk/lib/RT/I18N/blank.po
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/sbin/extract-message-catalog
Log:
r9939 at datura: manu | 2008-07-08 18:31:37 +0200
Rename blank.po to rt.pot to follow gettext "standard" rules.
Modified: rt/3.8/trunk/sbin/extract-message-catalog
==============================================================================
--- rt/3.8/trunk/sbin/extract-message-catalog (original)
+++ rt/3.8/trunk/sbin/extract-message-catalog Wed Jul 9 03:37:45 2008
@@ -88,6 +88,7 @@
my $lang = $dict;
$lang =~ s|.*/||;
$lang =~ s|\.po$||;
+ $lang =~ s|\.pot$||;
update($lang, $dict);
}
More information about the Rt-commit
mailing list