[PR #2057] [MERGED] Make time diff translatable #16207

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2057
Author: @lafriks
Created: 6/24/2017
Status: Merged
Merged: 6/28/2017
Merged by: @lunny

Base: masterHead: translatable_diff


📝 Commits (1)

  • 24d8f22 Make time diff translatable

📊 Changes

9 files changed (+67 additions, -101 deletions)

View changed files

📝 models/mail.go (+3 -3)
📝 modules/base/tool.go (+30 -63)
📝 modules/base/tool_test.go (+7 -9)
📝 options/locale/locale_en-US.ini (+17 -16)
📝 routers/admin/admin.go (+1 -1)
📝 routers/dev/template.go (+2 -2)
📝 routers/user/auth.go (+5 -5)
📝 routers/user/auth_openid.go (+1 -1)
📝 routers/user/setting.go (+1 -1)

📄 Description

Changed also all other language files as otherwise they would be in broken shape


🔄 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/2057 **Author:** [@lafriks](https://github.com/lafriks) **Created:** 6/24/2017 **Status:** ✅ Merged **Merged:** 6/28/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `translatable_diff` --- ### 📝 Commits (1) - [`24d8f22`](https://github.com/go-gitea/gitea/commit/24d8f227f095ee778db5763b07d91a2602770340) Make time diff translatable ### 📊 Changes **9 files changed** (+67 additions, -101 deletions) <details> <summary>View changed files</summary> 📝 `models/mail.go` (+3 -3) 📝 `modules/base/tool.go` (+30 -63) 📝 `modules/base/tool_test.go` (+7 -9) 📝 `options/locale/locale_en-US.ini` (+17 -16) 📝 `routers/admin/admin.go` (+1 -1) 📝 `routers/dev/template.go` (+2 -2) 📝 `routers/user/auth.go` (+5 -5) 📝 `routers/user/auth_openid.go` (+1 -1) 📝 `routers/user/setting.go` (+1 -1) </details> ### 📄 Description Changed also all other language files as otherwise they would be in broken shape --- <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:04:46 -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#16207