Hi everoyone.
Is is possible to translate (i18n) system error messages?
I did not find answer in docs, nor on the forum or in google.
Simple ones are not a problem. But ones with variables are.
For example Unable to register user with identity ‘XXX’. User already exists.
Obviously I cannot use it as translation key since it contains variable identity name.
Same problem with Duplicate value ‘XXX’ for column ‘YYY’
Maybe there is some form of using error code number as translation key?
Like error_3033
or something?
I tried varoius versions of passing strings with %s as variable placeholder - but it does not save such key. It returns an error.