check for updates
See if any update was made in the original text.
git clone https://github.com/emberjs/guides.git
cd guides/source/getting-started
diff -u /pass/to/original/index.md /pass/to/translation/index.md
```
This time was no difference
Make the working file for today
cp glossary.md /pass/to/translation/
togglate create glossary.md --translate=from:en to:ja > glossary.ja.md
start working...