Merge branch 'transifex' into 'master'

Add French and Japanese Translations + QoL Translation Fixes

See merge request allianceauth/allianceauth!1263
This commit is contained in:
Ariel Rin
2020-10-13 04:17:37 +00:00
16 changed files with 4239 additions and 95 deletions

View File

@@ -213,5 +213,5 @@ def activation_complete(request):
def registration_closed(request):
messages.error(request, _('Registraion of new accounts it not allowed at this time.'))
messages.error(request, _('Registration of new accounts is not allowed at this time.'))
return redirect('authentication:login')