Skip to content

i18n - translations#15713

Merged
FelixMalfait merged 1 commit intomainfrom
i18n
Nov 7, 2025
Merged

i18n - translations#15713
FelixMalfait merged 1 commit intomainfrom
i18n

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Nov 7, 2025

Created by Github action

Copy link
Copy Markdown
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 ID EFQeXU in 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
Loading

No files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@FelixMalfait FelixMalfait merged commit 0ca0cce into main Nov 7, 2025
6 checks passed
@FelixMalfait FelixMalfait deleted the i18n branch November 7, 2025 17:33
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions bot commented Nov 7, 2025

Fails
🚫

node failed.

Log

Details
�[31mError: �[39m SyntaxError: Unexpected end of JSON input
    at JSON.parse (<anonymous>)
�[90m    at parseJSONFromBytes (node:internal/deps/undici/undici:6433:19)�[39m
�[90m    at successSteps (node:internal/deps/undici/undici:6414:27)�[39m
�[90m    at readAllBytes (node:internal/deps/undici/undici:5380:13)�[39m
�[90m    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)�[39m
danger-results://tmp/danger-results-3ffbf8a6.json

Generated by 🚫 dangerJS against a1c6005

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant