Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #62643, comment 9


Ignore:
Timestamp:
12/05/2024 03:16:15 PM (13 months ago)
Author:
grapestain
Comment:

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 ignore mismatched placeholder counts, the runtime should as well be modified to only issue warnings instead of crashing.
     1We 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.