[PR #5028] [CLOSED] Fix localized users.update_profile_success message #17601

Closed
opened 2025-11-02 14:21:43 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/5028
Author: @Jedipedia
Created: 10/6/2018
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

  • da49db0 Fix localized users.update_profile_success message

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 options/locale/locale_de-DE.ini (+1 -1)

📄 Description

In the German localization, the message users.update_profile_success contains the %s specificer to insert which user account was updated. However, in the code the name of the user account is never inserted, and the %s specifier is missing in all other languages.

Therefore, I removed the %s specifier from the German localization.


🔄 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/5028 **Author:** [@Jedipedia](https://github.com/Jedipedia) **Created:** 10/6/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`da49db0`](https://github.com/go-gitea/gitea/commit/da49db0ee226d661eac0bc9b86f2d82729a06a8e) Fix localized users.update_profile_success message ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `options/locale/locale_de-DE.ini` (+1 -1) </details> ### 📄 Description In the German localization, the message `users.update_profile_success` contains the %s specificer to insert which user account was updated. However, in the code the name of the user account is never inserted, and the %s specifier is missing in all other languages. Therefore, I removed the %s specifier from the German localization. --- <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 14:21:44 -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#17601