question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is there a way to run translated-content in yari?

See original GitHub issue

Hello! I want to check the PR fixes of translated-content with yari. Is there any way to check? I asked a question because the execution method for translated-content is not specified.

First of all, the content repo was successfully executed. It comes out well.

  • .env
CONTENT_ROOT=/Users/tonybyeon/Desktop/content/files
EDITOR=code

However, it fails when running on translated-content.

  • .env
CONTENT_ROOT=/Users/tonybyeon/Desktop/translated-content/files
EDITOR=code

If this is not possible, how do I check for changes to the translated-content?


I’ll make it. => See comments below.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
schalkneethlingcommented, May 9, 2022

Hello @schalkneethling. There was also a change after the issue was created, so it is a lot different from the current situation, but as a result, it works well now. So I’ll close the issue. Thanks for the reminder.

Thank you, @hochan222! Glad to hear that things are working better now. 🎉

1reaction
peterbecommented, May 7, 2021

The “PR Review Companion” is a GitHub Action workflow. It’s a workflow that runs after the “PR Test” workflow has succeeded. https://github.com/mdn/content/blob/main/.github/workflows/pr-review-companion.yml https://github.com/mdn/content/blob/main/.github/workflows/pr-test.yml

Compare that pr-test.yml with the one in translated-content: https://github.com/mdn/translated-content/blob/main/.github/workflows/pr-test.yml For example, note that in translated-content it doesn’t upload the build files. Your first task is to try to port the stuff from pr-test.yml into the one in translated-content. Once that’s done you can more or less copy the pr-review-companion.yml over too with some changes.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Live samples in translated-content cannot use images from ...
I have an idea about this problem, is it easier to build with correct image path ? It means that if the image...
Read more >
MDN Web Docs Localization - Mozilla
We have frozen all localized content (meaning that we won't accept any edits to it; it'll be read-only), EXCEPT for the below locales...
Read more >
Change Chrome languages & translate webpages - Computer
On your computer, open Chrome. · At the top right, click More More and then Settings. · At the bottom, click Advanced. ·...
Read more >
Creating and managing translated content for your Zendesk ...
When you choose other languages to support, you can easily create language-specific versions of your articles — Guide creates the container for ...
Read more >
Smartling: Language Translation and Content Localization ...
Smartling connects your brand with customers around the globe. Translate, automate and manage your content across platforms with real-time analytics and ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found