Shift3 / boilerplate-client-angular

The Bitwise standard starting point for new Angular projects
2 stars 0 forks source link

Translation Epic TS3 - Pages to be addressed for dynamic content translation #234

Open pratimasakinala opened 3 years ago

pratimasakinala commented 3 years ago

Desired Use Case

Steps to Implement This Feature

  1. Create a model for each data-table that requires dynamic content translation.
  2. The entity-language table should include the below properties:
    • [ ] entity_id (foreign key to entity table)
    • [ ] language_id (foreign key to language table)
    • [ ] entity_field/s that need translation
  3. Update UI to add "Add Translation" design.
  4. Add translations for available languages.
  5. Update the server's CRUD functionality to account for all translated content.
Karvel commented 3 years ago

Moving to done as the entity concerns are for the backend.