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:
bors-servo 2020-06-11 02:12:00 -04:00 committed by GitHub
commit 10202c2ad2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 460 additions and 118 deletions

View file

@ -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);