aboutsummaryrefslogtreecommitdiff
path: root/lib/core-extensions/UserJS
diff options
context:
space:
mode:
Diffstat (limited to 'lib/core-extensions/UserJS')
-rw-r--r--lib/core-extensions/UserJS/i18n/tr/ext.php7
1 files changed, 7 insertions, 0 deletions
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',
+ ),
+);