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

Unified Diff: chrome/browser/resources/chromeos/first_run/app/main.html

Issue 2625873006: [i18n] chromeos first run, i18n-content to $i18n{} (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | chrome/browser/resources/chromeos/first_run/app_list_step.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/first_run/app/main.html
diff --git a/chrome/browser/resources/chromeos/first_run/app/main.html b/chrome/browser/resources/chromeos/first_run/app/main.html
index 32e52a3c0bcdb1d13c29bdbb813cc02c9d3d8687..a8c6df813c6709e75b29d6874880aeedd7a74115 100644
--- a/chrome/browser/resources/chromeos/first_run/app/main.html
+++ b/chrome/browser/resources/chromeos/first_run/app/main.html
@@ -26,14 +26,14 @@
</div>
</div>
</div>
- <h1 i18n-content="greetingHeader"></h1>
+ <h1>$i18n{greetingHeader}</h1>
<p>
- <span i18n-content="greetingText1"></span><br>
- <span i18n-content="greetingText2"></span>
+ <span>$i18n{greetingText1}</span><br>
+ <span>$i18n{greetingText2}</span>
</p>
dschuyler 2017/01/11 23:06:13 I'm intentionally resisting the urge to change thi
tommycli 2017/01/12 00:53:14 Well it looks like the only purpose of those spans
dschuyler 2017/01/12 01:06:54 It's a good worry. My worry is that if the changes
<div class="controls">
- <button i18n-content="greetingButton"
- class="next-button custom-appearance blue-button" tabindex="0">
+ <button class="next-button custom-appearance blue-button" tabindex="0">
+ $i18n{greetingButton}
</button>
</div>
<include src="greeting_image_[GREETING_IMAGE].html">
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/first_run/app_list_step.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698