Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Show something when a translation is missing #76

Open
aabounegm opened this issue May 12, 2022 · 1 comment · May be fixed by #91
Open

Show something when a translation is missing #76

aabounegm opened this issue May 12, 2022 · 1 comment · May be fixed by #91
Labels
story play Has to do with the interactive story play screen

Comments

@aabounegm
Copy link
Collaborator

Currently, when there is no translation for a transition it just shows "[❌ Transition]", and messages with no translation just don't show up. This could be mitigated in one of many ways:

  • Use the base translation (original language the story was written in) as a fallback
  • Make it more obvious that a translation is missing (like a message saying "This message has no translation. Please report the error to the authors")
  • Don't display stories with missing translations on the homepage
@aabounegm aabounegm added the story play Has to do with the interactive story play screen label May 12, 2022
@aabounegm
Copy link
Collaborator Author

The first is difficult to do since we do not store any information pointing to the intial/base translation.
The last one is also difficult for the same reason and for diffing between the translations.
The 2nd way is chosen as a temporary measure

@aabounegm aabounegm linked a pull request May 13, 2022 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
story play Has to do with the interactive story play screen
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

1 participant