Translator Reviews ( Japanese → English )
Rating: 60 / 0 Reviews / 22 Apr 2013 at 17:51
Japanese
git integration については、まずソースを読んでみて状況を理解するよ。
GL を使ってみたよ。GLはTCと違って translation file をベースにしているね。
TTC では commit hook でソースコードの差分を取得し、そこから翻訳が必要なテキストを抽出する必要があるね。
commit hook は開発者の各マシンにインストールされるの?もしくは push 先のサーバーにインストールされるの?
English
I will figure out about git integration after reading the source.
I used GL. GL is different from TC and it's based on the translation file, isn't it.
We should get the difference of the source codes between the two by using commit hook for TTC, then we should pick up necessary texts from there.
Can the commit hook be installed on machines for all developers? Or, is it installed on server on the push end?