Skip to content

Commit 82a12e8

Browse files
upd: TODOs for Turkish language have been completed. (#273)
* add: Turkish language support added for 6 extensions * Revert unrelated changes * Minimize unrelated markdown changes * add: Turkish language support added for Word highlighter extension * upd: TODOs for Turkish language have been completed. --------- Co-authored-by: Alexandre Alapetite <[email protected]> Co-authored-by: Alexandre Alapetite <[email protected]>
1 parent e4c0da5 commit 82a12e8

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

xExtension-ShareByEmail/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ You will have to configure the mailing system in FreshRSS. [See the documentatio
1414

1515
## Changelog
1616

17+
- 0.3.2 With the new feature, Turkish language deficiencies have been corrected.
1718
- 0.3.0 detail information about the mail system shown in the extension config
1819
- 0.2.3 Turkish language support added
1920
- 0.1 initial version

xExtension-ShareByEmail/i18n/tr/shareByEmail.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
'intro' => 'Bu makaleyi e-posta yoluyla paylaşmak üzeresiniz: “<strong>%s</strong>”',
2020
'title' => 'Bir makaleyi e-posta ile paylaşın',
2121
'manage' => [
22-
'mailer' => 'Mailing system', // TODO
23-
'mail' => 'PHP <code>mail()</code>', // TODO
24-
'smtp' => 'SMTP (send from %s)', // TODO
25-
'error' => 'Error', // TODO
26-
'help' => 'Switch PHP <code>mail()</code>/SMTP connection in <kbd>config.php</kbd>: see <a href="https://freshrss.github.io/FreshRSS/en/admins/05_Configuring_email_validation.html#configure-the-smtp-server" target="_blank">documentation</a>', // TODO
22+
'mailer' => 'Mail sistemi',
23+
'mail' => 'PHP <code>mail()</code>',
24+
'smtp' => 'SMTP (%s kaynağından gönder)',
25+
'error' => 'Hata',
26+
'help' => '<kbd>config.php</kbd> dosyasındaki PHP <code>mail()</code>/SMTP bağlantısını değiştirin: <a href="https://freshrss.github.io/FreshRSS/en/admins/05_Configuring_email_validation.html#configure-the-smtp-server" target="_blank">belgelere</a> bakın',
2727
]
2828
],
2929
];

xExtension-ShareByEmail/metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Share By Email",
33
"author": "Marien Fressinaud",
44
"description": "Improve the sharing by email system.",
5-
"version": "0.3.1",
5+
"version": "0.3.2",
66
"entrypoint": "ShareByEmail",
77
"type": "user"
88
}

0 commit comments

Comments
 (0)