diff options
author | Carlos O'Donell <carlos@redhat.com> | 2014-01-08 17:09:48 -0500 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2014-01-08 17:17:48 -0500 |
commit | cd6701cf9c8dc2e40b3c9af03b5847898369ecb9 (patch) | |
tree | f91ca73029239fdaa19f0c4d39cdc06d9d72648d /po/pot.header | |
parent | 66671c84d58d6ae705bac39dc476c3d3b2b81116 (diff) | |
download | glibc-cd6701cf9c8dc2e40b3c9af03b5847898369ecb9.tar.gz glibc-cd6701cf9c8dc2e40b3c9af03b5847898369ecb9.tar.xz glibc-cd6701cf9c8dc2e40b3c9af03b5847898369ecb9.zip |
Rename header.pot to pot.header.
The Translation Project has asked us to rename the pot header file `header.pot' to something else. Their scripts automatically look for pot files and the file `header.pot' is not actually a pot file but a header that we use when regenerating `libc.pot.' This commit renames `header.pot' to `pot.header' to avoid causing errors or complicating the TP project scripts.
Diffstat (limited to 'po/pot.header')
-rw-r--r-- | po/pot.header | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/po/pot.header b/po/pot.header new file mode 100644 index 0000000000..d0742aee96 --- /dev/null +++ b/po/pot.header @@ -0,0 +1,15 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR Free Software Foundation, Inc. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: libc VERSION\n" +"POT-Creation-Date: DATE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" |