[PR #199] [CLOSED] Remove generated language files #4008

Closed
opened 2026-03-23 21:35:53 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/199
Author: @MikeWallaceDev
Created: 12/25/2021
Status: Closed

Base: mainHead: remove_generated_files


📝 Commits (2)

  • c72a6ac Removed generated language files from source control
  • 3c3689d added pub get to workflow

📊 Changes

7 files changed (+70 additions, -392 deletions)

View changed files

📝 frontend/app_flowy/.gitignore (+3 -0)
📝 frontend/app_flowy/.vscode/launch.json (+8 -1)
📝 frontend/app_flowy/.vscode/tasks.json (+35 -13)
frontend/app_flowy/lib/generated/codegen_loader.g.dart (+0 -262)
frontend/app_flowy/lib/generated/locale_keys.g.dart (+0 -108)
frontend/scripts/generate_language_files.sh (+6 -0)
📝 frontend/scripts/makefile/flutter.toml (+18 -8)

📄 Description

No description provided


🔄 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/AppFlowy-IO/AppFlowy/pull/199 **Author:** [@MikeWallaceDev](https://github.com/MikeWallaceDev) **Created:** 12/25/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `remove_generated_files` --- ### 📝 Commits (2) - [`c72a6ac`](https://github.com/AppFlowy-IO/AppFlowy/commit/c72a6acec6e85f7b4bc25a1a69f16d6e3a9720a3) Removed generated language files from source control - [`3c3689d`](https://github.com/AppFlowy-IO/AppFlowy/commit/3c3689df3c78f64a0f67320a7cfc14bd1d496ea6) added pub get to workflow ### 📊 Changes **7 files changed** (+70 additions, -392 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/.gitignore` (+3 -0) 📝 `frontend/app_flowy/.vscode/launch.json` (+8 -1) 📝 `frontend/app_flowy/.vscode/tasks.json` (+35 -13) ➖ `frontend/app_flowy/lib/generated/codegen_loader.g.dart` (+0 -262) ➖ `frontend/app_flowy/lib/generated/locale_keys.g.dart` (+0 -108) ➕ `frontend/scripts/generate_language_files.sh` (+6 -0) 📝 `frontend/scripts/makefile/flutter.toml` (+18 -8) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:35:53 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#4008
No description provided.