diff options
| author | 2024-11-01 12:42:28 +0300 | |
|---|---|---|
| committer | 2024-11-01 10:42:28 +0100 | |
| commit | 643a31558cf926ff8d2601f779be3a56b9e40192 (patch) | |
| tree | a75130b1df9a921501d4906bae014124aae5c775 /lib | |
| parent | 9d5a79c9acad32396d5fcc274a7cb99eac23ac69 (diff) | |
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 <alexandre@alapetite.fr>
* Update app/i18n/tr/sub.php
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* Update app/i18n/tr/sub.php
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/core-extensions/UserCSS/i18n/tr/ext.php | 7 | ||||
| -rw-r--r-- | lib/core-extensions/UserJS/i18n/tr/ext.php | 7 |
2 files changed, 14 insertions, 0 deletions
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 @@ +<?php + +return array( + 'user_css' => 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 @@ +<?php + +return array( + 'user_js' => array( + 'write_js' => 'Ek JS', + ), +); |
