1
0
Fork 0
mirror of https://github.com/matomo-org/matomo-icons.git synced 2024-09-19 17:03:45 +02:00

revert umlauts in file names

This commit is contained in:
Lukas Winkler 2019-10-30 11:34:38 +01:00
parent 7e850ab890
commit d22c22848b
Signed by: lukas
GPG key ID: 54DE4D798D244853
7 changed files with 1 additions and 1 deletions

View file

Before

Width:  |  Height:  |  Size: 496 B

After

Width:  |  Height:  |  Size: 496 B

View file

Before

Width:  |  Height:  |  Size: 616 B

After

Width:  |  Height:  |  Size: 616 B

View file

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -197,7 +197,7 @@ def test_if_there_are_icons_for_all_device_detector_categories(less_important_de
process = Popen(["php", "devicedetector.php"], stdout=PIPE)
(output, err) = process.communicate()
process.wait()
regex = re.compile(r"[^a-z0-9_\-äöü]+",re.IGNORECASE)
regex = re.compile(r"[^a-z0-9_\-]+",re.IGNORECASE)
categories = json.loads(output)
for icontype, category in categories.items():
for code in category: