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

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

Issue 2694353002: Revert of [i18n] chromeos login i18n-content to $i18n{} (Closed)
Patch Set: merge with master 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_buttons.html
diff --git a/chrome/browser/resources/chromeos/login/oobe_buttons.html b/chrome/browser/resources/chromeos/login/oobe_buttons.html
index 31d426b2a950e8b5b1259e6b32cd99ac58e3de22..e269cb9e5c64903b0d4446aa74f7e8c5d8065372 100644
--- a/chrome/browser/resources/chromeos/login/oobe_buttons.html
+++ b/chrome/browser/resources/chromeos/login/oobe_buttons.html
@@ -31,7 +31,7 @@
Example:
<oobe-icon-button inverse>
- <div>OK</div>
+ <div i18n-content="oobeOKButtonText"></div>
</oobe-icon-button>
Attributes:
@@ -71,7 +71,7 @@
aria-label$="[[ariaLabel]]">
<div class="flex horizontal layout start center">
<iron-icon icon="oobe-buttons:arrow-back"></iron-icon>
- <div id="text">$i18n{back}</div>
+ <div id="text" i18n-content="back"></div>
</div>
</paper-button>
</template>
@@ -94,7 +94,7 @@
Example:
<oobe-welcome-secondary-button icon="close">
- <div>i18n version of oobeCloseButtonText</div>
+ <div i18n-content="oobeCloseButtonText"></div>
</oobe-welcome-secondary-button>
Attributes:

Powered by Google App Engine
This is Rietveld 408576698