Ignore .DS_Store and other files in localizer script

This commit is contained in:
Dan Stillman 2023-06-19 04:34:08 -04:00
parent d868143fc9
commit f1003a1d1e

View file

@ -16,7 +16,7 @@ $use_content_input_dir = false;
$use_content_output_dir = 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)$/';
// Zotero files