mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 16:29:22 +01:00
Serach js files for new phrases for translation
This commit is contained in:
parent
4fa44e6482
commit
f8e9911743
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user