Reusing translations #26
Unanswered
tsteckenborn
asked this question in
Q&A
Replies: 2 comments 6 replies
|
Tools like Crowdin can automatically handle such cases and merge them. However, I have since disabled this in Athena Crisis so that each string is confirmed separately. I noticed that despite the same description and text, the context might be different and require a different translation in other languages. |
0 replies
|
@tsteckenborn: Do you have any example of redundant-looking fbt strings where you think that translations should be recycled? |
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
I noticed that the same description and text might still result in two different translation keys. To me it's currently unclear how to best reuse translations. Should you always default to enums once you've got the first sort of duplication?
All reactions