Skip to content

Commit

Permalink
webapp: add a couple of translations to the Miscellaneous Settings co…
Browse files Browse the repository at this point in the history
…mponent
  • Loading branch information
paul-h committed May 16, 2022
1 parent be22956 commit 9f1939f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions mythtv/html/assets/i18n/en_GB.json
Expand Up @@ -150,5 +150,11 @@
"testbed": {
"title": "This is a testbed area ",
"welcome": "Welcome to MythTV Backend running on host"
},
"settings": {
"misc": {
"title": "Miscellaneous Settings",
"subtitle": "General Backend Settings"
}
}
}
6 changes: 6 additions & 0 deletions mythtv/html/assets/i18n/en_US.json
Expand Up @@ -150,5 +150,11 @@
"testbed": {
"title": "This is a testbed area",
"welcome": "Welcome to MythTV Backend running on host"
},
"settings": {
"misc": {
"title": "Miscellaneuos Settings",
"subtitle": "General Backend Settings"
}
}
}
@@ -1,10 +1,10 @@
<form class="ml-3 mr-3" name="hostaddress" #hostaddress="ngForm" (ngSubmit)="saveForm()">
<p-card class="m-5">
<ng-template pTemplate="title">
Miscellaneous Settings
{{ 'settings.misc.title' | translate }}
</ng-template>
<ng-template pTemplate="subtitle">
General Backend Settings
{{ 'settings.misc.subtitle' | translate }}
</ng-template>
<ng-template pTemplate="content">
<div class="grid">
Expand Down

0 comments on commit 9f1939f

Please sign in to comment.