Home
last modified time | relevance | path

Searched refs:PO_FILE_PATTERN (Results 1 – 1 of 1) sorted by relevance

/webtrees/app/Cli/Commands/
H A DCompilePoFiles.php39 private const PO_FILE_PATTERN = Webtrees::ROOT_DIR . 'resources/lang/*/*.po'; define in Fisharebest\\Webtrees\\Cli\\Commands\\CompilePoFiles
52 $po_files = glob(pattern: self::PO_FILE_PATTERN);
55 $io->error('Failed to find any PO files matching ' . self::PO_FILE_PATTERN);