Skip to content
Snippets Groups Projects
Commit ba84057a authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Serious enhancement in autotranlator tool.

parent 2535c8bc
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ class langAutoParser {
if (preg_match('/^en/i',$dirtmp['name'])) continue; // We discard en_* languages
if (preg_match('/^fr/i',$dirtmp['name'])) continue; // We discard fr_* languages
if (preg_match('/^es/i',$dirtmp['name'])) continue; // We discard es_* languages
if (preg_match('/es_CA/i',$dirtmp['name'])) continue; // We discard es_CA language
if (preg_match('/ca_ES/i',$dirtmp['name'])) continue; // We discard es_CA language
if (preg_match('/pt_BR/i',$dirtmp['name'])) continue; // We discard pt_BR language
if (preg_match('/^\./i',$dirtmp['name'])) continue; // We discard files .*
if (preg_match('/^CVS/i',$dirtmp['name'])) continue; // We discard CVS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment