From 2e418fc3122778db13ecb2ad006b602265804f70 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Wed, 31 May 2023 20:32:22 +0100 Subject: [PATCH] Update default po file --- .../locale/en_US/LC_MESSAGES/django.po | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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"