Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Translation] delete_inactivate_accounts -> Delete all inactive accounts #4354

Closed
1 of 7 tasks
Pofilo opened this issue Jul 3, 2018 · 1 comment · Fixed by #4355
Closed
1 of 7 tasks

[Translation] delete_inactivate_accounts -> Delete all inactive accounts #4354

Pofilo opened this issue Jul 3, 2018 · 1 comment · Fixed by #4355

Comments

@Pofilo
Copy link
Contributor

Pofilo commented Jul 3, 2018

  • Gitea version (or commit ref): Not relevant
  • Git version: Not relevant
  • Operating system: Not relevant
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist:

Description

In the admin page, in the Dashboard -> Operations, the first operation (in English) is:
Delete all inactive accounts

However, I wanted to know what inactive means (1 week, 1 month, 1 year ?). After some researches, I found that the string is the translation of delete_inactivate_accounts which calls the function DeleteInactivateUsers of models/user.go.
If we look at the function, it deletes users not activated.

So there is a misunderstanding between inactive and inactivate. It seems that other languages are also badly translated. How can we fix the meaning of the function in all the different languages ?

@daviian
Copy link
Member

daviian commented Jul 3, 2018

@Pofilo Except en-US all translations are managed in crowdin https://crowdin.com/project/gitea . Changes in en-US need a PR.

techknowlogick pushed a commit that referenced this issue Jul 3, 2018
@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants