Changes between Version 1 and Version 2 of Ticket #36796, comment 6
- Timestamp:
- Dec 12, 2025, 9:36:17 AM (11 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36796, comment 6
v1 v2 1 In the endpoint seems to work though because `gettext_lazy('test') == 'test'` returns `True` 1 In the endpoint seems to work though because `gettext_lazy('test') == 'test'` returns `True`, while 2 `'test'.startswith(gettext_lazy('test'))` and `'test'.removeprefix(gettext_lazy('test'))` throw an error