- added translation config;

- implemented 'bandi osservati' page;
This commit is contained in:
Vitalii Kiiko
2024-11-21 11:34:28 +01:00
parent cf5ff862b7
commit bf14a133d8
15 changed files with 113 additions and 35 deletions

View File

@@ -0,0 +1,16 @@
/* 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;