module.exports = {
    name: 'report-footer',
    created() {
        if (this.locale)
            this.$i18n.locale = this.locale;
    },
    props: ['leftText', 'centerText', 'locale']
};