Skip to content

Fix/fr localization assets - #3603

Open
kaizencode-art wants to merge 2 commits into
iluwatar:masterfrom
kaizencode-art:fix/fr-localization-assets
Open

Fix/fr localization assets#3603
kaizencode-art wants to merge 2 commits into
iluwatar:masterfrom
kaizencode-art:fix/fr-localization-assets

Conversation

@kaizencode-art

Copy link
Copy Markdown

The French localization is missing its etc/ images and uses repository-relative image links that break when published.

This adds the 13 missing diagrams, makes the links local, fixes the misspelled acyclic-visitore folder, and renamesaggregator-microservicesand api-gateway to match the current pattern directories.

No translated prose is modified; only image paths change.

Context: iluwatar/java-design-patterns-vuepress-web#119.

@github-actions

github-actions Bot commented Sep 6, 2026

Copy link
Copy Markdown

PR Summary

Fixed/fr localization assets: added missing diagrams, corrected folder names, and switched image links to local paths to align with upstream pattern directories. No translated prose was modified. Also updated folder names: aggregator-microservices -> microservices-aggregrator and api-gateway -> microservices-api-gateway to match current patterns.

Changes

File Summary
localization/fr/abstract-document/README.md Updated the class diagram image link from a repository-relative path to a local path: ./etc/abstract-document.png to ensure the diagram loads after publishing.
localization/fr/abstract-document/etc/abstract-document.png New diagram image file for the Abstract Document pattern in French localization.
localization/fr/abstract-factory/README.md Changed class diagram image link to local path ./etc/abstract-factory.urm.png.
localization/fr/abstract-factory/etc/abstract-factory.urm.png New diagram image file for the Abstract Factory pattern.
localization/fr/active-object/README.md Changed class diagram image link to local path ./etc/active-object.urm.png.
localization/fr/active-object/etc/active-object.urm.png New Active Object diagram image file.
localization/fr/acyclic-visitor/README.md Renamed directory from acyclic-visitore to acyclic-visitor and updated diagram link to ./etc/acyclic-visitor.png.
localization/fr/acyclic-visitor/etc/acyclic-visitor.png New Acyclic Visitor diagram image.
localization/fr/adapter/README.md Changed class diagram image link to local path ./etc/adapter.urm.png.
localization/fr/adapter/etc/adapter.urm.png New Adapter diagram image file.
localization/fr/ambassador/README.md Changed class diagram image link to local path ./etc/ambassador.urm.png.
localization/fr/ambassador/etc/ambassador.urm.png New Ambassador diagram image file.
localization/fr/async-method-invocation/README.md Changed diagram image link to local path ./etc/async-method-invocation.png.
localization/fr/async-method-invocation/etc/async-method-invocation.png New Async Method Invocation diagram image.
localization/fr/balking/README.md Changed diagram image link to local path ./etc/balking.png.
localization/fr/balking/etc/balking.png New Balking diagram image file.
localization/fr/bridge/README.md Changed class diagram image link to local path ./etc/bridge.urm.png.
localization/fr/bridge/etc/bridge.urm.png New Bridge diagram image file.
localization/fr/builder/etc/builder.urm.png New Builder diagram image file.
localization/fr/business-delegate/etc/business-delegate.urm.png New Business Delegate diagram image file.
localization/fr/microservices-aggregrator/README.md Renamed from aggregator-microservices to microservices-aggregrator and updated the diagram image path to local ./aggregator-service/etc/aggregator-service.png.
localization/fr/microservices-aggregrator/aggregator-service/etc/aggregator-service.png New Aggregator Service diagram image.
localization/fr/microservices-api-gateway/README.md Renamed from api-gateway to microservices-api-gateway and updated the diagram image path to local ./etc/api-gateway.png.
localization/fr/microservices-api-gateway/etc/api-gateway.png New API Gateway diagram image.

autogenerated by presubmit.ai

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

LGTM!

Review Summary

Commits Considered (2)
  • ed9016d: docs: fr: rename localization folders to match upstream pattern directories
  • 5537f26: docs: fr: add missing pattern images and fix acyclic-visitor folder name
Files Processed (24)
  • localization/fr/abstract-document/README.md (1 hunk)
  • localization/fr/abstract-document/etc/abstract-document.png (0 hunks)
  • localization/fr/abstract-factory/README.md (1 hunk)
  • localization/fr/abstract-factory/etc/abstract-factory.urm.png (0 hunks)
  • localization/fr/active-object/README.md (1 hunk)
  • localization/fr/active-object/etc/active-object.urm.png (0 hunks)
  • localization/fr/acyclic-visitor/README.md (from localization/fr/acyclic-visitore/README.md) (1 hunk)
  • localization/fr/acyclic-visitor/etc/acyclic-visitor.png (0 hunks)
  • localization/fr/adapter/README.md (1 hunk)
  • localization/fr/adapter/etc/adapter.urm.png (0 hunks)
  • localization/fr/ambassador/README.md (1 hunk)
  • localization/fr/ambassador/etc/ambassador.urm.png (0 hunks)
  • localization/fr/async-method-invocation/README.md (1 hunk)
  • localization/fr/async-method-invocation/etc/async-method-invocation.png (0 hunks)
  • localization/fr/balking/README.md (1 hunk)
  • localization/fr/balking/etc/balking.png (0 hunks)
  • localization/fr/bridge/README.md (1 hunk)
  • localization/fr/bridge/etc/bridge.urm.png (0 hunks)
  • localization/fr/builder/etc/builder.urm.png (0 hunks)
  • localization/fr/business-delegate/etc/business-delegate.urm.png (0 hunks)
  • localization/fr/microservices-aggregrator/README.md (from localization/fr/aggregator-microservices/README.md) (1 hunk)
  • localization/fr/microservices-aggregrator/aggregator-service/etc/aggregator-service.png (0 hunks)
  • localization/fr/microservices-api-gateway/README.md (from localization/fr/api-gateway/README.md) (1 hunk)
  • localization/fr/microservices-api-gateway/etc/api-gateway.png (0 hunks)
Actionable Comments (0)
Skipped Comments (11)
  • localization/fr/abstract-document/README.md [171-171]

    readability: "Use local asset path for diagram"

  • localization/fr/abstract-factory/README.md [179-179]

    readability: "Local asset path for Abstract Factory diagram"

  • localization/fr/active-object/README.md [124-124]

    readability: "Active Object diagram asset path"

  • localization/fr/acyclic-visitor/README.md [125-125]

    maintainability: "Acyclic Visitor diagram path after rename"

  • localization/fr/adapter/README.md [95-95]

    readability: "Adapter diagram local asset path"

  • localization/fr/ambassador/README.md [175-175]

    readability: "Ambassador diagram asset path"

  • localization/fr/async-method-invocation/README.md [151-151]

    readability: "Async Method Invocation diagram path"

  • localization/fr/balking/README.md [117-117]

    readability: "Balking diagram path"

  • localization/fr/bridge/README.md [197-197]

    readability: "Bridge diagram asset path"

  • localization/fr/microservices-aggregrator/README.md [96-96]

    readability: "Aggregator Microservice diagram path"

  • localization/fr/microservices-api-gateway/README.md [145-145]

    readability: "API Gateway diagram path"

@codecov

codecov Bot commented Sep 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.80%. Comparing base (41625d8) to head (ed9016d).

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #3603      +/-   ##
============================================
+ Coverage     83.79%   83.80%   +0.01%     
- Complexity     4277     4279       +2     
============================================
  Files          1121     1121              
  Lines         15144    15144              
  Branches        723      723              
============================================
+ Hits          12690    12692       +2     
+ Misses         2159     2157       -2     
  Partials        295      295              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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