Files
UNIT3D-Community-Edition/lang/mk/user.php
Roardom bf32429a78 update: add keys to invite rule translations
Weblate requires them

Regex replace:

'invites-rules' => \[\n        ('.*?',)\n        ('.*?',)\n        ('.*?',)\n        ('.*?',)\n        ('.*?',)\n    \],
->
'invites-rules' => [\n        'know-and-trust' => $1\n        'responsible' => $2\n        'yourself' => $3\n        'trade-or-sell' => $4\n        'caught' => $5\n    ],
2025-10-07 04:23:42 +00:00

36 KiB