Closed
Description
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:
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
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