2021-03-03 - Service Stack - Translations - Frontend flows

From Izara Wiki
Jump to navigation Jump to search

Service Stack - Translations

List Translations

  1. Translations/Translation/List
  2. receives subjectIdentifierLabels and subjectUniqueIdProperties (required)
  3. receives languageCode (optional) if excluded all translations are shown
  4. have form entry to add/change languageCode and re-load
  5. use 2021-02-16 - Translations - Functions#Translation/List to pull all possible translations, add Languages one by one, so keep array of previously searched languages, have method to remove language from displayed list also
  6. has link to create a new translation for this subject

Add Translation

  1. receives subjectIdentifierLabels and subjectUniqueIdProperties (required)
  2. receives languageCode (optional)
  3. textfield for chosing languageCode
  4. textfield for translation string
  5. invoke 2021-02-16 - Translations - Functions#Translation/Create