Skip to content

Commit

Permalink
Set en as fallback language
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain committed Jan 25, 2025
1 parent 844598d commit 3e4b6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
if(stream_resolve_include_path("language/$lang.php")) {
include ("language/$lang.php");
} else {
include ("language/fr.php");
include ("language/en.php");
}

#####################
Expand Down

0 comments on commit 3e4b6d1

Please sign in to comment.