ageitgey / node-unfluff

Automatically extract body content (and other cool stuff) from an html document
Apache License 2.0
2.15k stars 223 forks source link

Non-fs method 2: Single file containing one object #68

Open knod opened 7 years ago

knod commented 7 years ago

Method 2 gets rid of all separate language files and instead uses one object directly containing all the necessary strings. Data only needs to be changed in one place when adding a new language.

Addresses #62