deadlinks icon indicating copy to clipboard operation
deadlinks copied to clipboard

User Case: Localization (Originals Checks)

Open butuzov opened this issue 4 years ago • 1 comments

This is draft of idea to have localization checked. Idea come true after founds at kubernetes.io

deadlinks kubernetes.io/ko -n10 -s ignored | \ 
        grep kubernetes.io/docs | \
        awk '{print $4}' | \
        sed 's/.io\/docs/.io\/ko\/docs/g' | \
        xargs -I {} sh -c "deadlinks {} -single -short"

butuzov avatar Dec 30 '19 20:12 butuzov

Issue-Label Bot is automatically applying the label feature to this issue, with a confidence of 0.85. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

issue-label-bot[bot] avatar Dec 30 '19 20:12 issue-label-bot[bot]