Add translation support for Slovenian (#4072)
* Add translation support for Slovenian * Remove old debug code
This commit is contained in:
parent
2082455c4e
commit
e4a904e1b7
|
|
@ -654,6 +654,7 @@ LANGUAGES = [
|
|||
('pt', _('Portuguese')),
|
||||
('pt-BR', _('Portuguese (Brazilian)')),
|
||||
('ru', _('Russian')),
|
||||
('sl', _('Slovenian')),
|
||||
('sv', _('Swedish')),
|
||||
('th', _('Thai')),
|
||||
('tr', _('Turkish')),
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue