Merged
Conversation
Contributor
There was a problem hiding this comment.
Greptile Overview
Greptile Summary
Automated update of source file references across all 31 translation locale files following the rename from settings-permissions.guard.ts to settings-permission.guard.ts.
- Updated source file path comment (
#:) for translation IDEFQeXUin all locale files - No actual translation content was modified - only metadata comments were updated
- Changes maintain consistency with the guard file rename completed in PR #15712
- All 31 supported locales updated identically (af-ZA, ar-SA, ca-ES, cs-CZ, da-DK, de-DE, el-GR, en, es-ES, fi-FI, fr-FR, he-IL, hu-HU, it-IT, ja-JP, ko-KR, nl-NL, no-NO, pl-PL, pseudo-en, pt-BR, pt-PT, ro-RO, ru-RU, sr-Cyrl, sv-SE, tr-TR, uk-UA, vi-VN, zh-CN, zh-TW)
Confidence Score: 5/5
- This PR is completely safe to merge with zero risk
- This is a fully automated metadata update that only changes source file reference comments in translation files. No translation content, code logic, or functionality is affected. The changes are mechanical, consistent across all 31 files, and follow from the guard file rename in PR #15712.
- No files require special attention
Important Files Changed
File Analysis
| Filename | Score | Overview |
|---|---|---|
| packages/twenty-server/src/engine/core-modules/i18n/locales/en.po | 5/5 | Updated source file reference from settings-permissions.guard.ts to settings-permission.guard.ts |
| packages/twenty-server/src/engine/core-modules/i18n/locales/fr-FR.po | 5/5 | Updated source file reference from settings-permissions.guard.ts to settings-permission.guard.ts |
| packages/twenty-server/src/engine/core-modules/i18n/locales/de-DE.po | 5/5 | Updated source file reference from settings-permissions.guard.ts to settings-permission.guard.ts |
| packages/twenty-server/src/engine/core-modules/i18n/locales/es-ES.po | 5/5 | Updated source file reference from settings-permissions.guard.ts to settings-permission.guard.ts |
| packages/twenty-server/src/engine/core-modules/i18n/locales/ja-JP.po | 5/5 | Updated source file reference from settings-permissions.guard.ts to settings-permission.guard.ts |
| packages/twenty-server/src/engine/core-modules/i18n/locales/zh-CN.po | 5/5 | Updated source file reference from settings-permissions.guard.ts to settings-permission.guard.ts |
Sequence Diagram
sequenceDiagram
participant GHA as GitHub Action
participant Extractor as i18n Extractor
participant Guard as settings-permission.guard.ts
participant Locales as Translation Files (.po)
Note over GHA,Locales: Translation Extraction Process
GHA->>Extractor: Trigger translation extraction
Extractor->>Guard: Scan source files for translatable strings
Guard-->>Extractor: Return msgid "EFQeXU" with source location
Extractor->>Locales: Update source file reference in all 31 locales
Note over Locales: Update #: comment from<br/>settings-permissions.guard.ts<br/>to settings-permission.guard.ts
Locales-->>Extractor: Confirm updates applied
Extractor->>GHA: Generate PR with updated translations
GHA->>GHA: Create PR #15713
No files reviewed, no comments
Contributor
Author
LogDetails |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Created by Github action