You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
: "",// Fallback to an empty string if the generator does not exist
91
-
prompt:
92
-
"Tip: It's best practice to use random names for your messages. Read this [guide](https://inlang.com/documentation/concept/message#idhuman-readable) for more information.",
94
+
value: generatedValue,
95
+
// Show the random-names tip only when a random generator is active
96
+
prompt: showRandomNamesTip
97
+
? "Tip: It's best practice to use random names for your messages. Read this [guide](https://inlang.com/documentation/concept/message#idhuman-readable) for more information."
0 commit comments