mirror of
https://github.com/frontendnetwork/vegancheck.me
synced 2024-11-15 00:27:08 +00:00
Removed french translation for now
This commit is contained in:
parent
b9dd40bf10
commit
2d991ec67a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
$lang = substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2);
|
||||
$supportedLanguages=['en','de', 'fr'];
|
||||
$supportedLanguages=['en','de'];
|
||||
if(!in_array($lang,$supportedLanguages)){
|
||||
$lang='en';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue