Appointment reminder messages hardcoded in Croatian — no i18n support

Open
#89 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
48/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Quiet
Tech stack
csharp

Research direction

Start at Appy/Services/AppointmentReminderService.cs around line 37 and inspect the TODO and reminder-generation flow. Trace how facility or client language and locale settings are represented, then verify that reminder messages can be configured per facility and are no longer always Croatian.

Written by the indexing model from the issue text.

Description

enhancement llm generated low priority

Description

Appointment reminder messages sent to clients are hardcoded in Croatian. There is a TODO comment acknowledging this.

Location

  • Appy/Services/AppointmentReminderService.cs (line ~37)

Risk

All clients receive reminders in Croatian regardless of their language or the facility's locale settings.

Suggested Fix

Introduce per-facility or per-client language preferences and load message templates accordingly. As a minimum, make the message template configurable per facility.

Dominant language
TypeScript
Stars
1
Forks
1
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Worly/Appy

All issues in Worly/Appy

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.