Versions in this module Expand all Collapse all v0 v0.1.0 Jun 24, 2026 Changes in this version + type Store struct + func FromKernel(k *togo.Kernel) *Store + func (s *Store) Delete(ctx context.Context, locale, key string) error + func (s *Store) List(locale string) map[string]string + func (s *Store) Locales() []string + func (s *Store) Set(ctx context.Context, locale, key, value string) error + func (s *Store) T(locale, key string) string