Closed slavkoja closed 5 years ago
Describe the solution you'd like I translated it into Slovak (sk) language, lang/sk.php:
lang/sk.php
<?php return [ 'server-status' => 'Stav servera', 'operational' => 'Funkčné', 'issues' => 'Existujúce problémy', 'offline' => 'Nedostupné', 'summary-operational' => 'Všetky systémy funkčné', 'summary-issues' => 'Niektoré systémy majú problémy', 'summary-offline' => 'Všetky systémy nedostupné' ];
And simple add sk into acceptLang array. Use with the same license as your code ;-)
sk
acceptLang
Thanks for the contribution!
Describe the solution you'd like I translated it into Slovak (sk) language,
lang/sk.php
:And simple add
sk
intoacceptLang
array. Use with the same license as your code ;-)