mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-04 14:04:56 +00:00
updated locales
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
.item(*ngFor='let hotkey of hotkeys')
|
||||
.body((click)='editItem(hotkey)')
|
||||
.stroke(*ngFor='let stroke of hotkey.strokes')
|
||||
span(*ngIf='!hotkey.isDuplicate', translate) {{stroke}}
|
||||
span.duplicate(*ngIf='hotkey.isDuplicate', translate) {{stroke}}
|
||||
span(*ngIf='!hotkey.isDuplicate') {{stroke}}
|
||||
span.duplicate(*ngIf='hotkey.isDuplicate') {{stroke}}
|
||||
.remove((click)='removeItem(hotkey)') ×
|
||||
|
||||
.add((click)='addItem()', translate) Add...
|
||||
|
Reference in New Issue
Block a user