Skip to content

Commit bf85c71

Browse files
committed
Localizable Modern Red / Vintage Blue switch.
1 parent 1459479 commit bf85c71

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

src/_locales/en/messages.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,15 @@
689689
"themeAuto": {
690690
"message": "Auto"
691691
},
692+
"ModernRed": {
693+
"message": "Modern Red"
694+
},
695+
"VintageBlue": {
696+
"message": "Vintage Blue"
697+
},
698+
"toVintageBlue": {
699+
"message": "Switch to the Vintage Blue style"
700+
},
692701
"DonateShort": {
693702
"message": "Donate"
694703
},

src/ui/options.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,14 @@ <h3 class="flextabs__tab appearance_tab"><button class="flextabs__toggle">__MSG_
114114
<input id="theme-light" type="radio" name="theme" value="light"/><label for="theme-light">__MSG_themeLight__</label>
115115
<input id="theme-auto" type="radio" name="theme" value="auto" checked="checked"/><label for="theme-auto">__MSG_themeAuto__</label>
116116
</span>
117-
<span id="vintageTheme-opt" title="Vintage Blue ON/OFF">
118-
<label for="opt-vintageTheme" title="Modern Red">Modern Red</label>
117+
<span id="vintageTheme-opt" title="__MSG_toVintageBlue__">
118+
<label for="opt-vintageTheme" title="__MSG_ModernRed__">>__MSG_ModernRed__</label>
119119
<label class="switch">
120120
<input type="checkbox" id="opt-vintageTheme">
121121
<span class="slider round"></span>
122-
<span class="inner-label">Vintage Blue On/Off</span>
122+
<span class="inner-label">__MSG_toVintageBlue__</span>
123123
</label>
124-
<label for="opt-vintageTheme" title="Vintage Blue">Vintage Blue</label>
124+
<label for="opt-vintageTheme" title="__MSG_VintageBlue__">__MSG_VintageBlue__</label>
125125
</span>
126126
<span id="highContrast-opt">
127127
<input type="checkbox" id="opt-highContrast">

0 commit comments

Comments
 (0)