mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 06:44:21 +00:00
🎓 Disable smartquotes for italian
This commit is contained in:
parent
063df6380c
commit
a7ad769826
1 changed files with 14 additions and 0 deletions
|
@ -167,3 +167,17 @@ rinoh_documents = [
|
|||
"target": "manual",
|
||||
}
|
||||
]
|
||||
|
||||
# Smartquotes
|
||||
smartquotes_excludes = {
|
||||
"languages": [
|
||||
# Smartquotes is completely broken in italian!
|
||||
"it",
|
||||
# Keep the default, just in case
|
||||
"ja",
|
||||
],
|
||||
"builders": [
|
||||
"man",
|
||||
"text",
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue