Skip to content

Semicolons in locale_en-US.ini #23814

Closed
@kzmi

Description

@kzmi

Description

There is an issue with the locale_en-US.ini file where the following four keys contain semicolons:

  • settings.protect_protected_file_patterns
  • settings.protect_protected_file_patterns_desc
  • settings.protect_unprotected_file_patterns
  • settings.protect_unprotected_file_patterns_desc

The semicolons are causing problems because Crowdin treats a semicolon as the beginning of a comment:

image

This leads to the following issues:

  • The part of the text after the semicolon cannot be translated.
  • Crowdin appends the original comment to the end of the translation. (see locale_zh-CN.ini)

It may be possible to enclose the text in double quotes to prevent Crowdin from treating the semicolon as a comment.

Gitea Version

265675a

Can you reproduce the bug on the Gitea demo site?

Yes

Log Gist

No response

Screenshots

No response

Git Version

No response

Operating System

No response

How are you running Gitea?

Database

None

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions