Skip to content

Globalization#139

Merged
richardpringle merged 1 commit intomasterfrom
globalization
Aug 5, 2016
Merged

Globalization#139
richardpringle merged 1 commit intomasterfrom
globalization

Conversation

@richardpringle
Copy link
Copy Markdown
Contributor

@0candy, please review.

@richardpringle
Copy link
Copy Markdown
Contributor Author

Will squash commits after review.

if (!exists) {
throw new Error('FileSystemProvider: Path does not exist: ' + this.root);
throw new Error(g.f('FileSystemProvider: Path does not exist: %s', this.root));
}
Copy link
Copy Markdown
Contributor

@0candy 0candy Jul 26, 2016

Choose a reason for hiding this comment

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

Should add brackets {{FileSystemProvider}} for strings that don't need to be translated.

@0candy 0candy assigned richardpringle and unassigned 0candy Jul 26, 2016
@0candy
Copy link
Copy Markdown
Contributor

0candy commented Jul 26, 2016

You have to run slt-globalize -e again for intl/en/messages.json to get updated with the brackets change.

@rmg
Copy link
Copy Markdown
Member

rmg commented Jul 27, 2016

@slnode test please

@richardpringle
Copy link
Copy Markdown
Contributor Author

richardpringle commented Jul 27, 2016

@rmg,

npm test is currently failing out of the box (on windows, node v4). I am currently investigating the cause.

@richardpringle
Copy link
Copy Markdown
Contributor Author

@0candy, please review round 2

@0candy
Copy link
Copy Markdown
Contributor

0candy commented Jul 27, 2016

Code change itself LGTM.

@richardpringle
Copy link
Copy Markdown
Contributor Author

@slnode test please

@davidcheung
Copy link
Copy Markdown
Contributor

LGTM

@richardpringle richardpringle merged commit eb4e4b2 into master Aug 5, 2016
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.

4 participants