go-ozzo / ozzo-log

A Go (golang) package providing high-performance asynchronous logging, message filtering by severity and category, and multiple message targets.
MIT License
122 stars 31 forks source link

Add Chinese Translation #6

Closed qiansen1386 closed 8 years ago

qiansen1386 commented 8 years ago

Hi Xue Qiang, please have a look and do not merge it at this moment. As in I am about to polish it and remove all the original English words in a while.

qiangxue commented 8 years ago

Looks great to me! Thanks.

qiansen1386 commented 8 years ago

All Done! :smile_cat:

qiansen1386 commented 8 years ago

Actually I have completed the draft translations for Config-gist and Routing-gist packages.

But seems you have enhanced the implementation of routing package significantly, so I will submit the translation of config packages first. I like your No-More-Magic idea, especially in routing. :+1: Thanks 强哥

qiangxue commented 8 years ago

Thanks!

Yes, the routing package was completely rewritten. It contains no magic now. It is one of the fastest HTTP routers but is still feature rich.