SV translation THX Jonatan Nyberg

This commit is contained in:
Tobias Diekershoff 2017-02-15 08:22:08 +01:00
parent 1db595b266
commit 402b6e5c52
6 changed files with 175 additions and 8 deletions

View file

@ -1,2 +1,8 @@
<?php
<?php
if(! function_exists("string_plural_select_sv")) {
function string_plural_select_sv($n){
return ($n != 1);;
}}
;
$a->strings["Report Bug"] = "Rapportera bugg";