add law
This commit is contained in:
16
data/configs/prag.toml
Normal file
16
data/configs/prag.toml
Normal file
@ -0,0 +1,16 @@
|
||||
[law]
|
||||
id = 10007216
|
||||
name = "Preisauszeichnungsgesetz"
|
||||
|
||||
[parser]
|
||||
remove_strings = [
|
||||
"<b>", "</b>",
|
||||
"<i>", "</i>",
|
||||
"<n>", "</n>",
|
||||
"<super>", "</super>"
|
||||
]
|
||||
|
||||
[[parser.replace_rules]]
|
||||
find = "<gdash />"
|
||||
replace_with = "-"
|
||||
|
Reference in New Issue
Block a user