- added translation config;
- implemented 'bandi osservati' page;
This commit is contained in:
16
src/translationStringsForComponents.js
Normal file
16
src/translationStringsForComponents.js
Normal 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;
|
||||
Reference in New Issue
Block a user