diff --git a/l10n/tk.js b/l10n/tk.js new file mode 100644 index 0000000..ae8eb20 --- /dev/null +++ b/l10n/tk.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "ocsms", + { + "Settings" : "Sazlamalar" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/tk.json b/l10n/tk.json new file mode 100644 index 0000000..5510280 --- /dev/null +++ b/l10n/tk.json @@ -0,0 +1,4 @@ +{ "translations": { + "Settings" : "Sazlamalar" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file