Add French and Japanese Translations + QoL Translation Fixes

This commit is contained in:
Ariel Rin
2020-10-13 04:17:37 +00:00
parent 137e8a876d
commit 0fabb2b368
16 changed files with 4239 additions and 95 deletions

View File

@@ -208,5 +208,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')