mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-25 03:31:13 +00:00
added multilang support to more strings
This commit is contained in:
@@ -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']) {
|
||||
|
||||
Reference in New Issue
Block a user