Yoctol / bottender

⚡️ A framework for building conversational user interfaces.
https://bottender.js.org
MIT License
4.21k stars 334 forks source link

docs: trying to fix i18n #958

Open tw0517tw opened 2 years ago

tw0517tw commented 2 years ago

https://docusaurus.io/docs/next/migration/translated-sites Trying to fix i18n following Docusaurus migration guide. Using the Crowdin branch approach.

Currently I put new i18n file structure on Crowdin v2 branch (https://crowdin.com/project/bottender/content/files), but this should be merged to Crowdin master branch and change the branch being used in website/package.json.

The </a> changes is used to fix MDX format. (https://docusaurus.io/docs/next/i18n/crowdin#mdx)

netlify[bot] commented 2 years ago

✔️ Deploy Preview for affectionate-colden-fe4df1 ready!

🔨 Explore the source changes: 3b120b6be1d58fe7368e919d726ea2f974ac1429

🔍 Inspect the deploy log: https://app.netlify.com/sites/affectionate-colden-fe4df1/deploys/61a73683004a990007dbe411

😎 Browse the preview: https://deploy-preview-958--affectionate-colden-fe4df1.netlify.app

codecov-commenter commented 2 years ago

Codecov Report

Merging #958 (3b120b6) into master (cab2af6) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #958   +/-   ##
=======================================
  Coverage   84.06%   84.06%           
=======================================
  Files         123      123           
  Lines        6350     6350           
  Branches     1622     1572   -50     
=======================================
  Hits         5338     5338           
- Misses       1003     1008    +5     
+ Partials        9        4    -5     
Impacted Files Coverage Δ
packages/bottender/src/shared/getClient.ts 52.63% <0.00%> (ø)
packages/create-bottender-app/src/shared/log.ts 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cab2af6...3b120b6. Read the comment docs.