Issue 16876004:
Updating JSON Schema Compiler to add description field to schemas. (Closed)
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set:
Created 7 years, 6 months ago
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
index 765760dc85f1a07aedb3767571a176fe35eef933..36f586b91cd0b8f906ce91cee46bb8e6a8e016aa 100644
--- a/chrome/common/extensions/api/i18n.json
+++ b/chrome/common/extensions/api/i18n.json
@@ -5,6 +5,7 @@
[
{
"namespace": "i18n",
+ "description": "With the <code>chrome.i18n</code> module, an <em>internationalized</em> extension or app can be easily <em>localized</em> — adapted to languages and regions that it didn't originally support.",
epeterson
2013/06/13 03:24:28
I modified this description a little bit, to inclu
I modified this description a little bit, to include the typical <code></code>
module stuff.
not at google - send to devlin
2013/06/19 16:47:16
Could you also re-word it like the others? It's a
On 2013/06/13 03:24:28, epeterson wrote:
> I modified this description a little bit, to include the typical <code></code>
> module stuff.
Could you also re-word it like the others? It's a bit strange here since the
page its on describes the whole i18n infrastructure, not just the API. In any
case this description has too many commas.
Use the <code>chrome.i18n</code> infrastructure to implement
internationalization across your whole app or extension.
On 2013/06/19 16:47:16, kalman wrote:
> On 2013/06/13 03:24:28, epeterson wrote:
> > I modified this description a little bit, to include the typical
<code></code>
> > module stuff.
>
> Could you also re-word it like the others? It's a bit strange here since the
> page its on describes the whole i18n infrastructure, not just the API. In any
> case this description has too many commas.
>
> Use the <code>chrome.i18n</code> infrastructure to implement
> internationalization across your whole app or extension.
Issue 16876004: Updating JSON Schema Compiler to add description field to schemas.
(Closed)
Created 7 years, 6 months ago by epeterson
Modified 7 years, 6 months ago
Reviewers: cduvall, not at google - send to devlin, mkearney, evan.peterson.ep_gmail.com
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 46