-
Notifications
You must be signed in to change notification settings - Fork 28.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Release] Cache known author translations locally
This bypasses unnecessary calls to the Github and JIRA API. Additionally, having a local cache allows us to remember names that we had to manually discover ourselves.
- Loading branch information
Andrew Or
committed
Dec 17, 2014
1 parent
6f80b74
commit b85044e
Showing
4 changed files
with
116 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
# This is a mapping of names to be translated through translate-contributors.py | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong. |
||
# The format expected on each line should be: <old name> - <new name> | ||
CodingCat - Nan Zhu | ||
CrazyJvm - Chao Chen | ||
EugenCepoi - Eugen Cepoi | ||
GraceH - Jie Huang | ||
JerryLead - Lijie Xu | ||
Leolh - Liu Hao | ||
Lewuathe - Kai Sasaki | ||
RongGu - Rong Gu | ||
Shiti - Shiti Saxena | ||
Victsm - Min Shen | ||
WangTaoTheTonic - Wang Tao | ||
XuTingjun - Tingjun Xu | ||
YanTangZhai - Yantang Zhai | ||
alexdebrie - Alex DeBrie | ||
alokito - Alok Saldanha | ||
anantasty - Anant Asthana | ||
andrewor14 - Andrew Or | ||
aniketbhatnagar - Aniket Bhatnagar | ||
arahuja - Arun Ahuja | ||
brkyvz - Burak Yavuz | ||
chesterxgchen - Chester Chen | ||
chiragaggarwal - Chirag Aggarwal | ||
chouqin - Qiping Li | ||
cocoatomo - Tomohiko K. | ||
coderfi - Fairiz Azizi | ||
coderxiang - Shuo Xiang | ||
davies - Davies Liu | ||
epahomov - Egor Pahomov | ||
falaki - Hossein Falaki | ||
freeman-lab - Jeremy Freeman | ||
industrial-sloth - Jascha Swisher | ||
jackylk - Jacky Li | ||
jayunit100 - Jay Vyas | ||
jerryshao - Saisai Shao | ||
jkbradley - Joseph Bradley | ||
lianhuiwang - Lianhui Wang | ||
lirui-intel - Rui Li | ||
luluorta - Lu Lu | ||
luogankun - Gankun Luo | ||
maji2014 - Derek Ma | ||
mccheah - Matthew Cheah | ||
mengxr - Xiangrui Meng | ||
nartz - Nathan Artz | ||
odedz - Oded Zimerman | ||
ravipesala - Ravindra Pesala | ||
roxchkplusony - Victor Tso | ||
scwf - Wang Fei | ||
shimingfei - Shiming Fei | ||
surq - Surong Quan | ||
suyanNone - Su Yan | ||
tedyu - Ted Yu | ||
tigerquoll - Dale Richardson | ||
wangxiaojing - Xiaojing Wang | ||
watermen - Yadong Qi | ||
witgo - Guoqiang Li | ||
xinyunh - Xinyun Huang | ||
zsxwing - Shixiong Zhu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@andrewor14 I believe you need to add a RAT exception for this new file. The build is currently broken. cc @pwendell