[PR #226] [CLOSED] suggested locale fixes #15235

Closed
opened 2025-11-02 11:41:59 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/226
Author: @stroucki
Created: 11/23/2016
Status: Closed

Base: masterHead: 20161013locale


📝 Commits (10+)

📊 Changes

147 files changed (+3825 additions, -1785 deletions)

View changed files

.drone.yml (+114 -0)
.drone.yml.sig (+1 -0)
📝 .editorconfig (+6 -6)
.gitattributes (+0 -11)
.github/ISSUE_TEMPLATE.md (+0 -24)
.github/PULL_REQUEST_TEMPLATE.md (+0 -10)
.github/issue_template.md (+19 -0)
.github/pull_request_template.md (+7 -0)
.mailmap (+0 -2)
.travis.yml (+0 -36)
📝 CONTRIBUTING.md (+30 -117)
CONTRIBUTORS (+0 -9)
📝 MAINTAINERS (+4 -2)
📝 Makefile (+22 -7)
📝 README.md (+15 -10)
📝 cmd/web.go (+11 -15)
📝 conf/app.ini (+4 -2)
📝 conf/locale/locale_cs-CZ.ini (+73 -73)
📝 conf/locale/locale_de-DE.ini (+19 -19)
📝 conf/locale/locale_en-US.ini (+2 -2)

...and 80 more files

📄 Description

(copied from original)

This addresses the Spanish part of #3764 and two instances of non-ascii apostrophes that caught my eye. Also, some untranslated German messages are translated.


🔄 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/226 **Author:** [@stroucki](https://github.com/stroucki) **Created:** 11/23/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `20161013locale` --- ### 📝 Commits (10+) - [`d63aa64`](https://github.com/go-gitea/gitea/commit/d63aa64d105cda35e050e22d2df65777ba037201) suggested locale fixes - [`72f0a9b`](https://github.com/go-gitea/gitea/commit/72f0a9bcf3cb691668f296ea573472d4c7f8f93c) Edits to German localization - [`2a449bd`](https://github.com/go-gitea/gitea/commit/2a449bd4b12545b904cfdd591fcf17afebf6a3c6) Fix typos - [`3a3782b`](https://github.com/go-gitea/gitea/commit/3a3782bb7fed768c1e832ff4c0a77f2f5281ed05) Handle ssh key import better (#224) - [`3917ed4`](https://github.com/go-gitea/gitea/commit/3917ed45de063b4e8868610c82d8172020d572fd) golint fixed for routers (#208) - [`fb3bb69`](https://github.com/go-gitea/gitea/commit/fb3bb69ec6b062a7ac260208ef2c9a3711d15de1) golint fixed for modules/base - [`6ed7f26`](https://github.com/go-gitea/gitea/commit/6ed7f269f198b5a57e5bc7eca6ddec4980417899) Move init functions from routers/install to routers/init (#230) - [`ad3d6b7`](https://github.com/go-gitea/gitea/commit/ad3d6b7fffd9ee1380e7149cc2c5bfc7c3396891) Lint and document manager api - [`5301a5d`](https://github.com/go-gitea/gitea/commit/5301a5db3a8c6d1e45a95b17877b7ac4b113062a) Have the deault 'all' rule just build - [`4dd1eb5`](https://github.com/go-gitea/gitea/commit/4dd1eb57bd205f52ce3be3b04e9b2c6f70d39544) Lint issue.go ### 📊 Changes **147 files changed** (+3825 additions, -1785 deletions) <details> <summary>View changed files</summary> ➕ `.drone.yml` (+114 -0) ➕ `.drone.yml.sig` (+1 -0) 📝 `.editorconfig` (+6 -6) ➖ `.gitattributes` (+0 -11) ➖ `.github/ISSUE_TEMPLATE.md` (+0 -24) ➖ `.github/PULL_REQUEST_TEMPLATE.md` (+0 -10) ➕ `.github/issue_template.md` (+19 -0) ➕ `.github/pull_request_template.md` (+7 -0) ➖ `.mailmap` (+0 -2) ➖ `.travis.yml` (+0 -36) 📝 `CONTRIBUTING.md` (+30 -117) ➖ `CONTRIBUTORS` (+0 -9) 📝 `MAINTAINERS` (+4 -2) 📝 `Makefile` (+22 -7) 📝 `README.md` (+15 -10) 📝 `cmd/web.go` (+11 -15) 📝 `conf/app.ini` (+4 -2) 📝 `conf/locale/locale_cs-CZ.ini` (+73 -73) 📝 `conf/locale/locale_de-DE.ini` (+19 -19) 📝 `conf/locale/locale_en-US.ini` (+2 -2) _...and 80 more files_ </details> ### 📄 Description (copied from original) This addresses the Spanish part of #3764 and two instances of non-ascii apostrophes that caught my eye. Also, some untranslated German messages are translated. --- <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 11:41:59 -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#15235