Skip to content

Commit

Permalink
Add English Translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunnyka98 committed Nov 30, 2023
1 parent 5e20913 commit 7f4d160
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 9 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 3 additions & 1 deletion LogikGatter/locale.json → LogikGate/locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"Input": "Eingabe",
"Variable": "Variable",
"Invert": "Invertieren",
"Output": "Ausgabe"
"Output": "Ausgabe",
"https://www.symcon.de/en/service/documentation/module-reference/logik-gate/": "https://www.symcon.de/de/service/dokumentation/modulreferenz/logikgatter/",
"LogikGate": "LogikGatter"
}
}
}
4 changes: 2 additions & 2 deletions LogikGatter/module.json → LogikGate/module.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"id": "{AC0566EB-7384-4F06-A445-292255B0D1B2}",
"name": "LogikGatter",
"name": "LogikGate",
"type": 3,
"vendor": "",
"aliases": [],
"parentRequirements": [],
"childRequirements": [],
"implemented": [],
"prefix": "LG",
"url": "https://github.com/symcon/LogikGatter/tree/master/LogikGatter"
"url": "https://www.symcon.de/en/service/documentation/module-reference/logik-gate/"
}
2 changes: 1 addition & 1 deletion LogikGatter/module.php → LogikGate/module.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

declare(strict_types=1);
class LogikGatter extends IPSModule
class LogikGate extends IPSModule
{
public function Create()
{
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "{D54B919F-A27A-4B49-899A-ADF3E9748394}",
"author": "Symcon GmbH",
"name": "LogikGatter",
"name": "LogikGate",
"url": "https://symcon.de",
"version": "1.0",
"build": 0,
Expand Down
6 changes: 3 additions & 3 deletions tests/LogikGatterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ public function testValidateLogikGatter(): void
{
$this->validateLibrary(__DIR__ . '/..');
}
public function testValidateLogikGatterModule(): void
public function testValidateLogikGateModule(): void
{
$this->validateModule(__DIR__ . '/../LogikGatter');
$this->validateModule(__DIR__ . '/../LogikGate');
}
}
}
2 changes: 1 addition & 1 deletion tests/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</php>
<source>
<include>
<directory suffix=".php">../LogikGatter</directory>
<directory suffix=".php">../LogikGate</directory>
</include>
</source>
</phpunit>

0 comments on commit 7f4d160

Please sign in to comment.