Skip to content

Commit 68c49ce

Browse files
committed
Set a different default locale
Somehow this makes all locales work correctly.
1 parent 2c0edcc commit 68c49ce

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
@@ -42,7 +42,7 @@
4242

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

45-
setlocale (LC_MESSAGES, "");
45+
setlocale (LC_MESSAGES, "et_EE.UTF-8");
4646

4747
$CGI::POST_MAX = 1024 * 10;
4848

0 commit comments

Comments
 (0)