这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@kurt-liao
Copy link
Contributor

Description

Fix the logo source path in cn and tw documentation.

Requirements / Checklist

What does this Pull Request (PR) do?

Fix the logo source path in cn and tw documentation.

How should this be manually tested?

Any background context you can provide?

What are the relevant tickets (if any)?

Screenshots (if appropriate or helpful)

@Finii
Copy link
Collaborator

Finii commented Oct 7, 2022

Great! Thank you!

Just did a quick check .. there are more broken image links as it seems:

$ grep images/ *.md | sed 's/.*images/images/; s/[")?].*//' | xargs ls -l
ls: cannot access 'images/nerd-fonts-logo.png': No such file or directory
ls: cannot access 'images/fontforge-glyph-set-font-linux.png': No such file or directory
ls: cannot access 'images/faux-shield-badge-os-logos.svg': No such file or directory
ls: cannot access 'images/faux-shield-badge-os-logos.svg': No such file or directory
ls: cannot access 'images/faux-shield-badge-os-logos.svg': No such file or directory
ls: cannot access 'images/faux-shield-badge-os-logos.svg': No such file or directory
ls: cannot access 'images/faux-shield-badge-os-logos.svg': No such file or directory
ls: cannot access 'images/faux-shield-badge-os-logos.svg': No such file or directory
ls: cannot access 'images/faux-shield-badge-os-logos.svg': No such file or directory
ls: cannot access 'images/faux-shield-badge-os-logos.svg': No such file or directory
ls: cannot access 'images/faux-shield-badge-os-logos.svg': No such file or directory
ls: cannot access 'images/nerd-fonts-logo.png': No such file or directory
ls: cannot access 'images/fontforge-glyph-set-font-linux.png': No such file or directory
ls: cannot access 'images/nerd-fonts-logo.png': No such file or directory
ls: cannot access 'images/fontforge-glyph-set-font-linux.png': No such file or directory
ls: cannot access 'images/faux-shield-badge-os-logos.svg': No such file or directory

@Finii
Copy link
Collaborator

Finii commented Oct 7, 2022

A smarter search...

$ grep images/ *.md | sed 's/.*images/images/; s/[")?].*//' | xargs ls -l 2>&1 | grep cannot | sed "s/.* '//;s/'.*//" | sort | uniq
images/faux-shield-badge-os-logos.svg
images/fontforge-glyph-set-font-linux.png
images/nerd-fonts-logo.png

set-font-linux is now set-font-logos, but what was this faux-shield-badge? 🤔

@kurt-liao
Copy link
Contributor Author

kurt-liao commented Oct 7, 2022

Command so smart! I just found that by my eyes when I was reading the docs, lol.

@kurt-liao
Copy link
Contributor Author

kurt-liao commented Oct 7, 2022

After deep comparing the current version of docs, it seems cn and tw docs are out of date.

Maybe I fix all of them and create a new pr to it.

@Finii
Copy link
Collaborator

Finii commented Oct 7, 2022

Thank you. I already added a commit along the way.

The faux-badge thing comes from the wiki ... what a website design 😬

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
@Finii Finii merged commit e459f55 into ryanoasis:master Oct 7, 2022
@Finii
Copy link
Collaborator

Finii commented Oct 7, 2022

Well, I can not read the translations :-(

It is always hard to update them, I try to do my best, but over time I guess the text itself gets more and more ridiculous.

Thanks again for reporting and fixing 👍

@Finii
Copy link
Collaborator

Finii commented Oct 7, 2022

After deep comparing the current version of docs, it seems cn and tw docs are out of date.

Maybe I fix all of them and create a new pr to it.

That would be wonderful!!

@kurt-liao
Copy link
Contributor Author

Thank you. I already added a commit along the way.

The faux-badge thing comes from the wiki ... what a website design grimacing

I see. Thanks👍

@kurt-liao
Copy link
Contributor Author

Well, I can not read the translations :-(

It is always hard to update them, I try to do my best, but over time I guess the text itself gets more and more ridiculous.

Thanks again for reporting and fixing +1

Agree! Translation is always the hard part. Obviously, my English isn't good enough😅

I will finish the translation ASAP.

@Finii
Copy link
Collaborator

Finii commented Oct 7, 2022

@all-contributors please add @kurt-liao for documentation

@allcontributors
Copy link
Contributor

@Finii

I've put up a pull request to add @kurt-liao! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants