I18n updates do not apply unless I restart build

This is an issue I noticed ever since I began using Hugo. Sometimes editing the i18n files reflects with fast render, but sometimes only a server restart reflects the changes.

What version are you using currently, include the commit hash?

hugo v0.123.0-DEV+extended windows/amd64 BuildDate=unknown

You’re building from source. What’s the last commit hash?

How to get that? Coz I just encountered the issue just now!

Did you clone the repo, then install? Or did you install directly from the repo?

Clone…

Go to that directory, and type “git log”

commit 0851c175ad1d84dc3464b080379401452b951860 

OK, thanks.

When you’re running a dev build you probably want to pull changes and rebuild occasionally. That way you won’t run into things that have already been fixed, though that’s not the problem here.

Understood. Though as I said, this is an issue that I saw since I began using Hugo. I just run the build with fast render disabled and all works well. I am not sure where the ‘bug’ is though.

See https://github.com/gohugoio/hugo/issues/12039

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.