From 643a31558cf926ff8d2601f779be3a56b9e40192 Mon Sep 17 00:00:00 2001 From: Ramazan Sancar Date: Fri, 1 Nov 2024 12:42:28 +0300 Subject: upd: Turkish translations have been completed. Changes have been made to words in previous translations. (#6960) * upd: Update Turkish translation * upd: "Ramazan Sancar" was added to Credits.md. * upd: Turkish translations have been completed. Changes have been made to words in previous translations. upd: fixed ellipsis usage. * Update app/i18n/tr/gen.php * add: Turkish translations have been made for Core Extensions (User CSS, UserJS). * Update app/i18n/tr/sub.php Co-authored-by: Alexandre Alapetite * Update app/i18n/tr/sub.php Co-authored-by: Alexandre Alapetite * Update app/i18n/tr/sub.php Co-authored-by: Alexandre Alapetite --------- Co-authored-by: Alexandre Alapetite --- lib/core-extensions/UserCSS/i18n/tr/ext.php | 7 +++++++ lib/core-extensions/UserJS/i18n/tr/ext.php | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 lib/core-extensions/UserCSS/i18n/tr/ext.php create mode 100644 lib/core-extensions/UserJS/i18n/tr/ext.php (limited to 'lib') diff --git a/lib/core-extensions/UserCSS/i18n/tr/ext.php b/lib/core-extensions/UserCSS/i18n/tr/ext.php new file mode 100644 index 000000000..c68ed97c3 --- /dev/null +++ b/lib/core-extensions/UserCSS/i18n/tr/ext.php @@ -0,0 +1,7 @@ + array( + 'write_css' => 'Ek CSS kuralları', + ), +); diff --git a/lib/core-extensions/UserJS/i18n/tr/ext.php b/lib/core-extensions/UserJS/i18n/tr/ext.php new file mode 100644 index 000000000..3ac3493ef --- /dev/null +++ b/lib/core-extensions/UserJS/i18n/tr/ext.php @@ -0,0 +1,7 @@ + array( + 'write_js' => 'Ek JS', + ), +); -- cgit v1.2.3