diff --git a/config/2fauth.php b/config/2fauth.php index f60afe38..db25deb4 100644 --- a/config/2fauth.php +++ b/config/2fauth.php @@ -70,6 +70,7 @@ return [ 'ru', 'ja', 'hi', + 'tr' ], /* diff --git a/resources/lang/en/languages.php b/resources/lang/en/languages.php index f07aa37d..27f368b6 100644 --- a/resources/lang/en/languages.php +++ b/resources/lang/en/languages.php @@ -20,4 +20,5 @@ return [ 'bg' => 'Български (Bulgarian)', 'ja' => '日本語 (Japanese)', 'hi' => 'हिंदी (Hindi)', + 'tr' => 'Türkçe (Turkish)', ]; \ No newline at end of file