fix(admin): update Croatian translations - #16743
Conversation
|
|
Thanks for the contribution! Initial automated review looks good. This PR updates three Croatian (hr) translation entries in the admin dashboard. The author adds the missing metadata.edit.actions.addRow key ("Dodaj red", correctly matching the English "Add row"), updates company from "Firma" to the more natural Croatian "Tvrtka", and corrects reindexSuccess to indicate that reindexing has been started rather than completed — accurately reflecting the English source text "Reindexing {{name}} started". The {{name}} placeholder is correctly preserved. All changes were validated with yarn i18n:validate hr.json which confirmed the file is valid and matches the schema. Only the translation JSON file is modified; no code changes are present. No security, performance, or correctness issues were found. Triggered by: new PR opened |
What
Updates the Croatian (
hr) Admin translation to match recent English translation changes and improve terminology consistency.Changes
metadata.edit.actions.addRowCompanyfromFirmato the more natural Croatian termTvrtkaTesting
corepack yarn i18n:validate hr.json✓ hr.json is valid and matches the schema.