Skip to content

Commit 32fe554

Browse files
committed
fix: aggiunta traduzioni
1 parent 2992400 commit 32fe554

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

include/top.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@
148148
'signatureMissing' => tr('Firma mancante.'),
149149
'readmore' => tr('Mostra tutto'),
150150
'readless' => tr('Mostra meno'),
151+
'no_results_found' => tr('Nessun risultato trovato per'),
152+
'searching' => tr('Ricerca in corso...'),
153+
'processing' => tr('Elaborazione in corso...'),
151154
];
152155
foreach ($translations as $key => $value) {
153156
echo '

0 commit comments

Comments
 (0)