From bf1bab516ac8461effd5da2f608ada008ae5a90d Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Wed, 31 May 2023 20:28:23 +0100 Subject: [PATCH] Add empty po file for en-US language --- .../locale/en_US/LC_MESSAGES/django.po | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 {{cookiecutter.project_slug}}/locale/en_US/LC_MESSAGES/django.po diff --git a/{{cookiecutter.project_slug}}/locale/en_US/LC_MESSAGES/django.po b/{{cookiecutter.project_slug}}/locale/en_US/LC_MESSAGES/django.po new file mode 100644 index 000000000..9291e5782 --- /dev/null +++ b/{{cookiecutter.project_slug}}/locale/en_US/LC_MESSAGES/django.po @@ -0,0 +1,4 @@ +# Translations for {{ cookiecutter.project_name }} +# Copyright (C) {% now 'utc', '%Y' %} {{ cookiecutter.author_name }} +# This file is distributed under the same license as the {{ cookiecutter.project_name }} package. +# {{ cookiecutter.author_name }} <{{ cookiecutter.email }}>, {% now 'utc', '%Y' %}.