Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: user-friendly translation report #190

Open
cutecutecat opened this issue Nov 16, 2022 · 7 comments
Open

feat: user-friendly translation report #190

cutecutecat opened this issue Nov 16, 2022 · 7 comments

Comments

@cutecutecat
Copy link
Member

cutecutecat commented Nov 16, 2022

Now it is not easy for contributor to find which essay has not been translated and pick the one they want, only to manually check the files inside the repo.

The community elixirschool has a good practice for this problem. User can quickly pick those files which are not translated.
translate report
source

Maybe we can extract this part and write them as a standalone Github Action plugin, it will work with CI, and deploy a page of this repo when any merge happens.

Apart from that, version is also nessassary for translation for we to continus track which translation is out-of-date.

@cutecutecat
Copy link
Member Author

image

  • Yellow -> outdated
  • Red -> no translation now
  • Green -> follow the latest version

A typical version format for their document likes:

%{
  version: "1.3.0",
  title: "Basics",
  excerpt: """
  Getting started, basic data types, and basic operations.
  """
---

source

@gaocegege
Copy link
Member

Thanks for the issue! We will have a look.

@gaocegege
Copy link
Member

Maybe we can extract this part and write them as a standalone Github Action plugin, it will work with CI, and deploy a page of this repo when any merge happens.

Do we have such a github action?

@kemingy
Copy link
Member

kemingy commented Nov 16, 2022

There is an issue tracking the translation: tensorchord/envd#481

@kemingy
Copy link
Member

kemingy commented Nov 29, 2022

Refer: https://xuanwo.io/reports/2022-47/

This looks cool.

@gaocegege
Copy link
Member

Let's do it!

@gaocegege
Copy link
Member

/cc @Xuanwo Thanks for the awesome post.

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

No branches or pull requests

3 participants