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

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

Powered by Google App Engine
This is Rietveld 408576698