mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-20 03:39:48 -06:00
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 ],
36 KiB
36 KiB