Skip to content

Conversation

muffinresearch
Copy link
Contributor

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 6d344bd on muffinresearch:add-merge-locale-script into ed83951 on mozilla:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 6d344bd on muffinresearch:add-merge-locale-script into ed83951 on mozilla:master.

@mstriemer
Copy link
Contributor

I added a new string in #475 that we should localise. I'm assuming we need this to extract again now that we've got some translations?

Looks good but I haven't tried it out. r+

const dir = path.dirname(poFile);
const stem = path.basename(poFile, '.po');
const tempFile = path.join(dir, `${stem}.po.tmp`);
const poFilePath = path.join(dir, `${stem}.po`);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually I think this is the same as poFile?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thanks!

@muffinresearch muffinresearch force-pushed the add-merge-locale-script branch from 6d344bd to 8fbc6ed Compare May 31, 2016 08:11
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 8fbc6ed on muffinresearch:add-merge-locale-script into 2cf8265 on mozilla:master.

@muffinresearch muffinresearch merged commit b00162c into mozilla:master May 31, 2016
@muffinresearch muffinresearch deleted the add-merge-locale-script branch May 31, 2016 08:20
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 this pull request may close these issues.

Setup merging newly extracted strings into the po files
3 participants