Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 2.37 KB

CHANGELOG.md

File metadata and controls

45 lines (24 loc) · 2.37 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.6.0 (2023-07-04)

Features

  • add loading data from github (5391bc8)

1.5.0 (2023-07-01)

Features

  • store translations on disk (5127901)

1.4.2 (2023-03-05)

Bug Fixes

1.4.1 (2023-03-05)

1.4.0 (2023-03-05)

Features

  • data: reload locales without exiting process, not using json (0d2dc4e)
  • implement translation backend (c8fab28)

Bug Fixes

  • hopefully fix types (418bf8c)
  • load: only load json files (c7d8650)
  • locales: create locales dior (3c2e4a8)
  • translate: fix default locale translation (6071f24)
  • translate: fix translation in default locale (bb215a4)
  • translator: fix return type of getLocales, now not promise anymore (b7b7148)
  • types: fix types and bugs ig (e2dd293)