diff options
author | cos <cos> | 2018-05-16 13:56:41 +0000 |
---|---|---|
committer | cos <cos> | 2018-05-16 13:56:41 +0000 |
commit | 6eedc501b773fc42b2def0fa66304ddee70e35b1 (patch) | |
tree | cf74b5e5edd0698a2eb8ae3f65f397a40160208a | |
parent | bfe1a3ccfc826dc10fc38424c0cd8e9aa433c421 (diff) | |
download | RunnerUpLive-6eedc501b773fc42b2def0fa66304ddee70e35b1.zip |
Add newly added language sv in config.phpfix/sv_in_config
-rwxr-xr-x | config.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -53,6 +53,7 @@ $interval = 10; $lang = "en"; //$lang = "pl"; //$lang = "de"; +//$lang = "sv"; // units $units = "metric"; |