shadjiu / strapi-phone-validator

9 stars 0 forks source link

Issue with Registering Translations in app.ts #8

Open sparrow-chik-chrk opened 3 months ago

sparrow-chik-chrk commented 3 months ago

Hi,

I'm facing an issue when trying to register translations in the app.ts file. I've added the following translations:

{
  "phone-validator.country.item.uk": "Укр",
  "phone-validator.input.description": "Валідатор номеру телефону",
  "phone-validator.form.attribute.item.privateField.description": "Це поле не відображатиметься у відповіді API"
}

However, these translations are not working as expected. Could you please help me identify what might be going wrong?

Thank you!

shadjiu commented 3 months ago

@sparrow-chik-chrk Hi, I'll inspect and update the package ASAP, thank you for using strapi-phone-validator.