You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found when testing that #12039 was resolved with hugo v0.123.0-DEV-f1491c900e.
To reproduce:
Close browser tab if open
Clone and start server
git clone --single-branch -b hugo-github-issue-12047 https://github.com/jmooring/hugo-testing hugo-github-issue-12047
cd hugo-github-issue-12047
hugo server
While server is running, modify i18n/en.toml, changing foo = "FOO_EN" to foo = "FOO_ENsomething" (it doesn't matter which of the i18n files you modify).
Now point your browser to http://localhost:1313/... bang.
Found when testing that #12039 was resolved with hugo v0.123.0-DEV-f1491c900e.
To reproduce:
Close browser tab if open
Clone and start server
While server is running, modify i18n/en.toml, changing
foo = "FOO_EN"
tofoo = "FOO_ENsomething"
(it doesn't matter which of the i18n files you modify).Now point your browser to
http://localhost:1313/
... bang.console log
The text was updated successfully, but these errors were encountered: