Skip to content

Add globalization#18

Merged
superkhau merged 1 commit intomasterfrom
globalization
Jul 28, 2016
Merged

Add globalization#18
superkhau merged 1 commit intomasterfrom
globalization

Conversation

@superkhau
Copy link
Copy Markdown
Contributor

@superkhau
Copy link
Copy Markdown
Contributor Author

@slnode test please

Comment thread lib/sqlite3.js Outdated
if (booleanFalse.indexOf(value) !== -1)
return 0;
return Error('SQLITE3: Invalid boolean default: ' + value);
return Error(g.f('SQLITE3: Invalid boolean default: %s', value));
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Add {{}} for {{SQLITE3}}

@0candy 0candy removed their assignment Jul 22, 2016
@superkhau superkhau assigned 0candy and unassigned superkhau Jul 23, 2016
@superkhau
Copy link
Copy Markdown
Contributor Author

@0candy Updated, review again pls.

Comment thread lib/sqlite3.js
if (booleanFalse.indexOf(value) !== -1)
return 0;
return Error('SQLITE3: Invalid boolean default: ' + value);
return Error(g.f('{{SQLITE3}}: Invalid boolean default: %s', value));
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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

@superkhau
Copy link
Copy Markdown
Contributor Author

@0candy Updated, PTAL again.

@0candy
Copy link
Copy Markdown
Contributor

0candy commented Jul 26, 2016

Please make sure var SG = require('strong-globalize'); is at the beginning of the file.

@0candy 0candy assigned superkhau and unassigned 0candy Jul 27, 2016
@superkhau
Copy link
Copy Markdown
Contributor Author

@slnode test please

@superkhau
Copy link
Copy Markdown
Contributor Author

@0candy @loay PTAL, updated with latest conventions.

@0candy
Copy link
Copy Markdown
Contributor

0candy commented Jul 28, 2016

LGTM

@0candy 0candy removed their assignment Jul 28, 2016
@loay
Copy link
Copy Markdown

loay commented Jul 28, 2016

LGTM

@superkhau
Copy link
Copy Markdown
Contributor Author

Unrelated CI failure. Merging.

@superkhau superkhau merged commit 2518f99 into master Jul 28, 2016
@superkhau superkhau deleted the globalization branch July 28, 2016 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants