Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,23 @@ we are happy to raise your limits temporarily so you can fully explore the produ
Comma is replaced with semicolon in comparison value list items.
</td>
</tr>

<tr id="translation-issue-T028">
<td>T028</td>
<td>🔵&nbsp;LOW</td>
<td>
A feature flag variation name was changed.
</td>
<td>
LaunchDarkly may allow longer variation names than ConfigCat. Also, LaunchDarkly enforces looser rules than
ConfigCat with regard to variation name uniqueness.
</td>
<td>
Names that are too long are truncated at the maximum length. Then the effective name (the truncated name or,
if no name is specified, the variation value) is checked for conflicts, and if necessary, it is made unique
by adding a number suffix.
</td>
</tr>
</tbody>
</table>

Expand Down