[PR #2913] [MERGED] Update go-ini dependency and remove semicolon hack in translations #16660

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2913
Author: @lafriks
Created: 11/14/2017
Status: Merged
Merged: 11/15/2017
Merged by: @lunny

Base: masterHead: feat/remove_semicolon_locale_hack


📝 Commits (3)

  • cf31407 Update go-ini dependency and remove semicolon hack in translations
  • 69eb3dc Merge branch 'master' into feat/remove_semicolon_locale_hack
  • 3252fe2 Merge branch 'master' into feat/remove_semicolon_locale_hack

📊 Changes

17 files changed (+584 additions, -429 deletions)

View changed files

📝 modules/templates/helper.go (+0 -4)
📝 options/locale/locale_en-US.ini (+2 -2)
📝 templates/repo/issue/view_content/comments.tmpl (+1 -1)
vendor/github.com/Unknwon/i18n/Makefile (+12 -0)
📝 vendor/github.com/Unknwon/i18n/README.md (+4 -2)
📝 vendor/github.com/Unknwon/i18n/i18n.go (+19 -13)
📝 vendor/gopkg.in/ini.v1/LICENSE (+1 -1)
📝 vendor/gopkg.in/ini.v1/Makefile (+4 -1)
📝 vendor/gopkg.in/ini.v1/README.md (+23 -6)
📝 vendor/gopkg.in/ini.v1/README_ZH.md (+23 -6)
vendor/gopkg.in/ini.v1/file.go (+392 -0)
📝 vendor/gopkg.in/ini.v1/ini.go (+8 -373)
📝 vendor/gopkg.in/ini.v1/key.go (+35 -7)
📝 vendor/gopkg.in/ini.v1/parser.go (+31 -5)
📝 vendor/gopkg.in/ini.v1/section.go (+9 -0)
📝 vendor/gopkg.in/ini.v1/struct.go (+14 -2)
📝 vendor/vendor.json (+6 -6)

📄 Description

As title


🔄 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/2913 **Author:** [@lafriks](https://github.com/lafriks) **Created:** 11/14/2017 **Status:** ✅ Merged **Merged:** 11/15/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `feat/remove_semicolon_locale_hack` --- ### 📝 Commits (3) - [`cf31407`](https://github.com/go-gitea/gitea/commit/cf31407e6c3252d20c4dac13844332bc655cffde) Update go-ini dependency and remove semicolon hack in translations - [`69eb3dc`](https://github.com/go-gitea/gitea/commit/69eb3dc6603675d17df65c57665810bfb0f1ebde) Merge branch 'master' into feat/remove_semicolon_locale_hack - [`3252fe2`](https://github.com/go-gitea/gitea/commit/3252fe2c489ea465d301e65014c34839b0d853bd) Merge branch 'master' into feat/remove_semicolon_locale_hack ### 📊 Changes **17 files changed** (+584 additions, -429 deletions) <details> <summary>View changed files</summary> 📝 `modules/templates/helper.go` (+0 -4) 📝 `options/locale/locale_en-US.ini` (+2 -2) 📝 `templates/repo/issue/view_content/comments.tmpl` (+1 -1) ➕ `vendor/github.com/Unknwon/i18n/Makefile` (+12 -0) 📝 `vendor/github.com/Unknwon/i18n/README.md` (+4 -2) 📝 `vendor/github.com/Unknwon/i18n/i18n.go` (+19 -13) 📝 `vendor/gopkg.in/ini.v1/LICENSE` (+1 -1) 📝 `vendor/gopkg.in/ini.v1/Makefile` (+4 -1) 📝 `vendor/gopkg.in/ini.v1/README.md` (+23 -6) 📝 `vendor/gopkg.in/ini.v1/README_ZH.md` (+23 -6) ➕ `vendor/gopkg.in/ini.v1/file.go` (+392 -0) 📝 `vendor/gopkg.in/ini.v1/ini.go` (+8 -373) 📝 `vendor/gopkg.in/ini.v1/key.go` (+35 -7) 📝 `vendor/gopkg.in/ini.v1/parser.go` (+31 -5) 📝 `vendor/gopkg.in/ini.v1/section.go` (+9 -0) 📝 `vendor/gopkg.in/ini.v1/struct.go` (+14 -2) 📝 `vendor/vendor.json` (+6 -6) </details> ### 📄 Description As title --- <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:15:45 -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#16660