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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_buttons.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_buttons.html
diff --git a/chrome/browser/resources/chromeos/login/oobe_buttons.html b/chrome/browser/resources/chromeos/login/oobe_buttons.html
index 1aff56f63924eeb187f8aaab42cc08b7d2042545..658b7fc6f818216602814b17b5031ef50bbe619c 100644
--- a/chrome/browser/resources/chromeos/login/oobe_buttons.html
+++ b/chrome/browser/resources/chromeos/login/oobe_buttons.html
@@ -27,7 +27,7 @@
Example:
<oobe-icon-button inverse>
- <div i18n-content="oobeOKButtonText"></div>
+ <div>$i18n{oobeOKButtonText}</div>
</oobe-icon-button>
Attributes:
@@ -64,7 +64,7 @@
<paper-button id="button" on-tap="onClick_" disabled="[[disabled]]">
<div class="flex horizontal layout start center">
<iron-icon icon="oobe-buttons:arrow-back"></iron-icon>
- <div id="text" i18n-content="back"></div>
+ <div id="text">$i18n{back}</div>
</div>
</paper-button>
</template>
@@ -75,7 +75,7 @@
Example:
<oobe-welcome-secondary-button icon="close">
- <div i18n-content="oobeCloseButtonText"></div>
+ <div>i18n version of oobeCloseButtonText</div>
</oobe-welcome-secondary-button>
Attributes:
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.html ('k') | chrome/browser/resources/chromeos/login/oobe_eula.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698