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

Unified Diff: components/webui_generator_strings.grdp

Issue 925333002: Demo UI made with a help of WUG toolkit (DO NOT SEND TO CQ). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « components/demo_ui/strings/strings_demo.json ('k') | ui/webui/resources/polymer_resources.grdp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webui_generator_strings.grdp
diff --git a/components/webui_generator_strings.grdp b/components/webui_generator_strings.grdp
index d29818ebf187f4c023828e27ff89ead052ec29aa..f2dbd35cd4ce22e059c04ab120ac46b8cd8a99c8 100644
--- a/components/webui_generator_strings.grdp
+++ b/components/webui_generator_strings.grdp
@@ -6,4 +6,10 @@
'IDS_WUG_FOO_BAR_SOME_STRING'.
-->
<grit-part>
+ <message translateable="false" name="IDS_WUG_STRINGS_DEMO_REGULAR_STRING">
+ I am an regular string.
+ </message>
+ <message translateable="false" name="IDS_WUG_STRINGS_DEMO_TIME_TEMPLATE">
+ Current time is <ph name="HOURS">$1</ph>:<ph name="MINUTES">$2</ph>:<ph name="SECONDS">$3</ph>.
+ </message>
</grit-part>
« no previous file with comments | « components/demo_ui/strings/strings_demo.json ('k') | ui/webui/resources/polymer_resources.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698