From fa93d678f0429cdba19d786734aa0caa1cb40487 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Wed, 4 Jun 2025 01:26:38 +0000 Subject: [PATCH] fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/sw.js | 6 ++++++ l10n/sw.json | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 l10n/sw.js create mode 100644 l10n/sw.json diff --git a/l10n/sw.js b/l10n/sw.js new file mode 100644 index 0000000..0a5879c --- /dev/null +++ b/l10n/sw.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "ocsms", + { + "Confirm" : "Thibitisha" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/sw.json b/l10n/sw.json new file mode 100644 index 0000000..3685414 --- /dev/null +++ b/l10n/sw.json @@ -0,0 +1,4 @@ +{ "translations": { + "Confirm" : "Thibitisha" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file