Talked with Shaiton and decided marking exception messages for translation is not a great idea:
- When you get an exception, you'd like to be able to google for it. translations hinder that.
- Translators often don't know what the exception messages mean so it's difficult for them to translate them accurately.
- Translations of exception messages aren't very helpful to the end user either.
We will have to be careful about how the exception messages leak out into error messages that the end user does see (and might possibly be able to correct/workaround) though.
We'll need to remove the () and b() from exception messages.
Talked with Shaiton and decided marking exception messages for translation is not a great idea:
We will have to be careful about how the exception messages leak out into error messages that the end user does see (and might possibly be able to correct/workaround) though.
We'll need to remove the () and b() from exception messages.