Dict: offline version?

(sorry for the multiple posts; should probably just research for longer before sharing my notes…)

Yet another answer-to-self:

k, out of ideas for the moment. input welcome!


edit:

okay, seriously last thought: this ^is probably what’s happening; I wonder if there’s some way for me to test this theory? I want to try this:

-      dictfmt_index2word --locale $locale < "$base".index > "$base".word || true
+      dictfmt_index2word --locale=$locale < "$base".index > "$base".word || true
-      dictfmt_index2suffix --locale $locale < "$base".index > "$base".suffix || true
+      dictfmt_index2suffix --locale=$locale < "$base".index > "$base".suffix || true

Can I edit this file myself somehow on my local machine quickly (and re-run everything), to prove my hypothesis? Very much a nix-question out of my depth… :expressionless: