Skip to content

Releases: devforth/adminforth-i18n

v2.0.8

30 Mar 11:50

Choose a tag to compare

2.0.8 (2026-03-30)

Bug Fixes

  • don't show "Translate with AI" button, if completion adapter is not provided (9a26290)

v2.0.7

27 Mar 10:49

Choose a tag to compare

2.0.7 (2026-03-27)

Bug Fixes

  • don't create replicas of the same language for the select languages popup (c191318)

v2.0.6

09 Mar 10:29

Choose a tag to compare

2.0.6 (2026-03-09)

Bug Fixes

  • return "package-lock" in custom folder for backward compatibility (57f0cb9)

v2.0.5

09 Mar 08:09

Choose a tag to compare

2.0.5 (2026-03-09)

Bug Fixes

  • add margin-top to the main container in TranslationJobViewComponent (4bfed20)

v2.0.4

06 Mar 11:25

Choose a tag to compare

2.0.4 (2026-03-06)

Bug Fixes

  • use pnpm in "custom" folder (4cd4aa2)

v2.0.3

05 Mar 13:00

Choose a tag to compare

2.0.3 (2026-03-05)

Bug Fixes

  • remove unused import of AdminForthComponentDeclarationFull in TranslationJobViewComponent (400f123)

v2.0.2

05 Mar 09:55

Choose a tag to compare

2.0.2 (2026-03-05)

Bug Fixes

  • use pnpm instead of npm (436e597)

v2.0.1

04 Mar 06:41

Choose a tag to compare

2.0.1 (2026-03-04)

Bug Fixes

  • correct spelling of 'updateJobFieldsAtomically' in I18nPlugin class (15872a4)

v2.0.0

03 Mar 14:46
069661b

Choose a tag to compare

2.0.0 (2026-03-03)

  • feat!: add background jobs for transtations (27a4dd2)

Bug Fixes

  • correct region detection in prompt (4692ef7)
  • use record id as a key for the object of token costs per string (17657cb)

Features

  • add p-limit dependency and implement token length management for translation requests (8d83ec6)
  • add TranslationJobViewComponent and integrate with background jobs for translation tasks (a2e951a)
  • enhance BulkActionButton and TranslationJobViewComponent for improved task handling and UI updates (c7769e7)
  • enhance translation error handling and reporting in bulk translation process (b29fccc)
  • enhance TranslationJobViewComponent layout and improve token display formatting (15cfb0d)
  • open job popup after a successfull job start (9ae4f8f)
  • update TranslationJobViewComponent for improved pagination handling and UI adjustments (b9c2ea8)

BREAKING CHANGES

  • need to use background jobs plugin for translations

v1.10.1

25 Feb 06:04

Choose a tag to compare

1.10.1 (2026-02-25)

Bug Fixes

  • enhance language selection UI and improve validation logic for language tags (86acd4b)