[PR #3564] [MERGED] Fix missing translations when updating username. #16998

Closed
opened 2025-11-02 12:23:54 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3564
Author: @bugreport0
Created: 2/22/2018
Status: Merged
Merged: 2/25/2018
Merged by: @lafriks

Base: masterHead: patch-4


📝 Commits (5)

  • 25fda29 Fix missing translations when updating username.
  • 59c166d Fix reserved username translated string test.
  • 52be69b Merge branch 'master' into patch-4
  • 39eda45 Fix 'username reserved' string test a bit more.
  • 8c15ee9 Merge branch 'master' into patch-4

📊 Changes

2 files changed (+4 additions, -4 deletions)

View changed files

📝 integrations/user_test.go (+1 -1)
📝 routers/user/setting.go (+3 -3)

📄 Description

Gitea tries to display non-existing translation strings after failing to update a username on the 'Your Settings' page. This PR (hopefully) fixes three error cases. I'm no Go expert and I can't test this, but I think it should work.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/3564 **Author:** [@bugreport0](https://github.com/bugreport0) **Created:** 2/22/2018 **Status:** ✅ Merged **Merged:** 2/25/2018 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `patch-4` --- ### 📝 Commits (5) - [`25fda29`](https://github.com/go-gitea/gitea/commit/25fda29df1e2da71eadf37c578ec79189e0cd58f) Fix missing translations when updating username. - [`59c166d`](https://github.com/go-gitea/gitea/commit/59c166d492d3ec3ca0a0e6e333c49b6c5da228aa) Fix reserved username translated string test. - [`52be69b`](https://github.com/go-gitea/gitea/commit/52be69ba6f9edfcbb8bba88353e4d225b7ea425d) Merge branch 'master' into patch-4 - [`39eda45`](https://github.com/go-gitea/gitea/commit/39eda454f5ead1b991f7f718b62ae482d3d4467f) Fix 'username reserved' string test a bit more. - [`8c15ee9`](https://github.com/go-gitea/gitea/commit/8c15ee9a1eb8f9c1b18a7fa87e8e17299135f9ed) Merge branch 'master' into patch-4 ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `integrations/user_test.go` (+1 -1) 📝 `routers/user/setting.go` (+3 -3) </details> ### 📄 Description Gitea tries to display non-existing translation strings after failing to update a username on the 'Your Settings' page. This PR (hopefully) fixes three error cases. I'm no Go expert and I can't test this, but I think it should work. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:23:54 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16998