Adds test german translations
with apologies to actual german speakers
This commit is contained in:
@ -140,7 +140,7 @@ AUTH_PASSWORD_VALIDATORS = [
|
||||
LANGUAGE_CODE = 'en-us'
|
||||
LANGUAGES = [
|
||||
('en-us', _('English')),
|
||||
('en-beep', _('Beep')),
|
||||
('de', _('Deutsch')),
|
||||
]
|
||||
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
{% extends 'layout.html' %}
|
||||
{% load i18n %}
|
||||
{% load humanize %}
|
||||
{% load bookwyrm_tags %}
|
||||
{% block content %}
|
||||
|
Reference in New Issue
Block a user