Problem with formatting some phrases only for the Russian language. Other languages is OK. #5738

Closed
opened 2025-11-02 06:34:33 -06:00 by GiteaMirror · 4 comments
Owner

Originally created by @small75 on GitHub (Jul 13, 2020).

Description

Problem with formatting some phrases only for the Russian language. Other languages is OK.
I have this:
image

instead this:
image

in crowdin.com it's OK
image

Originally created by @small75 on GitHub (Jul 13, 2020). <!-- NOTE: If your issue is a security concern, please send an email to security@gitea.io instead of opening a public issue --> <!-- 1. Please speak English, this is the language all maintainers can speak and write. 2. Please ask questions or configuration/deploy problems on our Discord server (https://discord.gg/gitea) or forum (https://discourse.gitea.io). 3. Please take a moment to check that your issue doesn't already exist. 4. Please give all relevant information below for bug reports, because incomplete details will be handled as an invalid report. --> - Gitea version (or commit ref): from 1.12.x (current 1.12.2) - Git version: 2.20.1 - Operating system: Debian 9.1 - Database (use `[x]`): - [ ] PostgreSQL - [x] MySQL - [ ] MSSQL - [ ] SQLite - Can you reproduce the bug at https://try.gitea.io: - [x] Yes (provide example URL) https://try.gitea.io/Small75/my/issues?q=&type=all&sort=&state=closed&labels=&milestone=0&assignee=0 previous set language in settings page: русский(russian) - [ ] No - [ ] Not relevant - Log gist: ## Description Problem with formatting some phrases only for the Russian language. Other languages is OK. **I have this:** ![image](https://user-images.githubusercontent.com/37901315/87312633-7d048280-c529-11ea-8f7b-ec1961724652.png) **instead this:** ![image](https://user-images.githubusercontent.com/37901315/87312765-aae9c700-c529-11ea-9644-5a9c7460a2d9.png) **in crowdin.com it's OK** ![image](https://user-images.githubusercontent.com/37901315/87313181-2cd9f000-c52a-11ea-9017-e31322adcae2.png)
GiteaMirror added the modifies/translation label 2025-11-02 06:34:33 -06:00
Author
Owner

@small75 commented on GitHub (Jul 13, 2020):

In merged pull https://try.gitea.io/Small75/my/pulls/2
image

@small75 commented on GitHub (Jul 13, 2020): In merged pull https://try.gitea.io/Small75/my/pulls/2 ![image](https://user-images.githubusercontent.com/37901315/87314706-4bd98180-c52c-11ea-9e46-307bc5911b91.png)
Author
Owner

@zeripath commented on GitHub (Jul 13, 2020):

Crowdin is not correct:

... %[3]с ...

Should be %[3]s

Please note the с here is not a Latin c but rather a Cyrillic с.

@zeripath commented on GitHub (Jul 13, 2020): Crowdin is not correct: ``` ... %[3]с ... ``` Should be `%[3]s` Please note the `с` here is not a Latin `c` but rather a Cyrillic `с`.
Author
Owner

@zeripath commented on GitHub (Jul 13, 2020):

I've fixed 19 strings on crowdin and used my approving powers to reapprove the fixed strings.

@zeripath commented on GitHub (Jul 13, 2020): I've fixed 19 strings on crowdin and used my approving powers to reapprove the fixed strings.
Author
Owner

@small75 commented on GitHub (Jul 14, 2020):

thanks

@small75 commented on GitHub (Jul 14, 2020): thanks
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#5738