Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Unified Diff: chrome/common/extensions/docs/static/i18n-messages.html

Issue 1392002: Update i18n pages to include predefined messages (e.g. @@bidi_dir).... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/docs/static/i18n.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/static/i18n-messages.html
===================================================================
--- chrome/common/extensions/docs/static/i18n-messages.html (revision 42640)
+++ chrome/common/extensions/docs/static/i18n-messages.html (working copy)
@@ -109,8 +109,16 @@
<li> a-z </li>
<li> 0-9 </li>
<li> _ (underscore) </li>
+ <li> @ </li>
</ul>
+<p class="note">
+<b>Note:</b>
+Don't define names that begin with "@@".
+Those names are reserved for
+<a href="i18n.html#overview-predefined">predefined messages</a>.
+</p>
+
<p>
Here are three examples of names,
taken from the <a href="#example">Example</a> section:
« no previous file with comments | « chrome/common/extensions/docs/static/i18n.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698