Serach js files for new phrases for translation

This commit is contained in:
Hadi Nategh 2015-01-15 14:56:23 +00:00
parent 4fa44e6482
commit f8e9911743

View File

@ -213,7 +213,7 @@ class solangfile
{ {
$this->special_file($app,$fd.$fn,$this->files[$fn]); $this->special_file($app,$fd.$fn,$this->files[$fn]);
} }
if (strpos($fn,'.php') === False) if (strpos($fn,'.php') === False && strpos($fn,'.js') === False)
{ {
continue; continue;
} }