aboutsummaryrefslogtreecommitdiffstats
path: root/check_trans.pl
diff options
context:
space:
mode:
authorSteve McIntyre <steve@einval.com>2020-06-18 16:24:08 +0100
committerSteve McIntyre <steve@einval.com>2020-06-18 16:24:08 +0100
commit333d36c29926610a40d35e6465d99eb0d8106105 (patch)
treec93ce6497098a8f7e5f28f4a2195f23c53aa9faf /check_trans.pl
parent64f83310d1d64e3a0a2b33bf8a52102a98cfef25 (diff)
Fix up errors from check_trans.pl - Closes #963071
Rename a few of the $lang/international/$lang directories to be consistent. Some of them had leading capitals on the deeper $lang directory for no apparent reason, and this was causing the check_trans.pl script to fail to find files here. Also tweak how the check_trans.pl script load the tranlsator.db.pl files - add a leading "./". Both of these apparently used to work as-is, not sure what's changed to cause the breakage to only show up now!! :-/
Diffstat (limited to 'check_trans.pl')
-rwxr-xr-xcheck_trans.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/check_trans.pl b/check_trans.pl
index 6ba9df1604c..ac14395be0b 100755
--- a/check_trans.pl
+++ b/check_trans.pl
@@ -1021,7 +1021,7 @@ sub read_translators
if ( -e $db_file)
{
- require $db_file;
+ require "./$db_file";
verbose "READ TRANSLATOR DB: $db_file\n";

© 2014-2024 Faster IT GmbH | imprint | privacy policy