Skip to content

Automatically check the rates between alpha VS other (unicode)

Notifications You must be signed in to change notification settings

mingrammer/translation_coverage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

translation coverage

Automatically check the rates between alpha VS other (unicode).

Usage

python main.py --ext=".md" --dir=/Users/hunkim/gitworkspace/tensorflow-kr > ~/gitworkspace/tensorflow-kr/progress.md

Automatic git push

See auto_gen_push.sh Add it in in your crontab

01 13 * * * /home/ubuntu/translation_coverage/auto_gen_push.sh

Generated Coverage Example

See https://github.com/tensorflowkorea/tensorflow-kr/blob/master/progress.md

Run test and autopep8

python -m unittest discover -s tests;

# http://stackoverflow.com/questions/14328406/
pip install autopep8 # if you haven't install
autopep8 . --recursive --in-place --pep8-passes 2000 --verbose

Contributions

We welcome your contributions!

About

Automatically check the rates between alpha VS other (unicode)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.6%
  • Shell 3.8%
  • GCC Machine Description 0.6%