mirror of
https://github.com/logto-io/logto.git
synced 2025-01-20 21:32:31 -05:00
chore(console): update comments about hidden locale phrases (#4892)
This commit is contained in:
parent
787359c1c4
commit
728f1547ec
1 changed files with 2 additions and 3 deletions
|
@ -9,7 +9,7 @@ import {
|
|||
* Note:
|
||||
* - Not allowed customized phrases groups should be added here. Currently only the `development_tenant` group is not allowed.
|
||||
*
|
||||
* - WIP-features-related phrases groups keys should be added here and controlled by the `isDevFeaturesEnabled` flag.
|
||||
* - Unreleased feature phrase group keys should be added here and controlled by the `isDevFeaturesEnabled` flag.
|
||||
* @example
|
||||
* ```ts
|
||||
* export const hiddenLocalePhraseGroups: readonly LocalePhraseGroupKey[] = [
|
||||
|
@ -24,8 +24,7 @@ export const hiddenLocalePhraseGroups: readonly LocalePhraseGroupKey[] = ['devel
|
|||
* List of locale phrase key that should be hidden from the experience UI language editor.
|
||||
*
|
||||
* Note:
|
||||
*
|
||||
* WIP-features-related phrases keys should be added here and controlled by the `isDevFeaturesEnabled` flag.
|
||||
* Unreleased feature phrase keys should be added here and controlled by the `isDevFeaturesEnabled` flag.
|
||||
* @example
|
||||
* ```ts
|
||||
* export const hiddenLocalePhrases: readonly LocalePhraseKey[] = [
|
||||
|
|
Loading…
Add table
Reference in a new issue