Check for escape sequences in Fluent resources
This commit is contained in:
parent
bf57e8ada6
commit
979c265a5d
9 changed files with 64 additions and 9 deletions
|
@ -27,7 +27,8 @@ codegen_llvm_error_calling_dlltool =
|
|||
Error calling dlltool: {$error}
|
||||
|
||||
codegen_llvm_dlltool_fail_import_library =
|
||||
Dlltool could not create import library: {$stdout}\n{$stderr}
|
||||
Dlltool could not create import library: {$stdout}
|
||||
{$stderr}
|
||||
|
||||
codegen_llvm_target_feature_disable_or_enable =
|
||||
the target features {$features} must all be either enabled or disabled together
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue