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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_screen_eula.html

Issue 2694353002: Revert of [i18n] chromeos login i18n-content to $i18n{} (Closed)
Patch Set: review changes, plus similar changes' Created 3 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
Index: chrome/browser/resources/chromeos/login/oobe_screen_eula.html
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_eula.html b/chrome/browser/resources/chromeos/login/oobe_screen_eula.html
index 3ef837f39da18e2ce5804705ae2469ecafcf2af4..6e6b622a84ea74e0be5bf64e498d17631debe534 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_eula.html
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_eula.html
@@ -9,7 +9,7 @@
src="about:blank"></iframe>
<div id="cros-eula-loading">
<div>
- <p>$i18n{termsOfServiceLoading}</p>
+ <p i18n-content="termsOfServiceLoading"></p>
</div>
</div>
</div>
@@ -24,29 +24,28 @@
type="checkbox">
</div>
<div>
- <label id="usage-stats-label">$i18n{checkboxLogging}</label>
- <a id="stats-help-link" href="#">$i18n{learnMore}</a>
+ <label id="usage-stats-label" i18n-content="checkboxLogging"></label>
+ <a id="stats-help-link" href="#" i18n-content="learnMore"></a>
</div>
</div>
</div>
<div id="eula-controls" class="step-controls"></div>
<div id="eula-extra-controls" class="step-extra-controls">
<div id="installation-settings">
- <a id="installation-settings-link" href="#">
- $i18n{eulaSystemInstallationSettings}
+ <a id="installation-settings-link" href="#"
+ i18n-content="eulaSystemInstallationSettings">
</a>
</div>
<div id="eula-accessibility">
- <a id="eula-accessibility-link" href="#" role="button">
- $i18n{accessibilityLink}
- </a>
+ <a id="eula-accessibility-link" href="#" role="button"
+ i18n-content="accessibilityLink"></a>
</div>
<div id="eula-chrome-credits"
class="credits"><a id="eula-chrome-credits-link" href="#"
- role="button">$i18n{chromeCreditsLink}</a></div>
+ role="button" i18n-content="chromeCreditsLink"></a></div>
<div id="eula-chromeos-credits"
class="credits"><a id="eula-chromeos-credits-link" href="#"
- role="button">$i18n{chromeosCreditsLink}</a></div>
+ role="button" i18n-content="chromeosCreditsLink"></a></div>
</div>
<div id="eula-busy" class="step-loading">
<div class="throbber"></div>

Powered by Google App Engine
This is Rietveld 408576698