lang stuff
This commit is contained in:
parent
e102335f6e
commit
7858161a4c
|
@ -56,7 +56,15 @@ M.ltex = {
|
|||
},
|
||||
additionalRules = {
|
||||
enablePickyRules = true,
|
||||
motherTongue = "de",
|
||||
-- thats cool, but often adds diagnostics in
|
||||
-- places where a german might confuse words that are similar
|
||||
-- between english and german REGARDLESS of context. I seem to use the
|
||||
-- english words only in the proper contexts, so leaving this on
|
||||
-- just adds annoying hints like 'Hinweis: "list/NN.*" (English) bedeutet "Liste",
|
||||
-- "Verzeichnis" (German). Meinten Sie vielleicht 'cunning', 'trick'?'
|
||||
-- everytime I use the word "list". I liked that this makes the hints be
|
||||
-- in german regardless of the language I'm working in through...
|
||||
--motherTongue = "de",
|
||||
},
|
||||
-- load token and additional languagetool items later
|
||||
},
|
||||
|
|
|
@ -337,3 +337,8 @@ Dockerfile
|
|||
yml
|
||||
CMD
|
||||
UDPP
|
||||
Unknowability
|
||||
unknowability
|
||||
talmann
|
||||
Goldberger
|
||||
ofc
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue