[PR #988] [MERGED] 1.6.0 #911

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

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/988
Author: @miloschwartz
Created: 6/30/2025
Status: Merged
Merged: 6/30/2025
Merged by: @miloschwartz

Base: mainHead: dev


📝 Commits (10+)

  • 7eb0847 Add first i18n stuff
  • 059081a more i18n
  • d460dd3 deleted: messages/de-DE.json
  • 9d68c56 remove language translation
  • 7f4135e New translations en-us.json (German)
  • 9e57268 deleted: messages/de-DE.json
  • 230c08e New translations en-us.json (German)
  • 576fda2 New translations en-us.json (French)
  • 8a377d7 New translations en-us.json (Italian)
  • 95fed84 New translations en-us.json (Polish)

📊 Changes

217 files changed (+15379 additions, -4380 deletions)

View changed files

📝 .dockerignore (+1 -0)
.github/workflows/linting.yml (+34 -0)
📝 .gitignore (+2 -1)
📝 Dockerfile (+4 -0)
📝 Dockerfile.pg (+4 -0)
cli/commands/setAdminCredentials.ts (+141 -0)
cli/index.ts (+11 -0)
cli/wrapper.sh (+3 -0)
📝 config/config.example.yml (+0 -5)
crowdin.yml (+3 -0)
📝 eslint.config.js (+16 -9)
📝 install/Makefile (+1 -1)
📝 install/config/config.yml (+3 -31)
📝 install/main.go (+13 -96)
internationalization/de.md (+0 -287)
internationalization/es.md (+0 -291)
internationalization/pl.md (+0 -287)
internationalization/tr.md (+0 -310)
messages/de-DE.json (+1136 -0)
messages/en-US.json (+1136 -0)

...and 80 more files

📄 Description

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

How to test?


🔄 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/fosrl/pangolin/pull/988 **Author:** [@miloschwartz](https://github.com/miloschwartz) **Created:** 6/30/2025 **Status:** ✅ Merged **Merged:** 6/30/2025 **Merged by:** [@miloschwartz](https://github.com/miloschwartz) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`7eb0847`](https://github.com/fosrl/pangolin/commit/7eb08474ff2bbe29f3a44bd184b59f54d9bbe4ae) Add first i18n stuff - [`059081a`](https://github.com/fosrl/pangolin/commit/059081ad8b240e32494764f04db986f5a90f62d4) more i18n - [`d460dd3`](https://github.com/fosrl/pangolin/commit/d460dd35c79abb63e78324b8b1098aea1325aca4) deleted: messages/de-DE.json - [`9d68c56`](https://github.com/fosrl/pangolin/commit/9d68c5666f19dbd44b3249720cce679c6ee268ef) remove language translation - [`7f4135e`](https://github.com/fosrl/pangolin/commit/7f4135e0cfa6f095ee12ce1b9134975f98e958a6) New translations en-us.json (German) - [`9e57268`](https://github.com/fosrl/pangolin/commit/9e572685bada223bd46eed4204b431e72922a565) deleted: messages/de-DE.json - [`230c08e`](https://github.com/fosrl/pangolin/commit/230c08e5412e630edf676ce36aa61fd53db68bf3) New translations en-us.json (German) - [`576fda2`](https://github.com/fosrl/pangolin/commit/576fda235767ec66890813b496c655e726766c6b) New translations en-us.json (French) - [`8a377d7`](https://github.com/fosrl/pangolin/commit/8a377d73fd325545ee2e1cbd5dfe39d53f385a93) New translations en-us.json (Italian) - [`95fed84`](https://github.com/fosrl/pangolin/commit/95fed840d41b77d811ac364fb534760df9f603f2) New translations en-us.json (Polish) ### 📊 Changes **217 files changed** (+15379 additions, -4380 deletions) <details> <summary>View changed files</summary> 📝 `.dockerignore` (+1 -0) ➕ `.github/workflows/linting.yml` (+34 -0) 📝 `.gitignore` (+2 -1) 📝 `Dockerfile` (+4 -0) 📝 `Dockerfile.pg` (+4 -0) ➕ `cli/commands/setAdminCredentials.ts` (+141 -0) ➕ `cli/index.ts` (+11 -0) ➕ `cli/wrapper.sh` (+3 -0) 📝 `config/config.example.yml` (+0 -5) ➕ `crowdin.yml` (+3 -0) 📝 `eslint.config.js` (+16 -9) 📝 `install/Makefile` (+1 -1) 📝 `install/config/config.yml` (+3 -31) 📝 `install/main.go` (+13 -96) ➖ `internationalization/de.md` (+0 -287) ➖ `internationalization/es.md` (+0 -291) ➖ `internationalization/pl.md` (+0 -287) ➖ `internationalization/tr.md` (+0 -310) ➕ `messages/de-DE.json` (+1136 -0) ➕ `messages/en-US.json` (+1136 -0) _...and 80 more files_ </details> ### 📄 Description ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description ## How to test? --- <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-13 12:13: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/pangolin#911