[PR #309] update: flutter version 3.13 & dart 3.1 #302

Open
opened 2025-10-31 17:09:19 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pd4d10/git-touch/pull/309
Author: @isaron
Created: 9/18/2023
Status: 🔄 Open

Base: mainHead: main


📝 Commits (10+)

  • 547005d Translated using Weblate (Italian)
  • 8c1fc09 chore: Translated using Weblate (Portuguese (Brazil))
  • 7ff9698 chore: Translated using Weblate (German)
  • 88ea346 chore: Translated using Weblate (Dutch)
  • 824f526 chore: Translated using Weblate (Spanish)
  • c825799 chore: Translated using Weblate (Indonesian)
  • 25a0f4d chore: Translated using Weblate (Czech)
  • ea98b81 chore: Translated using Weblate (Romanian)
  • 219e5d6 chore: Translated using Weblate (Turkish)
  • 1228233 chore: Translated using Weblate (Chinese (Simplified))

📊 Changes

108 files changed (+7965 additions, -1112 deletions)

View changed files

.github/workflows/dart.yml (+38 -0)
📝 .github/workflows/lint.yml (+3 -3)
📝 .gitignore (+0 -1)
📝 CHANGELOG.md (+116 -70)
📝 android/app/build.gradle (+1 -1)
📝 android/build.gradle (+2 -2)
📝 l10n.yaml (+1 -1)
lib/l10n/intl_cs.arb (+110 -0)
📝 lib/l10n/intl_de.arb (+514 -17)
📝 lib/l10n/intl_en.arb (+4 -3)
📝 lib/l10n/intl_es.arb (+519 -5)
📝 lib/l10n/intl_fr.arb (+508 -11)
lib/l10n/intl_gl.arb (+278 -0)
📝 lib/l10n/intl_id.arb (+526 -12)
lib/l10n/intl_it.arb (+350 -0)
📝 lib/l10n/intl_ja.arb (+11 -7)
lib/l10n/intl_ko.arb (+1 -0)
📝 lib/l10n/intl_nl.arb (+518 -4)
📝 lib/l10n/intl_pt.arb (+178 -13)
📝 lib/l10n/intl_pt_BR.arb (+175 -10)

...and 80 more files

📄 Description

Merged translations to correct i10n .arb files and dart fix apply.

ps: need more reviews


🔄 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/pd4d10/git-touch/pull/309 **Author:** [@isaron](https://github.com/isaron) **Created:** 9/18/2023 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`547005d`](https://github.com/pd4d10/git-touch/commit/547005dd4fd68382abaef8ff9796cc8a9faa52bb) Translated using Weblate (Italian) - [`8c1fc09`](https://github.com/pd4d10/git-touch/commit/8c1fc099fd52b1f36e0fa9222afbe0e596e17ee4) chore: Translated using Weblate (Portuguese (Brazil)) - [`7ff9698`](https://github.com/pd4d10/git-touch/commit/7ff96982907664114e14b4b6adac920545d89a7a) chore: Translated using Weblate (German) - [`88ea346`](https://github.com/pd4d10/git-touch/commit/88ea346c5ed1a2042b1eee2fbc77a9439ec1c211) chore: Translated using Weblate (Dutch) - [`824f526`](https://github.com/pd4d10/git-touch/commit/824f526dff0603ccf1bcac6e807e3c3e426b4cd2) chore: Translated using Weblate (Spanish) - [`c825799`](https://github.com/pd4d10/git-touch/commit/c825799a87c007ddd079aca6ea57b23e0543b381) chore: Translated using Weblate (Indonesian) - [`25a0f4d`](https://github.com/pd4d10/git-touch/commit/25a0f4dc34a785f1d957555eb8b9cc72cd9ef7e8) chore: Translated using Weblate (Czech) - [`ea98b81`](https://github.com/pd4d10/git-touch/commit/ea98b8102aae7bd446d6ab7bcc1d74b2afcfda03) chore: Translated using Weblate (Romanian) - [`219e5d6`](https://github.com/pd4d10/git-touch/commit/219e5d6373ca5b869563efe6834b3dc4d59d67ee) chore: Translated using Weblate (Turkish) - [`1228233`](https://github.com/pd4d10/git-touch/commit/122823314b38180f8c6ac784131677c7c55612b0) chore: Translated using Weblate (Chinese (Simplified)) ### 📊 Changes **108 files changed** (+7965 additions, -1112 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/dart.yml` (+38 -0) 📝 `.github/workflows/lint.yml` (+3 -3) 📝 `.gitignore` (+0 -1) 📝 `CHANGELOG.md` (+116 -70) 📝 `android/app/build.gradle` (+1 -1) 📝 `android/build.gradle` (+2 -2) 📝 `l10n.yaml` (+1 -1) ➕ `lib/l10n/intl_cs.arb` (+110 -0) 📝 `lib/l10n/intl_de.arb` (+514 -17) 📝 `lib/l10n/intl_en.arb` (+4 -3) 📝 `lib/l10n/intl_es.arb` (+519 -5) 📝 `lib/l10n/intl_fr.arb` (+508 -11) ➕ `lib/l10n/intl_gl.arb` (+278 -0) 📝 `lib/l10n/intl_id.arb` (+526 -12) ➕ `lib/l10n/intl_it.arb` (+350 -0) 📝 `lib/l10n/intl_ja.arb` (+11 -7) ➕ `lib/l10n/intl_ko.arb` (+1 -0) 📝 `lib/l10n/intl_nl.arb` (+518 -4) 📝 `lib/l10n/intl_pt.arb` (+178 -13) 📝 `lib/l10n/intl_pt_BR.arb` (+175 -10) _...and 80 more files_ </details> ### 📄 Description Merged translations to correct i10n .arb files and dart fix apply. ps: need more reviews --- <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-10-31 17:09:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/git-touch#302