Adam Duncan
Adam Duncan
Hey @hankhero, thanks for taking the time to write this up. Definitely think that enabling plugin users the ability to work from PO files is a great idea. Perhaps this...
I've not had time to dig back into this, but have spotted https://github.com/sgissinger/eleventy-plugin-i18n-gettext/, which might offer more of what you're after 🙂
Thanks for the bug report, @unconfident. I understand the 2nd error case, and agree that using `filePathStem` is the way to go to avoid that error 👍 I'm not sure...
Thanks for the additional info @unconfident. That helps me to better understand. Had created a hotfix for the `permalink: false` issue alone for now (https://github.com/adamduncan/eleventy-plugin-i18n/pull/11) as I'm a little apprehensive...
This got me thinking: If a user is going to permalink their article (in theory could be permalinked anywhere), then would one expect the `contextLocale` be the _destination_ of that...
@gremo [suggested](https://github.com/adamduncan/eleventy-plugin-i18n/pull/9) providing a function to determine the locale in the API (with a smart default). That might point us in a better direction, but not 100% on the API...
`0.1.2` has sailed with a more pressing fix. This whole using `page` data to sneakily get locale from url is a little iffy (as demonstrated by #12). I think it...
Thanks for the suggestion, @izanagi1995. Certainly getting `translations` to update without the need to restart the `serve` would be ideal. There's an open issue related to this, which would ensure...
Thanks for more info. I see where you're coming from. Would like to put a bit more thought into this one. Not sure workarounds in the API are the right...
Thanks @imanbee 👍 Will put some thought into the API here. `quietMode: true` certainly does the job, as intended with #15. I wonder if there's some preexisting `logLevel` Node convention...