Files
bflows-bandi-fe/src/translationStringsForComponents.js
Vitalii Kiiko bf14a133d8 - added translation config;
- implemented 'bandi osservati' page;
2024-11-21 11:34:28 +01:00

16 lines
353 B
JavaScript

/* data table related */
import { __ } from '@wordpress/i18n';
const currentPageReportTemplate = '';
const emptyMessage = __('Nessun dato disponibile', 'gepafin');
const selectOneLabel = __('Seleziona', 'gepafin');
const translationStrings = {
currentPageReportTemplate,
emptyMessage,
selectOneLabel
}
export default translationStrings;