From 191818c8028e062cd15eda418f3e1a6a68dc29ef Mon Sep 17 00:00:00 2001 From: Shlee Date: Mon, 14 Sep 2026 20:46:53 +0930 Subject: [PATCH] New translations profile.php (Serbian (Cyrillic)) [ci skip] [ci skip] --- lang/sr/profile.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 lang/sr/profile.php diff --git a/lang/sr/profile.php b/lang/sr/profile.php new file mode 100644 index 000000000..d1d19a030 --- /dev/null +++ b/lang/sr/profile.php @@ -0,0 +1,21 @@ + '', + 'emptyFollowers' => '', + 'emptyFollowing' => '', + 'emptySaved' => '', + 'savedWarning' => '', + 'privateProfileWarning' => '', + 'alreadyFollow' => '', + 'loginToSeeProfile' => '', + + 'status.disabled.header' => '', + 'status.disabled.body' => '', + + 'block.domain.max' => '', + + 'mutedAccounts' => '', + 'blockedAccounts' => '', + 'blockedDomains' => '', +];