diff options
author | filip <filip.komar@gmail.com> | 2017-02-10 20:18:12 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2017-02-10 20:18:12 +0100 |
commit | 404820ebafa00293404b957e6f6b7339a2e69e8f (patch) | |
tree | 0e4c4ba27ea615c8dd6906e31eacfddb35d1bd6e | |
parent | 1d348ae81fa8c0781de8d5731be193c9b52d80d8 (diff) | |
download | nav-404820ebafa00293404b957e6f6b7339a2e69e8f.tar nav-404820ebafa00293404b957e6f6b7339a2e69e8f.tar.gz nav-404820ebafa00293404b957e6f6b7339a2e69e8f.tar.bz2 nav-404820ebafa00293404b957e6f6b7339a2e69e8f.tar.xz nav-404820ebafa00293404b957e6f6b7339a2e69e8f.zip |
typo fix
-rw-r--r-- | lib.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ $langs = array( 'sl' => 'Slovenščina', 'sq' => 'Gjuha shqipe', 'sv' => 'Svenska', - 'tg' => 'Тоҷикӣ' + 'tg' => 'Тоҷикӣ', 'th' => 'ภาษาไทย', 'tr' => 'Türkçe', 'uk' => 'Українська', |