diff options
author | Nextcloud bot <bot@nextcloud.com> | 2025-07-05 00:12:03 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2025-07-05 00:12:03 +0000 |
commit | 26210e205def6613b26cec2ebc41b87e62eb667a (patch) | |
tree | 1569a6ac8747abbd315365fc016dfab52f04db8a /lib/l10n/hsb.js | |
parent | 224479adf33bcbe2f35b80139ef7efdba1f80ca0 (diff) | |
download | nextcloud-server-master.tar.gz nextcloud-server-master.zip |
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/hsb.js')
-rw-r--r-- | lib/l10n/hsb.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/l10n/hsb.js b/lib/l10n/hsb.js new file mode 100644 index 00000000000..0701d03ad85 --- /dev/null +++ b/lib/l10n/hsb.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "lib", + { + "Accounts" : "Accounts" +}, +"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); |