arnested / drupal-spell

Aspell extra dictionary for Drupal / Emacs
GNU General Public License v3.0
4 stars 2 forks source link

more words from Drupal codebase? #3

Open arjenk opened 10 years ago

arjenk commented 10 years ago

Hi,

If you run this from the drupal codebase:

find includes modules -type f -iregex '.*(inc|module|php|install)' | xargs cat | aspell --extra-dicts=/drupal.en.aspell list| sort -u

there are a lot of other suggestions, to add to the wordlist. a feature request i suppose...