Adds test localization file
This commit is contained in:
parent
8e5e3a84d6
commit
b2e431daed
4 changed files with 433 additions and 10 deletions
|
@ -30,6 +30,11 @@ EMAIL_USE_TLS = env('EMAIL_USE_TLS', True)
|
|||
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||
LOCALE_PATHS = [os.path.join(BASE_DIR, 'locale'),]
|
||||
|
||||
LANGUAGES = [
|
||||
('en-US', _('English')),
|
||||
('en-beep', _('Beep')),
|
||||
]
|
||||
|
||||
# Quick-start development settings - unsuitable for production
|
||||
# See https://docs.djangoproject.com/en/2.0/howto/deployment/checklist/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue