Naive question: The github page says 62% of the languages used in this repo is FreeMarker. I checked the repo and every file I look at is js, what and where is FreeMarker?
I can't find any freemarker templates on the project, but apparently it's using i18n files with an ".ftl" extension which is the default extension for freemarker templates.
It shouldn't be excluded because that pattern doesn't match any of the files.
If you run `git check-attr --all public/locales/foo/send.ftl` with the current .gitattr file, you'll get no attributes.
If you update the attr match to `public/locales/**` or `public/locales/**/*.ftl`, then the `check-attr` command above will match it and show 'linguist-documentation'.
Ex: https://github.com/timvisee/send/blob/master/public/locales/...