tensorchord / envd-docs

envd Website
https://envd.tensorchord.ai/
Apache License 2.0
12 stars 29 forks source link

feat: user-friendly translation report #190

Open cutecutecat opened 1 year ago

cutecutecat commented 1 year ago

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 commented 1 year ago

image

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 commented 1 year ago

Thanks for the issue! We will have a look.

gaocegege commented 1 year ago

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 commented 1 year ago

There is an issue tracking the translation: https://github.com/tensorchord/envd/issues/481

kemingy commented 1 year ago

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

This looks cool.

gaocegege commented 1 year ago

Let's do it!

gaocegege commented 1 year ago

/cc @Xuanwo Thanks for the awesome post.