locale update, added Portuguese (Brazil) and missing strings

This commit is contained in:
Eugene Pankov
2022-03-22 15:25:41 +01:00
parent 8ec419f8e5
commit 75c911b5e4
6 changed files with 2185 additions and 22 deletions

View File

@@ -72,7 +72,7 @@
.input-group-prepend
.input-group-text
i.fas.fa-fw.fa-search
input.form-control(type='search', placeholder='Search color schemes', [(ngModel)]='filter')
input.form-control(type='search', [placeholder]='"Search color schemes"|translate', [(ngModel)]='filter')
.body
.list-group-light.mb-3
@@ -89,7 +89,7 @@
.mr-auto
span {{scheme.name}}
.badge.badge-info.ml-2(*ngIf='customColorSchemes.includes(scheme)') Custom
.badge.badge-info.ml-2(*ngIf='customColorSchemes.includes(scheme)', translate) Custom
div
.d-flex