Skip to content

Commit 2c0edcc

Browse files
committed
Hardcode the translations directory for now
This is just to make it work in Docker, right now there's no need for a local dev setup.
1 parent 59cf33a commit 2c0edcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cgi-bin/oppejoud.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
$ENV{OUTPUT_CHARSET} = 'UTF-8';
4141
bind_textdomain_filter 'ee.oppejoud' => \&Encode::decode_utf8;
4242

43-
use Locale::TextDomain ('ee.oppejoud', '../config/LocaleData');
43+
use Locale::TextDomain ('ee.oppejoud', '/usr/local/apache2/config/LocaleData');
4444

4545
setlocale (LC_MESSAGES, "");
4646

0 commit comments

Comments
 (0)