Skip to content

WEB-908 Implement "Loan Reschedules" title and Localization in "Loan Reschedules" across mutiple language#3478

Merged
IOhacker merged 1 commit intoopenMF:devfrom
JaySoni1:WEB-908-missing-loan-reschedules-localization-across-multiple-language-files
Apr 7, 2026
Merged

WEB-908 Implement "Loan Reschedules" title and Localization in "Loan Reschedules" across mutiple language#3478
IOhacker merged 1 commit intoopenMF:devfrom
JaySoni1:WEB-908-missing-loan-reschedules-localization-across-multiple-language-files

Conversation

@JaySoni1
Copy link
Copy Markdown
Contributor

@JaySoni1 JaySoni1 commented Apr 7, 2026

Changes Made :-

-Implement Loan Reschedules title and synchronize Loan Reschedules in multi-language translations in Loan module .

WEB-908

Before :-
image

After :-
image

Summary by CodeRabbit

  • New Features

    • Added a Loan Reschedules section with navigation metadata for title and breadcrumb display.
  • Localization

    • Added translations for "Loan Reschedules" across 13 locales (including Czech, German, English, Spanish variants, French, Italian, Korean, Lithuanian, Latvian, Nepali, Portuguese, and Swahili).

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 7, 2026

Note

.coderabbit.yaml has unrecognized properties

CodeRabbit is using all valid settings from your configuration. Unrecognized properties (listed below) have been ignored and may indicate typos or deprecated fields that can be removed.

⚠️ Parsing warnings (1)
Validation error: Unrecognized key(s) in object: 'pre_merge_checks'
⚙️ Configuration instructions
  • Please see the configuration documentation for more information.
  • You can also validate your configuration using the online YAML validator.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: fda5f710-b2f7-48f5-9e26-6c2f399edee1

📥 Commits

Reviewing files that changed from the base of the PR and between a06dcb7 and ef60220.

📒 Files selected for processing (14)
  • src/app/loans/loans-routing.module.ts
  • src/assets/translations/cs-CS.json
  • src/assets/translations/de-DE.json
  • src/assets/translations/en-US.json
  • src/assets/translations/es-CL.json
  • src/assets/translations/es-MX.json
  • src/assets/translations/fr-FR.json
  • src/assets/translations/it-IT.json
  • src/assets/translations/ko-KO.json
  • src/assets/translations/lt-LT.json
  • src/assets/translations/lv-LV.json
  • src/assets/translations/ne-NE.json
  • src/assets/translations/pt-PT.json
  • src/assets/translations/sw-SW.json
✅ Files skipped from review due to trivial changes (14)
  • src/assets/translations/en-US.json
  • src/app/loans/loans-routing.module.ts
  • src/assets/translations/pt-PT.json
  • src/assets/translations/it-IT.json
  • src/assets/translations/ne-NE.json
  • src/assets/translations/ko-KO.json
  • src/assets/translations/cs-CS.json
  • src/assets/translations/sw-SW.json
  • src/assets/translations/es-CL.json
  • src/assets/translations/de-DE.json
  • src/assets/translations/lv-LV.json
  • src/assets/translations/es-MX.json
  • src/assets/translations/lt-LT.json
  • src/assets/translations/fr-FR.json

Walkthrough

Routing metadata for the loan-reschedules route was added (title and breadcrumb). Additionally, a new "Loan Reschedules" translation key was added across 13 locale JSON files (cs-CS, de-DE, en-US, es-CL, es-MX, fr-FR, it-IT, ko-KO, lt-LT, lv-LV, ne-NE, pt-PT, sw-SW).

Changes

Cohort / File(s) Summary
Routing Configuration
src/app/loans/loans-routing.module.ts
Added data metadata (title: "Loan Reschedules", breadcrumb: "Loan Reschedules", routeParamBreadcrumb: false) to the loan-reschedules child route.
Translation Files - Loan Reschedules
src/assets/translations/{cs-CS.json, de-DE.json, en-US.json, es-CL.json, es-MX.json, fr-FR.json, it-IT.json, ko-KO.json, lt-LT.json, lv-LV.json, ne-NE.json, pt-PT.json, sw-SW.json}
Inserted the "Loan Reschedules" translation key with locale-specific values; minor punctuation/comma adjustments adjacent to existing "Loan Originators" entries to accommodate the new key.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested reviewers

  • IOhacker
  • alberto-art3ch
  • adamsaghy
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: implementing 'Loan Reschedules' title and its localization across multiple language files in the routing module and translation files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@src/assets/translations/it-IT.json`:
- Line 3766: Update the Italian translation for the key "Loan Reschedules" to a
plural form instead of the current singular; replace the value "Riprogrammazione
del prestito" with a plural phrase such as "Riprogrammazioni dei prestiti" so
the translation matches the English plural key.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: a024027b-fb14-4b7c-bd74-6d8e37557412

📥 Commits

Reviewing files that changed from the base of the PR and between aa08907 and a06dcb7.

📒 Files selected for processing (14)
  • src/app/loans/loans-routing.module.ts
  • src/assets/translations/cs-CS.json
  • src/assets/translations/de-DE.json
  • src/assets/translations/en-US.json
  • src/assets/translations/es-CL.json
  • src/assets/translations/es-MX.json
  • src/assets/translations/fr-FR.json
  • src/assets/translations/it-IT.json
  • src/assets/translations/ko-KO.json
  • src/assets/translations/lt-LT.json
  • src/assets/translations/lv-LV.json
  • src/assets/translations/ne-NE.json
  • src/assets/translations/pt-PT.json
  • src/assets/translations/sw-SW.json

@JaySoni1 JaySoni1 force-pushed the WEB-908-missing-loan-reschedules-localization-across-multiple-language-files branch from a06dcb7 to ef60220 Compare April 7, 2026 11:59
Copy link
Copy Markdown
Contributor

@IOhacker IOhacker left a comment

Choose a reason for hiding this comment

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

LGTM

@IOhacker IOhacker merged commit 451a0ba into openMF:dev Apr 7, 2026
6 checks passed
@JaySoni1
Copy link
Copy Markdown
Contributor Author

JaySoni1 commented Apr 7, 2026

@IOhacker Thank You for the review

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.

2 participants