i18n: import#11225
Conversation
| @@ -1,117 +1,90 @@ | |||
| { | |||
| "lighthouse-core/audits/accessibility/accesskeys.js | description": { | |||
| "message": "Access keys let users quickly focus a part of the page. For proper navigation, each access key must be unique. [Learn more](https://web.dev/accesskeys/)." | |||
| "message": "Access keys let users quickly focus a part of the page. For proper navigation, each access key must be unique. [Learn more](https://dequeuniversity.com/rules/axe/3.1/accesskeys?application=lighthouse)." | |||
There was a problem hiding this comment.
ok the URL is super old, so maybe it just fell back to the old version of the string, which was from before us improving the i18n pipeline
| }, | ||
| "stack-packs/packs/wordpress.js | render_blocking_resources": { | ||
| "message": "There are a number of WordPress plugins that can help you [inline critical assets](https://wordpress.org/plugins/search/critical+css/) or [defer less important resources](https://wordpress.org/plugins/search/defer+css+javascript/). Beware that optimizations provided by these plugins may break features of your theme or plugins, so you will likely need to make code changes." | ||
| "message": "There are a number of WordPress plugins that can help you [inline critical assets](https://wordpress.org/plugins/search/critical+css/) or [defer less important resources](https://wordpress.org/plugins/search/defer+css+javascript/). Beware that optimizations provided by these plugins may break features of your theme or plugins, so you will likely need to make code changes." |
There was a problem hiding this comment.
these urls got so messed up
|
also:
vs current master:
|
|
I just did an import and I am getting wildly different, but seemingly better, results. This looks like old content, is your client synced to latest HEAD? |
| @@ -1,117 +1,90 @@ | |||
| { | |||
| "lighthouse-core/audits/accessibility/accesskeys.js | description": { | |||
| "message": "[Åççéšš ķéýš ļéţ ûšéŕš qûîçķļý ƒöçûš å þåŕţ öƒ ţĥé þåĝé. Föŕ þŕöþéŕ ñåvîĝåţîöñ, éåçĥ åççéšš ķéý mûšţ бé ûñîqûé. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/accesskeys/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty]" | |||
| "message": "[Åççéšš ķéýš ļéţ ûšéŕš qûîçķļý ƒöçûš å þåŕţ öƒ ţĥé þåĝé. Föŕ þŕöþéŕ ñåvîĝåţîöñ, éåçĥ åççéšš ķéý mûšţ бé ûñîqûé. [Ļéåŕñ möŕé](ĥţţþš://ðéqûéûñîvéŕšîţý.çöm/ŕûļéš/åxé/3.1/åççéššķéýš¿åþþļîçåţîöñ=ļîĝĥţĥöûšé). one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix twentyseven]" | |||
There was a problem hiding this comment.
ĥţţþš://ðéqûéûñîvéŕšîţý.çöm/ŕûļéš/åxé/3.1/åççéššķéýš¿åþþļîçåţîöñ=ļîĝĥţĥöûšé This is how you know it's definitely messed up, links should never be accented in en-XA.
d0e0e96 to
019071b
Compare
|
my mistake, I messed up the import. should be good now. |
* upstream/master: (42 commits) docs: add Code of Conduct to project (GoogleChrome#11212) docs(readme): add related project: lighthouse-viewer (GoogleChrome#11250) core(font-size): remove deprecated DOM.getFlattenedDocument (GoogleChrome#11248) misc: fix typo in method name (GoogleChrome#11239) i18n: make double dollar validation less strict (GoogleChrome#10299) misc: rephrase comments to be more inclusive (GoogleChrome#11228) misc: tweak gcp scripts to work in google corp (GoogleChrome#11233) v6.2.0 (GoogleChrome#11232) report: correctly display CLS in budget table (GoogleChrome#11209) report: vertically center thumbnails (GoogleChrome#11220) i18n: import (GoogleChrome#11225) tests: istanbul ignore inpage function (GoogleChrome#11229) deps(snyk): update script to prune <0.0.0 and update snapshot (GoogleChrome#11223) core(stacks): timeout stack detection (GoogleChrome#11172) core(config): unsized-images to default (GoogleChrome#11217) core(image-elements): collect CSS sizing, ShadowRoot, & position (GoogleChrome#11188) core: add FormElements gatherer (GoogleChrome#11062) new_audit: report animations not run on compositor (GoogleChrome#11105) tests: update chromestatus expecatations (GoogleChrome#11221) deps: update dot-prop secondary dependency (GoogleChrome#11198) ...
No description provided.