From: <var...@us...> - 2021-10-20 08:07:02
|
Revision: 10638 http://sourceforge.net/p/phpwiki/code/10638 Author: vargenau Date: 2021-10-20 08:07:01 +0000 (Wed, 20 Oct 2021) Log Message: ----------- Set locale correctly for "sv" Modified Paths: -------------- trunk/lib/config.php Modified: trunk/lib/config.php =================================================================== --- trunk/lib/config.php 2021-10-20 07:51:02 UTC (rev 10637) +++ trunk/lib/config.php 2021-10-20 08:07:01 UTC (rev 10638) @@ -82,7 +82,7 @@ case "nl": $loc = "nl_NL"; break; - case "de": + case "sv": $loc = "sv_SE"; break; case "zh": This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |