Ignore .DS_Store and other files in localizer script
This commit is contained in:
parent
d868143fc9
commit
f1003a1d1e
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ $use_content_input_dir = false;
|
||||||
$use_content_output_dir = true; // set to true for XPI, false for BZ
|
$use_content_output_dir = true; // set to true for XPI, false for BZ
|
||||||
$localeCodeInOutputXML = true; // set to true for XPI, false for BZ
|
$localeCodeInOutputXML = true; // set to true for XPI, false for BZ
|
||||||
|
|
||||||
$locale_re = '/([a-z]{2})(\-[A-Z]{2})?/';
|
$locale_re = '/^([a-z]{2})(\-[A-Z]{2})?$/';
|
||||||
$locale_file_re = '/^[a-z].+\.(dtd|properties)$/';
|
$locale_file_re = '/^[a-z].+\.(dtd|properties)$/';
|
||||||
|
|
||||||
// Zotero files
|
// Zotero files
|
||||||
|
|
Loading…
Reference in a new issue