SoftwareBrothers / adminjs

AdminJS is an admin panel for apps written in node.js
https://adminjs.co
MIT License
8.19k stars 662 forks source link

fix: move bool/select value translations to labels #1609

Closed dziraf closed 8 months ago

dziraf commented 8 months ago
active: 'Użytkownik aktywny?',
'active.true': 'Tak',
'active.false': 'Nie'

was changed to

active: {
  true: 'Tak',
  false: 'Nie'
}

by i18n, so we must separate keys.

github-actions[bot] commented 8 months ago

:tada: This PR is included in version 7.5.7 :tada:

The release is available on:

Your semantic-release bot :package::rocket: