added multilang support to more strings

This commit is contained in:
HB9HIL
2024-06-07 02:35:59 +02:00
parent dc58c20c94
commit 2ea07d610a
61 changed files with 15898 additions and 4391 deletions

View File

@@ -29,6 +29,7 @@ class Debug extends CI_Controller
$data['stations'] = $this->Stations->all();
$data['qso_total'] = $this->Debug_model->count_all_qso();
$data['available_languages'] = $this->config->item('languages');
$data['qsos_with_no_station_id'] = $this->Logbook_model->check_for_station_id();
if ($data['qsos_with_no_station_id']) {