0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/packages/phrases
Hussain Shaikh 9e9227f9fa
feat: guard text inputs for CustomHeaderField component (#4609)
* feat: guard text inputs for CustomHeaderField component

* feat: add valueValidator and update keyValidator

* fix(console): check custom header key and value only if they are not empty

* chore(phrases): add invalid input phrases for custom header field

---------

Co-authored-by: Xiao Yijun <xiaoyijun@silverhand.io>
2023-10-09 13:59:49 +08:00
..
src feat: guard text inputs for CustomHeaderField component (#4609) 2023-10-09 13:59:49 +08:00
CHANGELOG.md release: version packages (#4451) 2023-09-18 10:47:19 +00:00
package.json release: version packages (#4451) 2023-09-18 10:47:19 +00:00
README.md fix(phrases): phrase key should not contain dot (#4565) 2023-09-21 13:41:41 +00:00
tsconfig.json

@logto/phrases

See the main README for more information.

Caveats

Dots (.) are not allowed in the phrase keys. Despite i18next supporting them, they may cause issues when customizing the phrases in the Console. See this pull request for more information.