i18n 'Theme'
// FREEBIE
This commit is contained in:
parent
a7f492fabc
commit
669338c717
4 changed files with 7 additions and 2 deletions
|
@ -235,6 +235,10 @@
|
|||
"message": "Settings",
|
||||
"description": "Menu item and header for global settings"
|
||||
},
|
||||
"theme": {
|
||||
"message": "Theme",
|
||||
"description": "Header for theme settings"
|
||||
},
|
||||
"notifications": {
|
||||
"message": "Notifications",
|
||||
"description": "Header for notification settings"
|
||||
|
|
|
@ -428,7 +428,7 @@
|
|||
<h2>{{ settings }}</h2>
|
||||
<hr>
|
||||
<div class='theme-settings'>
|
||||
<h3>Theme</h3>
|
||||
<h3>{{ theme }}</h3>
|
||||
<div>
|
||||
<input type='radio' name='theme' id='theme-setting-android' value='android'>
|
||||
<label for='theme-setting-android'>Android</label>
|
||||
|
|
|
@ -74,6 +74,7 @@
|
|||
},
|
||||
render_attributes: function() {
|
||||
return {
|
||||
theme: i18n('theme'),
|
||||
notifications: i18n('notifications'),
|
||||
notificationSettingsDialog: i18n('notificationSettingsDialog'),
|
||||
settings: i18n('settings'),
|
||||
|
|
|
@ -431,7 +431,7 @@
|
|||
<h2>{{ settings }}</h2>
|
||||
<hr>
|
||||
<div class='theme-settings'>
|
||||
<h3>Theme</h3>
|
||||
<h3>{{ theme }}</h3>
|
||||
<div>
|
||||
<input type='radio' name='theme' id='theme-setting-android' value='android'>
|
||||
<label for='theme-setting-android'>Android</label>
|
||||
|
|
Loading…
Reference in a new issue