github ulsklyc/oikos v0.5.0

latest releases: v0.52.8, v0.52.7, v0.52.6...
one month ago

Added

  • i18n: full internationalisation system (public/i18n.js) with German (de) and English (en) support; language auto-detected from navigator.language, overridable via Settings
  • i18n: all user-facing strings moved to locale files (public/locales/de.json, public/locales/en.json); 489 translation keys covering all modules
  • i18n: locale switch without page reload — all pages, components and navigation re-render via locale-changed custom event
  • i18n: oikos-locale-picker Web Component in Settings — three options: System (follows browser language), Deutsch, English
  • i18n: dates and times formatted with Intl.DateTimeFormat using the active locale; formatDate() and formatTime() exported from i18n.js
  • i18n: fallback chain (active locale → German → key) ensures no untranslated keys are shown even if a future locale file is incomplete
  • i18n: adding a new language requires only one JSON file (public/locales/xx.json) and one line in SUPPORTED_LOCALES

Don't miss a new oikos release

NewReleases is sending notifications on new releases.