Changes between Initial Version and Version 1 of Ticket #62643, comment 9
- Timestamp:
- 12/05/2024 03:16:15 PM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #62643, comment 9
initial v1 1 We can say that the severity in the translation system should match that of the runtime. What I mean is that warning in the translation UI, but fatal error during runtime is a mismatch that is a recipe for issues. If the runtime throws fatal error, the translation system should be at least as strict, preventing those strings to end up loaded by the runtime. If the translation system allows to ignoremismatched placeholder counts, the runtime should as well be modified to only issue warnings instead of crashing.1 We can say that the severity in the translation system should match that of the runtime. What I mean is that warning in the translation UI, but fatal error during runtime is a mismatch that is a recipe for issues. If the runtime throws fatal error, the translation system should be at least as strict, preventing those strings to end up loaded by the runtime. If the translation system allows ignoring mismatched placeholder counts, the runtime should as well be modified to only issue warnings instead of crashing.