Skip to content

Commit

Permalink
updated translation tool to extract translations
Browse files Browse the repository at this point in the history
  • Loading branch information
viliusle committed Dec 1, 2023
1 parent 1032804 commit 95b496c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/translator/libs/translator.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ public function extract() {
'\.style\.',
'aria-label',
'\.font',
'Path2D\(',
];
foreach ($ignore_matches as $ignore_match) {
$content = preg_replace('/' . $ignore_match . '.*/', '', $content);
Expand Down

0 comments on commit 95b496c

Please sign in to comment.