Skip to content

Commit de9fd21

Browse files
author
Timo Pagel
committed
fix: remove not needed i18n
1 parent 2298a0c commit de9fd21

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

head.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,16 +86,6 @@
8686
<?php
8787
include_once "bib.php";
8888

89-
// I18N support information here
90-
$language = 'en';
91-
putenv( "LANG=$language" );
92-
setlocale( LC_ALL, $language );
93-
94-
// Set the text domain as 'messages'
95-
$domain = 'messages';
96-
bindtextdomain( $domain, "locale" );
97-
textdomain( $domain );
98-
9989

10090
/**
10191
*

0 commit comments

Comments
 (0)