-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add: Turkish language support added for Word highlighter extension (#257
) * add: Turkish language support added for 6 extensions * Revert unrelated changes * Minimize unrelated markdown changes * add: Turkish language support added for Word highlighter extension --------- Co-authored-by: Alexandre Alapetite <[email protected]> Co-authored-by: Alexandre Alapetite <[email protected]>
- Loading branch information
1 parent
7ff9f49
commit 2f4bc6e
Showing
3 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
|
||
return array( | ||
'word_highlighter' => array( | ||
'write_words' => 'Vurgulanacak kelimeler', | ||
'write_words_more' => '(yeni satırla ayrılmış)', | ||
'enable_in_article' => 'Makalede vurgulamayı da etkinleştir', | ||
'enable_in_article_more' => '(⚠️ çok fazla kelimeyle daha yavaş olabilir)', | ||
'enable_logs' => 'Günlükleri etkinleştir', | ||
'case_sensitive' => 'Harfe duyarlı', | ||
'separate_word_search' => 'Ayrı kelime araması', | ||
'test_highlighting_word' => 'vurgulamak', | ||
'permission_problem' => 'Yapılandırma dosyanız yazılabilir değil, lütfen %s için dosya izinlerini değiştirin', | ||
), | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters