diff --git a/l10n/ko.js b/l10n/ko.js new file mode 100644 index 0000000..ae5ab25 --- /dev/null +++ b/l10n/ko.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "ocsms", + { + "Phone Sync" : "휴대폰 동기화" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/ko.json b/l10n/ko.json new file mode 100644 index 0000000..bdb3b24 --- /dev/null +++ b/l10n/ko.json @@ -0,0 +1,4 @@ +{ "translations": { + "Phone Sync" : "휴대폰 동기화" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file