From 5355b283dd22bdb371649972a76b8ddbbe96c04b Mon Sep 17 00:00:00 2001 From: Bubka <858858+Bubka@users.noreply.github.com> Date: Fri, 21 Jun 2024 16:19:08 +0200 Subject: [PATCH] Enable Turkish --- config/2fauth.php | 1 + resources/lang/en/languages.php | 1 + 2 files changed, 2 insertions(+) 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