add: Turkish language support added for 6 extensions

This commit is contained in:
Ramazan Sancar 2024-05-04 23:03:29 +00:00
parent 34525b1b7c
commit 33031f3710
19 changed files with 102 additions and 23 deletions

View file

@ -6,6 +6,7 @@ To use it, upload this directory in your `./extensions` directory and enable it
## Changelog
- 0.5.2 Turkish language support added
- 0.2 added file permission check, added german translation, removed un-editable file static/style.css
- 0.1 initial version

View file

@ -0,0 +1,8 @@
<?php
return array(
'custom_css' => array(
'write_css' => 'Ek CSS kuralları',
'permission_problem' => 'CSS dosyanız yazılabilir değil, lütfen %s için dosya izinlerini değiştirin',
),
);

View file

@ -2,7 +2,7 @@
"name": "Custom CSS",
"author": "Marien Fressinaud",
"description": "Give possibility to overwrite the CSS with a user-specific rules.",
"version": "0.5.1",
"version": "0.5.2",
"entrypoint": "CustomCSS",
"type": "user"
}