From c228291ecb8f0e76eee7a3923ecfcbe5bf872383 Mon Sep 17 00:00:00 2001 From: Sait KURT <33868586+xDeSwa@users.noreply.github.com> Date: Wed, 23 Oct 2024 10:26:28 +0300 Subject: [PATCH] Update AutocompleteBundle.tr.php Translate add string to Turkish --- src/Autocomplete/translations/AutocompleteBundle.tr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Autocomplete/translations/AutocompleteBundle.tr.php b/src/Autocomplete/translations/AutocompleteBundle.tr.php index 326d80b400f..5f5afeba205 100644 --- a/src/Autocomplete/translations/AutocompleteBundle.tr.php +++ b/src/Autocomplete/translations/AutocompleteBundle.tr.php @@ -13,5 +13,5 @@ 'Loading more results...' => 'Daha fazla sonuç yükleniyor...', 'No results found' => 'Sonuç bulunamadı', 'No more results' => 'Başka sonuç yok', - // 'Add %placeholder%...' => 'Add %placeholder%...', + 'Add %placeholder%...' => '%placeholder% Ekle...', ];