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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.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_hid_detection.html
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.html b/chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.html
index 5648b80628dc4f01c498e37da5630c3fd1f7b6ec..14a05d0bf3fe4764329a390ec58c0b40d72ba384 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.html
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.html
@@ -4,8 +4,9 @@
</oobe-hid-detection-md>
<div id="oobe-hid-detection">
<div class="step-contents">
- <div id="hid-invitation-text">$i18n{hidDetectionInvitation}</div>
- <div id="hid-prerequisite-msg">$i18n{hidDetectionPrerequisites}</div>
+ <div id="hid-invitation-text" i18n-content="hidDetectionInvitation"></div>
+ <div id="hid-prerequisite-msg" i18n-content="hidDetectionPrerequisites">
+ </div>
<div id="hid-mouse-block">
<div id="hid-mouse-icon-block">
<img id="hid-mouse-icon" src="chrome://theme/IDR_BLUETOOTH_MOUSE"
@@ -14,17 +15,17 @@
src="chrome://theme/IDR_BLUETOOTH_PAIRING_TICK" alt="">
</div>
<div id="hid-mouse-label">
- <span id="hid-mouse-label-searching" aria-live="polite" class="label">
- $i18n{hidDetectionMouseSearching}
+ <span id="hid-mouse-label-searching" aria-live="polite"
+ i18n-content="hidDetectionMouseSearching" class="label">
</span>
- <span id="hid-mouse-label-usb" aria-live="polite" class="label">
- $i18n{hidDetectionUSBMouseConnected}
+ <span id="hid-mouse-label-usb" aria-live="polite"
+ i18n-content="hidDetectionUSBMouseConnected" class="label">
</span>
- <span id="hid-mouse-label-connected" aria-live="polite" class="label">
- $i18n{hidDetectionPointingDeviceConnected}
+ <span id="hid-mouse-label-connected" aria-live="polite"
+ i18n-content="hidDetectionPointingDeviceConnected" class="label">
</span>
- <span id="hid-mouse-label-paired" aria-live="polite" class="label">
- $i18n{hidDetectionBTMousePaired}
+ <span id="hid-mouse-label-paired" aria-live="polite"
+ i18n-content="hidDetectionBTMousePaired" class="label">
</span>
</div>
</div>
@@ -36,11 +37,11 @@
src="chrome://theme/IDR_BLUETOOTH_PAIRING_TICK" alt="">
</div>
<div id="hid-keyboard-label">
- <span id="hid-keyboard-label-searching" aria-live="polite" class="label">
- $i18n{hidDetectionKeyboardSearching}
+ <span id="hid-keyboard-label-searching" aria-live="polite"
+ i18n-content="hidDetectionKeyboardSearching" class="label">
</span>
- <span id="hid-keyboard-label-usb" aria-live="polite" class="label">
- $i18n{hidDetectionUSBKeyboardConnected}
+ <span id="hid-keyboard-label-usb" aria-live="polite"
+ i18n-content="hidDetectionUSBKeyboardConnected" class="label">
</span>
<span id="hid-keyboard-label-paired" class="label" aria-live="polite">
</span>
@@ -65,8 +66,9 @@
<div id="hid-keyboard-pincode-sym-6"
class="bluetooth-keyboard-button">
</div>
- <div id="hid-keyboard-pincode-sym-7" class="bluetooth-keyboard-button">
- $i18n{hidDetectionBTEnterKey}
+ <div id="hid-keyboard-pincode-sym-7"
+ i18n-content="hidDetectionBTEnterKey"
+ class="bluetooth-keyboard-button">
</div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698