Closed david-loe closed 1 week ago
The changes involve updates to localization files and a Vue component. In common/locales/de.json
and common/locales/en.json
, the mailXDaysBeforeDeletion
key was repositioned within the description
section, and a new on
key was added to the labels
section. In CardElement.vue
, the template was modified to include a string interpolation that displays the last update time with a localized "on" label. These adjustments enhance the organization of localization strings and improve the information presented in the user interface.
File | Change Summary |
---|---|
common/locales/de.json | - Added key: "on": "am" in labels - Moved mailXDaysBeforeDeletion in description |
common/locales/en.json | - Added key: "on": "on" in labels - Moved mailXDaysBeforeDeletion in description - Added newline in lumpSums for catering24 and catering8 |
frontend/src/components/elements/CardElement.vue | - Modified template to include last update time with localized "on" string |
sequenceDiagram
participant User
participant CardElement
participant Localization
User->>CardElement: Request view
CardElement->>Localization: Fetch localized strings
Localization-->>CardElement: Return strings (including "on")
CardElement->>User: Display editor's name and last update time
🐰 "In the code, a change takes flight,
With 'on' in labels, all feels right.
The editor's name, now with a date,
A hop of joy, we celebrate!
Localization, neat and clear,
A happy rabbit brings good cheer!" 🥕
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Fixes #119
Summary by CodeRabbit
New Features
Bug Fixes