[LoTW][Translate] Reformatted all the text to use lang files for translation

This commit is contained in:
Peter Goodhall
2021-01-11 16:05:15 +00:00
parent f507acde67
commit fa940894fe
6 changed files with 104 additions and 52 deletions

View File

@@ -23,6 +23,9 @@ class Lotw extends CI_Controller {
{
parent::__construct();
$this->load->helper(array('form', 'url'));
// Load language files
$this->lang->load('lotw');
}
/*