Remove the old numberToWord functions and clean up the translation files

This commit is contained in:
Veronica K. B. Olsen
2021-02-16 23:47:49 +01:00
parent 290ca2178d
commit 62cc64d912
5 changed files with 183 additions and 420 deletions
+1 -2
View File
@@ -7,12 +7,11 @@ from nw.core.spellcheck import NWSpellCheck, NWSpellEnchant, NWSpellSimple
from nw.core.tohtml import ToHtml
from nw.core.toodt import ToOdt
from nw.core.tomd import ToMarkdown
from nw.core.tools import countWords, numberToRoman, numberToWord
from nw.core.tools import countWords, numberToRoman
__all__ = [
"countWords",
"numberToRoman",
"numberToWord",
"NWDoc",
"NWIndex",
"NWProject",