diff --git a/{{cookiecutter.project_slug}}/locale/en_US/LC_MESSAGES/django.po b/{{cookiecutter.project_slug}}/locale/en_US/LC_MESSAGES/django.po index 9291e5782..6a4aa2e0b 100644 --- a/{{cookiecutter.project_slug}}/locale/en_US/LC_MESSAGES/django.po +++ b/{{cookiecutter.project_slug}}/locale/en_US/LC_MESSAGES/django.po @@ -1,4 +1,12 @@ -# Translations for {{ cookiecutter.project_name }} +# Translations for the {{ cookiecutter.project_name }} project # 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' %}. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: {{ cookiecutter.version }}\n" +"Language: en-US\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n"