[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[5576] Add another path to search for locales for document
From: |
Patrice Dumas |
Subject: |
[5576] Add another path to search for locales for document |
Date: |
Sun, 18 May 2014 13:29:47 +0000 |
Revision: 5576
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5576
Author: pertusus
Date: 2014-05-18 13:29:46 +0000 (Sun, 18 May 2014)
Log Message:
-----------
Add another path to search for locales for document
strings when in source, for the tests started directly in
tp/tests.
Modified Paths:
--------------
trunk/tp/texi2any.pl
Modified: trunk/tp/texi2any.pl
===================================================================
--- trunk/tp/texi2any.pl 2014-05-18 13:10:55 UTC (rev 5575)
+++ trunk/tp/texi2any.pl 2014-05-18 13:29:46 UTC (rev 5576)
@@ -222,7 +222,8 @@
foreach my $locales_dir (
File::Spec->catdir($libsrcdir, $updir, 'LocaleData'),
File::Spec->catdir($curdir, 'LocaleData'),
- File::Spec->catdir($updir, $updir, $updir, 'tp', 'LocaleData')) {
+ File::Spec->catdir($updir, $updir, $updir, 'tp', 'LocaleData'),
+ File::Spec->catdir($updir, $updir, 'tp', 'LocaleData')) {
if (-d $locales_dir) {
Locale::Messages::bindtextdomain ($strings_textdomain, $locales_dir);
# the messages in this domain are not regenerated automatically,
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [5576] Add another path to search for locales for document,
Patrice Dumas <=