Skip to content

Commit

Permalink
add i18n definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
ceriath committed Apr 20, 2022
1 parent 6eb375c commit 8c6aef4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
1 change: 0 additions & 1 deletion RegX2LinkApp.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {
IAppAccessors,
IConfigurationExtend,
IConfigurationModify,
IEnvironmentRead,
IHttp,
ILogger,
Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "35858014-324e-4d47-aff8-c0f9730bb98d",
"version": "1.0.0",
"version": "1.0.1",
"requiredApiVersion": "^1.19.0",
"iconFile": "regx2link.png",
"author": {
Expand Down
6 changes: 6 additions & 0 deletions i18n/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"Config_YAML": "YAML Konfiguration",
"Config_YAML_Descriptor": "Die Konfiguration in YAML Syntax. Für Beispiele siehe https://github.com/cerinuts/RegX2Link/blob/main/README.md (englisch)",
"Max_Search_Attempts": "Maximale Anzahl Regex-Match-Versuchen",
"Max_Search_Attempts_Description": "Definiert die maximale Anzahl von Regex-Match-Versuchen"
}
6 changes: 6 additions & 0 deletions i18n/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"Config_YAML": "YAML Configuration",
"Config_YAML_Descriptor": "Provide the configuration for Regx2Link in yaml Syntax. See https://github.com/cerinuts/RegX2Link/blob/main/README.md for examples",
"Max_Search_Attempts": "Maximum Search Attempts",
"Max_Search_Attempts_Description": "Defines the maximum number of issue search attempts"
}

0 comments on commit 8c6aef4

Please sign in to comment.