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

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

Issue 2626123002: [i18n] chromeos login i18n-content to $i18n{} (Closed)
Patch Set: nit 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
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 6e6b622a84ea74e0be5bf64e498d17631debe534..3ef837f39da18e2ce5804705ae2469ecafcf2af4 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-content="termsOfServiceLoading"></p>
+ <p>$i18n{termsOfServiceLoading}</p>
</div>
</div>
</div>
@@ -24,28 +24,29 @@
type="checkbox">
</div>
<div>
- <label id="usage-stats-label" i18n-content="checkboxLogging"></label>
- <a id="stats-help-link" href="#" i18n-content="learnMore"></a>
+ <label id="usage-stats-label">$i18n{checkboxLogging}</label>
+ <a id="stats-help-link" href="#">$i18n{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-content="eulaSystemInstallationSettings">
+ <a id="installation-settings-link" href="#">
+ $i18n{eulaSystemInstallationSettings}
</a>
</div>
<div id="eula-accessibility">
- <a id="eula-accessibility-link" href="#" role="button"
- i18n-content="accessibilityLink"></a>
+ <a id="eula-accessibility-link" href="#" role="button">
+ $i18n{accessibilityLink}
+ </a>
</div>
<div id="eula-chrome-credits"
class="credits"><a id="eula-chrome-credits-link" href="#"
- role="button" i18n-content="chromeCreditsLink"></a></div>
+ role="button">$i18n{chromeCreditsLink}</a></div>
<div id="eula-chromeos-credits"
class="credits"><a id="eula-chromeos-credits-link" href="#"
- role="button" i18n-content="chromeosCreditsLink"></a></div>
+ role="button">$i18n{chromeosCreditsLink}</a></div>
</div>
<div id="eula-busy" class="step-loading">
<div class="throbber"></div>

Powered by Google App Engine
This is Rietveld 408576698