add: Turkish language support added for 6 extensions (#235)
* add: Turkish language support added for 6 extensions * Revert unrelated changes * Minimize unrelated markdown changes --------- Co-authored-by: Alexandre Alapetite <alexandre.alapetite@alexandra.dk> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
This commit is contained in:
parent
b5a2648351
commit
c3dce5b2a5
18 changed files with 85 additions and 6 deletions
8
xExtension-CustomCSS/i18n/tr/ext.php
Normal file
8
xExtension-CustomCSS/i18n/tr/ext.php
Normal 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',
|
||||
),
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue