From 52d87c3eaa352b765e1be3c2c0b9a3ce0bfabdc8 Mon Sep 17 00:00:00 2001 From: Sam Cohen Date: Wed, 13 Sep 2023 14:58:10 -0600 Subject: Allow configuration of Base URL via website (#5656) * Allow configuration of Base URL via website * Fix alphabetization of CREDITS * Apply suggestions from code review * Add Automatic recommendation --------- Co-authored-by: Alexandre Alapetite --- app/i18n/tr/admin.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/i18n/tr/admin.php') diff --git a/app/i18n/tr/admin.php b/app/i18n/tr/admin.php index cce628792..683fdca4c 100644 --- a/app/i18n/tr/admin.php +++ b/app/i18n/tr/admin.php @@ -159,6 +159,10 @@ return array( 'system' => array( '_' => 'Sistem yapılandırması', 'auto-update-url' => 'Otomatik güncelleme sunucu URL', + 'base-url' => array( + '_' => 'Base URL', // TODO + 'recommendation' => 'Automatic recommendation: %s', // TODO + ), 'cookie-duration' => array( 'help' => 'saniye', 'number' => 'Oturum açık kalma süresi', -- cgit v1.2.3