added missing strings

This commit is contained in:
Eugene Pankov
2022-04-30 11:36:50 -07:00
parent a29539af69
commit 271955e9d4
21 changed files with 2543 additions and 1869 deletions

View File

@@ -1,3 +1,4 @@
import { marker as _ } from '@biesbjerg/ngx-translate-extract-marker'
import slugify from 'slugify'
import deepClone from 'clone-deep'
import { Injectable } from '@angular/core'
@@ -10,7 +11,7 @@ import { BAUD_RATES, SerialProfile } from './api'
@Injectable({ providedIn: 'root' })
export class SerialProfilesService extends ProfileProvider<SerialProfile> {
id = 'serial'
name = this.translate.instant('Serial')
name = _('Serial')
settingsComponent = SerialProfileSettingsComponent
configDefaults = {
options: {