diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-14 09:54:15 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-14 09:54:15 +0100 |
| commit | 974ca7dd01b899652a5ddee850ab3ec2a483527e (patch) | |
| tree | 55af98860bfd7db4d9885975ed77088369430677 /lang/sr-latn | |
| parent | f1e7aea6a7a18869a96052da37a642e93f89d01a (diff) | |
| download | languages-974ca7dd01b899652a5ddee850ab3ec2a483527e.tar.gz languages-974ca7dd01b899652a5ddee850ab3ec2a483527e.tar.bz2 languages-974ca7dd01b899652a5ddee850ab3ec2a483527e.zip | |
php-cs-fixer tidies to php8.5 standards
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'lang/sr-latn')
| -rw-r--r-- | lang/sr-latn/language.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/sr-latn/language.php b/lang/sr-latn/language.php index 20ea82c..185285c 100644 --- a/lang/sr-latn/language.php +++ b/lang/sr-latn/language.php @@ -1,7 +1,7 @@ <?php // This language is the Serbian Latin translation of bitweaver and // it was exported from the bitweaver database on 2008-08-25 08:08 -$lang=Array( +$lang=[ '-1d' => '-1d', '+1d' => '+1d', '-1m' => '-1m', @@ -3072,5 +3072,5 @@ map fajla:', 'You will receive an email with information to login for the first time into this site' => 'Primićete email sa informacijama za loginovanje po prvi put na ovaj sajt', 'You will remove' => 'Obrisaćete', 'zone' => 'Zone', -); +]; ?>
\ No newline at end of file |
