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

silly question. what is the role of {{_i}} when building docs... #3502

Closed
neekey opened this issue May 16, 2012 · 3 comments
Closed

silly question. what is the role of {{_i}} when building docs... #3502

neekey opened this issue May 16, 2012 · 3 comments

Comments

@neekey
Copy link

neekey commented May 16, 2012

When reading docs/build/index.js , I found this line of code:

layout = hogan.compile(layout, { sectionTags: [{o:'_i', c:'i'}] })

and in all the pages mustache files, alse found lots of {{_i}} {{/i}}. But it seems like it does nothing,just curious what is the rule of {_i} when building docs?

@jonah-williams
Copy link

I believe that those tags exist to identify strings which are or should be translatable (see #1122).

@mdo
Copy link
Member

mdo commented May 17, 2012

Yup, translation (when we add that).

@mdo mdo closed this as completed May 17, 2012
@neekey
Copy link
Author

neekey commented May 21, 2012

@jonah-carbonfive 3Q!

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

No branches or pull requests

3 participants