mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +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]);
|
||||
}
|
||||
if (strpos($fn,'.php') === False)
|
||||
if (strpos($fn,'.php') === False && strpos($fn,'.js') === False)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user