[PR #244] [MERGED] i18n: add untranslated strings, fix: caps #294

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

📋 Pull Request Information

Original PR: https://github.com/pd4d10/git-touch/pull/244
Author: @shreyas1599
Created: 6/10/2021
Status: Merged
Merged: 6/17/2021
Merged by: @pd4d10

Base: mainHead: consistent-capitalisation


📝 Commits (3)

  • 4d3054a i18n: add untranslated strings, fix: caps
  • ef1501a Merge branch 'main' into consistent-capitalisation
  • 46f355d fix(lint): settings

📊 Changes

14 files changed (+812 additions, -222 deletions)

View changed files

📝 lib/l10n/intl_en.arb (+510 -13)
📝 lib/screens/bb_issue_comment.dart (+2 -1)
📝 lib/screens/bb_issue_form.dart (+5 -4)
📝 lib/screens/ge_issue_comment.dart (+2 -1)
📝 lib/screens/ge_issue_form.dart (+5 -4)
📝 lib/screens/gh_issue_form.dart (+5 -4)
📝 lib/screens/gh_repo.dart (+1 -1)
📝 lib/screens/gl_issue_form.dart (+5 -4)
📝 lib/screens/gt_issue_comment.dart (+2 -1)
📝 lib/screens/gt_issue_form.dart (+5 -4)
📝 lib/screens/settings.dart (+85 -68)
📝 lib/widgets/event_item.dart (+82 -54)
📝 lib/widgets/release_item.dart (+4 -2)
📝 lib/widgets/timeline_item.dart (+99 -61)

📄 Description


🔄 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/244 **Author:** [@shreyas1599](https://github.com/shreyas1599) **Created:** 6/10/2021 **Status:** ✅ Merged **Merged:** 6/17/2021 **Merged by:** [@pd4d10](https://github.com/pd4d10) **Base:** `main` ← **Head:** `consistent-capitalisation` --- ### 📝 Commits (3) - [`4d3054a`](https://github.com/pd4d10/git-touch/commit/4d3054a4bd95a1d7c5b07f4256f86615e310d6b4) i18n: add untranslated strings, fix: caps - [`ef1501a`](https://github.com/pd4d10/git-touch/commit/ef1501a9597c5e64342e03d364bfce42e12ae008) Merge branch 'main' into consistent-capitalisation - [`46f355d`](https://github.com/pd4d10/git-touch/commit/46f355df8abb3cb3823f5e103ee7c942ffaad77d) fix(lint): settings ### 📊 Changes **14 files changed** (+812 additions, -222 deletions) <details> <summary>View changed files</summary> 📝 `lib/l10n/intl_en.arb` (+510 -13) 📝 `lib/screens/bb_issue_comment.dart` (+2 -1) 📝 `lib/screens/bb_issue_form.dart` (+5 -4) 📝 `lib/screens/ge_issue_comment.dart` (+2 -1) 📝 `lib/screens/ge_issue_form.dart` (+5 -4) 📝 `lib/screens/gh_issue_form.dart` (+5 -4) 📝 `lib/screens/gh_repo.dart` (+1 -1) 📝 `lib/screens/gl_issue_form.dart` (+5 -4) 📝 `lib/screens/gt_issue_comment.dart` (+2 -1) 📝 `lib/screens/gt_issue_form.dart` (+5 -4) 📝 `lib/screens/settings.dart` (+85 -68) 📝 `lib/widgets/event_item.dart` (+82 -54) 📝 `lib/widgets/release_item.dart` (+4 -2) 📝 `lib/widgets/timeline_item.dart` (+99 -61) </details> ### 📄 Description - closes #207 - add untranslated strings --- <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:10 -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#294