Skip to content

Issue: Extra space in translation #1302

@serhii73

Description

@serhii73

When translating dates in certain languages, skip tokens (like Finnish "klo" meaning "o'clock") that are removed during translation leave behind extra whitespace, resulting in double spaces in the output.

Example:

Input: "28 maalis klo 9:37" (Finnish)
Current output: "28 march 9:37" (with double space)
Expected output: "28 march 9:37" (with single space)

#1301 (comment)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions