gui: Allow to translate calendar buttons in Restore Versions modal (#8213)

This commit is contained in:
tomasz1986
2022-03-12 22:44:56 +01:00
committed by GitHub
parent e1b1631c65
commit 6862dd04ab
2 changed files with 3 additions and 0 deletions
@@ -2624,6 +2624,8 @@ angular.module('syncthing.core')
maxDate: maxDate,
ranges: ranges,
locale: {
applyLabel: $translate.instant("Apply"),
cancelLabel: $translate.instant("Cancel"),
customRangeLabel: $translate.instant("Custom Range"),
format: 'YYYY/MM/DD HH:mm:ss',
}