Skip to content

Commit

Permalink
add: Turkish language support added for Word highlighter extension (#257
Browse files Browse the repository at this point in the history
)

* 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
3 people authored Nov 1, 2024
1 parent 7ff9f49 commit 2f4bc6e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
3 changes: 2 additions & 1 deletion xExtension-WordHighlighter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
15 changes: 15 additions & 0 deletions xExtension-WordHighlighter/i18n/tr/ext.php
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',
),
);
2 changes: 1 addition & 1 deletion xExtension-WordHighlighter/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 2f4bc6e

Please sign in to comment.