Skip to content

Locales clean up

Martin Santangelo requested to merge locales-cleanup into develop

Ticket(s) / Related Merge Requests

#5528 (closed)

Summary of Changes

  • Removed the unused terms & locale files
  • Replaced the Minds references with the TENANT constant (Except on Minds only stuff, like Minds+)
  • Created a script that:
    • Removes the terms that doesn't exist any more on en.json
    • Remove empty objects
    • Remove strings that are equal to the en.json ones
    • Replace 'Minds' with {{TENANT}} for lines that has the TENANT constant in en.json

Testing Considerations

General test to check for missing translations terms

Regression Scope

app wide

Platform Affected (web, mobile, etc)

both

Developer Testing Completed

android

Screenshots

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Merge request reports