Skip to content

GUACAMOLE-2172: Update italian localization#1182

Draft
enrymari wants to merge 126 commits into
apache:patchfrom
enrymari:main
Draft

GUACAMOLE-2172: Update italian localization#1182
enrymari wants to merge 126 commits into
apache:patchfrom
enrymari:main

Conversation

@enrymari

@enrymari enrymari commented Mar 5, 2026

Copy link
Copy Markdown

I tried to update the Italian localization, it.json

mike-jumper and others added 30 commits August 6, 2024 16:38
…s for later consumption by name-specific handlers.
@necouchman

Copy link
Copy Markdown
Contributor

I'm closing this in favor of #1181 - if the changes, here, still need to be made separate from that, please re-open and clean up the extra commits.

necouchman and others added 8 commits May 5, 2026 13:40
A clipboard stream may arrive in the recording before the first sync
instruction sets lastTimestamp, leaving stream.timestamp at 0 when the
event is finalized. The resulting event timestamp is then computed as
0 - startTimestamp, producing a large negative value.

When the recording player renders the affected batch, it calls
playerTimeService.formatTime(value) on that negative timestamp. The
leading '-' breaks the regex match used to strip leading zeroes,
.exec() returns null, and indexing null throws a TypeError inside
$interpolate. Angular swallows the exception and leaves the
"{{ formatTime(batch.events[0].timestamp) }}" placeholder literal in
the DOM for that batch.

Clamp the event timestamp to a minimum of 0 so clipboard syncs that
predate the first sync instruction land at the start of the playback
timeline.
@mike-jumper
mike-jumper marked this pull request as draft July 14, 2026 03:54
@mike-jumper
mike-jumper changed the base branch from staging/1.6.1 to patch July 14, 2026 03:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants