XF 2.1 Some (add-on) phrases get outdated once translated

Aivaras

Well-known member
I'm using the add-on Advanced Forms (v. 2.0.25). Translating some phrases of the add-on makes them outdated:
1573386729417.webp

I've reported the issue to the add-on developer (@ozzy47) and was told it is unlikely to be caused by the add-on. What is causing it then in XF2? Have you had a similar experience? Please, help me to troubleshoot it.
 
Find what?
  1. Fix the broken version info in DB
  2. Run php cmd.php xf-dev:export --addon=<addonid> so you have clean development files in _output
  3. Run php cmd.php xf-addon:export <addonid> so you have clean XML files in _data
  4. Run php cmd.php xf-addon:build-release <addonid> to create a new clean ZIP
Alternatively you could fix the files in _output and run xf-dev:import-phrases or if present fix the XML in _data and run xf:addon-rebuild and afterwards do the other necessary steps (eg. dev-export or export and build-release).

Not that I had any doubt, but this worked perfectly. Thank you once again.
 
Top Bottom