mirror of
https://github.com/viliusle/miniPaint.git
synced 2026-02-06 11:21:47 +00:00
updated translation tool to extract translations
This commit is contained in:
parent
1032804da4
commit
95b496c480
@ -81,6 +81,7 @@ class Translator {
|
||||
'\.style\.',
|
||||
'aria-label',
|
||||
'\.font',
|
||||
'Path2D\(',
|
||||
];
|
||||
foreach ($ignore_matches as $ignore_match) {
|
||||
$content = preg_replace('/' . $ignore_match . '.*/', '', $content);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user