🚀 Translated frontend
With this version you can select the frontend language using the language parameter. You can now have a frontend in German or Dutch (next to the default English). Please create a PR if you would like to add another translation!
Next to that: fixes and updates.
How it works
The application's language can be configured either through the LANGUAGE environment variable or the configuration.yml file.
# Environment settings (optional, environment variables take precedence)
environment:
language: nl # change Language (Default "en").What's Changed
- Add i18n support by @M1scer in #45
- Update README.md after i18n merge by @dannybouwers in #56
- Fix icon override with name override by @dannybouwers in #57
- feat: add clear search button functionality and translations by @dannybouwers in #58
- fix: update setInterval to call updateClock and updateGreeting together by @dannybouwers in #59
- feat: add Dutch language support and translations by @dannybouwers in #60
- fix(deps): update module golang.org/x/text to v0.30.0 by @renovate[bot] in #55
- Update Go & Node by @dannybouwers in #61
- fix: Readme by @dannybouwers in #62
Full Changelog: v0.8.0...v0.9.0