diff --git a/xExtension-WordHighlighter/README.md b/xExtension-WordHighlighter/README.md index 51a23f8..fcc7924 100644 --- a/xExtension-WordHighlighter/README.md +++ b/xExtension-WordHighlighter/README.md @@ -24,7 +24,8 @@ Light theme: ## Changelog +- 0.0.3 Turkish language support added. - 0.0.2 use `json` for storing configuration, add more configuration options (enable_in_article, enable_logs, case_sensitive, separate_word_search) - and refactored & simplified code + and refactored & simplified code. - 0.0.1 initial version (as a proper FreshRSS extension) diff --git a/xExtension-WordHighlighter/i18n/tr/ext.php b/xExtension-WordHighlighter/i18n/tr/ext.php new file mode 100644 index 0000000..d70d870 --- /dev/null +++ b/xExtension-WordHighlighter/i18n/tr/ext.php @@ -0,0 +1,15 @@ + 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', + ), +); diff --git a/xExtension-WordHighlighter/metadata.json b/xExtension-WordHighlighter/metadata.json index ab88d27..f716b5c 100644 --- a/xExtension-WordHighlighter/metadata.json +++ b/xExtension-WordHighlighter/metadata.json @@ -2,7 +2,7 @@ "name": "Word highlighter", "author": "Lukas Melega", "description": "Highlight specific words", - "version": "0.0.2", + "version": "0.0.3", "entrypoint": "WordHighlighter", "type": "user" }