[PR #186] [MERGED] chore: synthetic packages for i18n #280

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

📋 Pull Request Information

Original PR: https://github.com/pd4d10/git-touch/pull/186
Author: @shreyas1599
Created: 2/3/2021
Status: Merged
Merged: 2/3/2021
Merged by: @pd4d10

Base: mainHead: synthetic-package-localization


📝 Commits (1)

  • 31a4b9f chore: synthetic packages for i18n

📊 Changes

69 files changed (+250 additions, -1463 deletions)

View changed files

📝 lib/app.dart (+6 -3)
lib/generated/intl/messages_all.dart (+0 -67)
lib/generated/intl/messages_en.dart (+0 -113)
lib/generated/intl/messages_hi.dart (+0 -113)
lib/generated/l10n.dart (+0 -946)
📝 lib/home.dart (+8 -8)
lib/l10n/intl_nb.arb (+1 -0)
lib/l10n/intl_pt.arb (+1 -0)
lib/l10n/intl_zh.arb (+1 -0)
📝 lib/screens/bb_commits.dart (+2 -2)
📝 lib/screens/bb_explore.dart (+2 -2)
📝 lib/screens/bb_issues.dart (+2 -2)
📝 lib/screens/bb_pulls.dart (+2 -2)
📝 lib/screens/bb_repo.dart (+3 -3)
📝 lib/screens/bb_teams.dart (+2 -2)
📝 lib/screens/code_theme.dart (+8 -8)
📝 lib/screens/ge_blob.dart (+2 -2)
📝 lib/screens/ge_commits.dart (+2 -2)
📝 lib/screens/ge_contributors.dart (+2 -2)
📝 lib/screens/ge_files.dart (+2 -2)

...and 49 more files

📄 Description

Closes #185

Apart from this,

  • added es pt nb to supportedLocales list
  • 3 new files intl_nb, intl_zh, intl_pt - required as fallback languages (without the country code).

🔄 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/186 **Author:** [@shreyas1599](https://github.com/shreyas1599) **Created:** 2/3/2021 **Status:** ✅ Merged **Merged:** 2/3/2021 **Merged by:** [@pd4d10](https://github.com/pd4d10) **Base:** `main` ← **Head:** `synthetic-package-localization` --- ### 📝 Commits (1) - [`31a4b9f`](https://github.com/pd4d10/git-touch/commit/31a4b9f0f0fde41f35dbe25150bab92811059773) chore: synthetic packages for i18n ### 📊 Changes **69 files changed** (+250 additions, -1463 deletions) <details> <summary>View changed files</summary> 📝 `lib/app.dart` (+6 -3) ➖ `lib/generated/intl/messages_all.dart` (+0 -67) ➖ `lib/generated/intl/messages_en.dart` (+0 -113) ➖ `lib/generated/intl/messages_hi.dart` (+0 -113) ➖ `lib/generated/l10n.dart` (+0 -946) 📝 `lib/home.dart` (+8 -8) ➕ `lib/l10n/intl_nb.arb` (+1 -0) ➕ `lib/l10n/intl_pt.arb` (+1 -0) ➕ `lib/l10n/intl_zh.arb` (+1 -0) 📝 `lib/screens/bb_commits.dart` (+2 -2) 📝 `lib/screens/bb_explore.dart` (+2 -2) 📝 `lib/screens/bb_issues.dart` (+2 -2) 📝 `lib/screens/bb_pulls.dart` (+2 -2) 📝 `lib/screens/bb_repo.dart` (+3 -3) 📝 `lib/screens/bb_teams.dart` (+2 -2) 📝 `lib/screens/code_theme.dart` (+8 -8) 📝 `lib/screens/ge_blob.dart` (+2 -2) 📝 `lib/screens/ge_commits.dart` (+2 -2) 📝 `lib/screens/ge_contributors.dart` (+2 -2) 📝 `lib/screens/ge_files.dart` (+2 -2) _...and 49 more files_ </details> ### 📄 Description Closes #185 Apart from this, - added `es` `pt` `nb` to `supportedLocales` list - 3 new files `intl_nb`, `intl_zh`, `intl_pt` - required as fallback languages (without the country code). --- <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:08:52 -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#280