Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong .po header after update from 2.7 to 2.9 #6769

Open
CSharpRU opened this issue Sep 27, 2017 · 0 comments · May be fixed by #6776
Open

Wrong .po header after update from 2.7 to 2.9 #6769

CSharpRU opened this issue Sep 27, 2017 · 0 comments · May be fixed by #6776
Milestone

Comments

@CSharpRU
Copy link

Steps to reproduce:

Create new language and add it to some project.

Results (Expected/Actual):

Actual:

"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-27 09:50+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 2.2.5\n"

Expected:

"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-27 09:50+0200\n"
"PO-Revision-Date: 2016-11-21 07:00+0200\n"
"Last-Translator: Translator <translator@pootle>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: uk_UA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Pootle 2.9\n"
"X-POOTLE-MTIME: 1479711623.773717\n"

Environment (i.e. 'pootle --version', DB, OS, Browser):

Pootle 2.9.0rc1 [9545ab6] (Django 1.10.8, Translate Toolkit 2.2.5)
psql (PostgreSQL) 9.5.6

Getting ModuleBuildError: Module build failed: Error: No Language header found! with webpack due to wrong header.

@phlax phlax added this to the 2.9.0 milestone Sep 27, 2017
@phlax phlax linked a pull request Oct 13, 2017 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants