Logo
Explore Help
Register Sign In
mirrors/mmocr
1
0
Fork 0
You've already forked mmocr
mirror of https://github.com/open-mmlab/mmocr.git synced 2025-06-03 21:54:47 +08:00
Code Issues Projects Releases Wiki Activity
mmocr/docs/zh_cn/cp_origin_docs.sh

10 lines
232 B
Bash
Raw Normal View History

[Feature] Avoid dupliate placeholder docs in CN (#582) * [Feature] Avoid dupliate placeholder docs in CN * add changelog to cn docs
2021-11-12 14:40:12 +08:00
#!/usr/bin/env bash
# Copy *.md files from docs/ if it doesn't have a Chinese translation
[Docs] Refactor docs structure (#662) * Refactor docs structure * update script paths * update path ignore
2021-12-10 17:19:27 +08:00
for filename in $(find ../en/ -name '*.md' -printf "%P\n");
[Feature] Avoid dupliate placeholder docs in CN (#582) * [Feature] Avoid dupliate placeholder docs in CN * add changelog to cn docs
2021-11-12 14:40:12 +08:00
do
mkdir -p $(dirname $filename)
[Docs] Refactor docs structure (#662) * Refactor docs structure * update script paths * update path ignore
2021-12-10 17:19:27 +08:00
cp -n ../en/$filename ./$filename
[Feature] Avoid dupliate placeholder docs in CN (#582) * [Feature] Avoid dupliate placeholder docs in CN * add changelog to cn docs
2021-11-12 14:40:12 +08:00
done
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 752ms Template: 17ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API