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

Unified Diff: chrome/common/extensions/api/i18n.json

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.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/api/i18n.json
diff --git a/chrome/common/extensions/api/i18n.json b/chrome/common/extensions/api/i18n.json
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> &mdash; 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
not at google - send to devlin 2013/06/19 16:47:16 Could you also re-word it like the others? It's a
epeterson 2013/06/20 23:07:40 Done.
"types": [],
"functions": [
{

Powered by Google App Engine
This is Rietveld 408576698