Umbenennung: Attribut datum zu when

This commit is contained in:
Simon Martens
2024-12-21 15:43:06 +01:00
parent 995801315f
commit 14af291537
18 changed files with 3903 additions and 3920 deletions

View File

@@ -49,7 +49,7 @@
"prefix": "weltnachrichten",
"body": [
"<beitrag>",
"\t<stueck datum=\"${1}\" nr=\"${2}\" von=\"${3}\" bis=\"${4}\" />",
"\t<stueck when=\"${1}\" nr=\"${2}\" von=\"${3}\" bis=\"${4}\" />",
"\t<kategorie ref=\"weltnachrichten\" />",
"</beitrag>"
]
@@ -60,7 +60,7 @@
"prefix": "wechselkurse",
"body": [
"<beitrag>",
"\t<stueck datum=\"${1}\" nr=\"${2}\" von=\"${3}\"/>",
"\t<stueck when=\"${1}\" nr=\"${2}\" von=\"${3}\"/>",
"\t<kategorie ref=\"wechselkurse\" />",
"</beitrag>"
]
@@ -71,7 +71,7 @@
"prefix": "beitrag",
"body": [
"<beitrag>",
"\t<stueck datum=\"${1}\" nr=\"${2}\" von=\"${3}\"/>",
"\t<stueck when=\"${1}\" nr=\"${2}\" von=\"${3}\"/>",
"\t${4}",
"</beitrag>"
]