- updated users table;

This commit is contained in:
Vitalii Kiiko
2024-10-21 12:31:49 +02:00
30 changed files with 1157 additions and 196 deletions

View File

@@ -2,6 +2,9 @@ import { __ } from '@wordpress/i18n';
const getBandoLabel = (status) => {
switch (status) {
case 'ACTIVE':
return __('Attivo', 'gepafin');
case 'SUBMIT':
return __('Inviato', 'gepafin');
@@ -17,6 +20,9 @@ const getBandoLabel = (status) => {
case 'DRAFT':
return __('Bozza', 'gepafin');
case 'AWAITING':
return __('In attesa', 'gepafin');
case 'EXPIRED':
return __('Scaduto', 'gepafin');