diff --git a/locales/sr_RS@latin/translations.php b/locales/sr_RS@latin/translations.php index c7ea4ca..c4d1d28 100755 --- a/locales/sr_RS@latin/translations.php +++ b/locales/sr_RS@latin/translations.php @@ -195,7 +195,7 @@ return array( 'Json-RPC API' => 'API Json-RPC', 'Fever API' => 'Fever', 'Translations' => 'Prevodi', - 'Run Miniflux with Docker' => 'Koristi Miniflus kroz Docker', + 'Run Miniflux with Docker' => 'Koristi Minifluks kroz Docker', 'FAQ' => 'ČPP (Često postavljana pitanja)', 'settings' => 'opcije', 'help' => 'pomoć', diff --git a/models/config.php b/models/config.php index 48098a5..299523e 100644 --- a/models/config.php +++ b/models/config.php @@ -89,6 +89,7 @@ function get_languages() 'pt_BR' => 'Português', 'zh_CN' => '简体中国', 'sr_RS' => 'српски', + 'sr_RS@latin' => 'srpski', ); }