mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #26840 - paulrouget:l10n, r=Manishearth
UWP L10N Partially addresses #26665. This does not cover Rust strings and resources files.
This commit is contained in:
commit
10202c2ad2
16 changed files with 460 additions and 118 deletions
|
@ -176,7 +176,7 @@ Servo::Servo(hstring url, hstring args, GLsizei width, GLsizei height,
|
|||
} else if (type == Windows::Foundation::PropertyType::Empty) {
|
||||
pref.pref_type = capi::CPrefType::Missing;
|
||||
} else {
|
||||
log("skipping pref %s. Unknown type", key);
|
||||
log(L"skipping pref %s. Unknown type", key);
|
||||
continue;
|
||||
}
|
||||
cprefs.push_back(pref);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue