0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-23 20:33:16 -05:00
logto/packages/phrases-experience
simeng-li cdaf3608c5
feat(console,experience,phrases): add user scopes descriptions (#5300)
* feat(console,experience,phrases): add user scopes descriptions

add user scopes descriptions to the phrases

* chore(console): update the comment

update the comment

* fix(console,experience): fix org scope i18n key

replace i18n ns sperator to avoid org scope colon key miss matching

* fix(console): add missing errors i18n namespace resource

add missing errors i18n namespace resource
2024-01-25 11:48:35 +08:00
..
src feat(console,experience,phrases): add user scopes descriptions (#5300) 2024-01-25 11:48:35 +08:00
CHANGELOG.md release: version packages (#4894) 2023-12-06 16:13:56 +08:00
package.json chore(deps): upgrade TypeScript (#5141) 2023-12-22 15:16:49 +08:00
README.md fix(phrases): phrase key should not contain dot (#4565) 2023-09-21 13:41:41 +00:00
tsconfig.json refactor: ui -> experience (part 2) 2023-09-15 10:29:41 +08:00

@logto/phrases-experience

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.