When adding new localized strings in WebKit and running update-webkit-localizable-strings, I get the following errors: Source/WebKit/NetworkProcess/Classifier/ResourceLoadStatisticsDatabaseStore.cpp:929: mismatched quotes Source/WebKit/NetworkProcess/Classifier/ResourceLoadStatisticsDatabaseStore.cpp:946: mismatched quotes 577 localizable strings 41665 strings not marked for localization Errors encountered. Exiting without writing to Source/WebCore/en.lproj/Localizable.strings. When commenting the R"" string in joinSubStatisticsForSorting() and rerunning the tool, the localized strings are generated as expected.
<rdar://problem/64427891>
*** Bug 213273 has been marked as a duplicate of this bug. ***
Created attachment 403602 [details] Patch
Committed r263982: <https://trac.webkit.org/changeset/263982> All reviewed patches have been landed. Closing bug and clearing flags on attachment 403602 [details].