Rename sandman_sv.ts to sandman_sv_SE.ts

sandman_sv.ts should be properly renamed to sandman_sv_SE.ts in order to not create confusion with other country codes, i.e. sv_AX or sv_FI
This commit is contained in:
isaak654 2022-07-08 11:05:44 +02:00
parent b2f1ed56a9
commit dae3ba4a0d
No known key found for this signature in database
GPG Key ID: 59D402040437EC44
3 changed files with 2 additions and 2 deletions

View File

@ -217,8 +217,8 @@ begin
'portuguese': Result := 'pt_PT'; 'portuguese': Result := 'pt_PT';
'russian': Result := 'ru'; 'russian': Result := 'ru';
'spanish': Result := 'es'; 'spanish': Result := 'es';
'swedish': Result := 'sv_SE';
'turkish': Result := 'tr'; 'turkish': Result := 'tr';
'swedish': Result := 'sv';
'ukrainian': Result := 'uk'; 'ukrainian': Result := 'uk';
end; end;
end; end;

View File

@ -76,7 +76,7 @@ TRANSLATIONS += sandman_de.ts \
sandman_pt_BR.ts \ sandman_pt_BR.ts \
sandman_pt_PT.ts \ sandman_pt_PT.ts \
sandman_ru.ts \ sandman_ru.ts \
sandman_sv.ts \ sandman_sv_SE.ts \
sandman_tr.ts \ sandman_tr.ts \
sandman_uk.ts \ sandman_uk.ts \
sandman_zh_CN.ts \ sandman_zh_CN.ts \