Adds test german translations

with apologies to actual german speakers
This commit is contained in:
Mouse Reeve
2021-02-27 16:44:58 -08:00
parent 2d79a52133
commit 27316678d5
7 changed files with 155 additions and 115 deletions

View File

@ -140,7 +140,7 @@ AUTH_PASSWORD_VALIDATORS = [
LANGUAGE_CODE = 'en-us'
LANGUAGES = [
('en-us', _('English')),
('en-beep', _('Beep')),
('de', _('Deutsch')),
]

View File

@ -1,4 +1,5 @@
{% extends 'layout.html' %}
{% load i18n %}
{% load humanize %}
{% load bookwyrm_tags %}
{% block content %}