Some Strings Are Not Translated
-
Hello,
I have this PHP code file and many similar files, and their strings are not translated:
<section class="content-header"> <h1>Attendance</h1> <ol class="breadcrumb"> <li><a href="<?php echo site_url('sch-dashboard'); ?> "><i class="fa fa-home"></i> Dashboard</a></li> <li><a href="<?php echo site_url('sch-attendance'); ?>">Attendance</a></li> </ol> </section>These strings Attedndance, Dashboard are not translated (and many other string in different PHP files).
How to solve it?Thank you.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Some Strings Are Not Translated’ is closed to new replies.