AnnualLeave.prototype.getName = function() {
    const gt = this.app.utility.gettext;
    return gt.gettext('Annual paid leave');
};