Re: Do you have any plan for including localization file in your project?

2012-06-06 Thread Brant
收到,谢谢!

-BR/Brant.



在 2012年5月21日星期一UTC+8下午3时48分15秒,Po-Chien Lin写道:

 I have replied in your post.
 已回覆�o您了 :)

 -linpc

 Brant於 2012年5月19日星期六UTC+8下午11�r03分22秒��道:


 Hi Lin,

 我遇到一个设置ReviewBoard显示中文的问题,您能帮我看一下吗?
 具体的描述是这里:
  https://groups.google.com/d/topic/reviewboard/pXLe06MW5eU/discussion
 没有人帮我
 谢谢您先:)

 Best Regards,
 Brant.



-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: Do you have any plan for including localization file in your project?

2012-05-21 Thread Po-Chien Lin
I have replied in your post.
已回覆�o您了 :)

-linpc

Brant於 2012年5月19日星期六UTC+8下午11�r03分22秒��道:


 Hi Lin,

 我遇到一个设置ReviewBoard显示中文的问题,您能帮我看一下吗?
 具体的描述是这里:
  https://groups.google.com/d/topic/reviewboard/pXLe06MW5eU/discussion
 没有人帮我
 谢谢您先:)

 Best Regards,
 Brant.


-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: Do you have any plan for including localization file in your project?

2012-05-19 Thread Brant

Hi Lin,

我遇到一个设置ReviewBoard显示中文的问题,您能帮我看一下吗?
具体的描述是这里:
 https://groups.google.com/d/topic/reviewboard/pXLe06MW5eU/discussion
没有人帮我
谢谢您先:)

Best Regards,
Brant.

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: Do you have any plan for including localization file in your project?

2012-05-12 Thread Po-Chien Lin
Dears,

I just created an 
issue: http://code.google.com/p/reviewboard/issues/detail?id=2599
for submit my translation files. :-)

Thanks again,
linpc

David Trowbridge於 2012年5月10日星期四UTC+8下午2時52分38秒寫道:

 If we get some help with it, I'm sure we'd be happy to ship 
 localization. In the absence 
 of contributions (especially for the translations themselves), we have 
 other priorities. 

 -David 


 On Wed, May 9, 2012 at 11:13 PM, Po-Chien Lin li...@cs.nctu.edu.tw 
 wrote: 
  Thanks for response. 
  
  So I would like to know if the localization plan is put into schedule in 
 the 
  upcoming release? like 1.7 or somewhat. 
  
  btw, I notice that the string at 
  
 https://github.com/reviewboard/reviewboard/blob/master/reviewboard/reviews/views.py#L211
  
  should be prefixed an under line, so that it can be translated. 
  e.g. 
  'summary': _('Summary'), 
  
  
  Sincerely, 
  linpc 
  
  David Trowbridge於 2012年5月10日星期四UTC+8下午2時03分24秒寫道: 
  
  We'd love to have localization for Review Board. It's part of the way 
  there, but needs 
  some additional work. We've been careful to try to mark strings for 
  localization, but 
  there are some things (such as those that come from JavaScript) that 
  wouldn't be 
  included in that. 
  
  -David 
  
  
  On Wed, May 9, 2012 at 8:33 PM, Po-Chien Lin wrote: 
   I'm a Reviewboard user in Chinese environment. 
   
   I create a django.po (and django.mo) file under the 
   reviewboard/locale/zh_TW/LC_MESSAGES/ directory, 
   so that our work team can use the Reviewboard in Chinese happier :-D 
   
   Reviewboard has many specific terminology that are not supported by 
 the 
   original Django localization library, 
   so I think it's a good idea to maintain a Reviewboard-specific 
   localization 
   library. 
   
   Do you have any plans about create a locale/ directory under the 
   Reviewboard 
   project, 
   collect (accept user's submit) different language files in it, and 
 the 
   release tarball will have localization support! 
   
   Thanks for taking time to read this, 
   
   Sincerely, 
   linpc 
   
  
  -- 
  Want to help the Review Board project? Donate today at 
  http://www.reviewboard.org/donate/ 
  Happy user? Let us know at http://www.reviewboard.org/users/ 
  -~--~~~~--~~--~--~--- 
  To unsubscribe from this group, send email to 
  reviewboard+unsubscr...@googlegroups.com 
  For more options, visit this group at 
  http://groups.google.com/group/reviewboard?hl=en 


-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: Do you have any plan for including localization file in your project?

2012-05-12 Thread David Trowbridge
Please put contributions up on http://reviews.reviewboard.org/

-David


On Sat, May 12, 2012 at 1:49 AM, Po-Chien Lin li...@cs.nctu.edu.tw wrote:
 Dears,

 I just created an
 issue: http://code.google.com/p/reviewboard/issues/detail?id=2599
 for submit my translation files. :-)

 Thanks again,
 linpc

 David Trowbridge於 2012年5月10日星期四UTC+8下午2時52分38秒寫道:

 If we get some help with it, I'm sure we'd be happy to ship
 localization. In the absence
 of contributions (especially for the translations themselves), we have
 other priorities.

 -David


 On Wed, May 9, 2012 at 11:13 PM, Po-Chien Lin li...@cs.nctu.edu.tw
 wrote:
  Thanks for response.
 
  So I would like to know if the localization plan is put into schedule in
  the
  upcoming release? like 1.7 or somewhat.
 
  btw, I notice that the string at
 
  https://github.com/reviewboard/reviewboard/blob/master/reviewboard/reviews/views.py#L211
  should be prefixed an under line, so that it can be translated.
  e.g.
  'summary': _('Summary'),
 
 
  Sincerely,
  linpc
 
  David Trowbridge於 2012年5月10日星期四UTC+8下午2時03分24秒寫道:
 
  We'd love to have localization for Review Board. It's part of the way
  there, but needs
  some additional work. We've been careful to try to mark strings for
  localization, but
  there are some things (such as those that come from JavaScript) that
  wouldn't be
  included in that.
 
  -David
 
 
  On Wed, May 9, 2012 at 8:33 PM, Po-Chien Lin wrote:
   I'm a Reviewboard user in Chinese environment.
  
   I create a django.po (and django.mo) file under the
   reviewboard/locale/zh_TW/LC_MESSAGES/ directory,
   so that our work team can use the Reviewboard in Chinese happier :-D
  
   Reviewboard has many specific terminology that are not supported by
   the
   original Django localization library,
   so I think it's a good idea to maintain a Reviewboard-specific
   localization
   library.
  
   Do you have any plans about create a locale/ directory under the
   Reviewboard
   project,
   collect (accept user's submit) different language files in it, and
   the
   release tarball will have localization support!
  
   Thanks for taking time to read this,
  
   Sincerely,
   linpc
  
 
  --
  Want to help the Review Board project? Donate today at
  http://www.reviewboard.org/donate/
  Happy user? Let us know at http://www.reviewboard.org/users/
  -~--~~~~--~~--~--~---
  To unsubscribe from this group, send email to
  reviewboard+unsubscr...@googlegroups.com
  For more options, visit this group at
  http://groups.google.com/group/reviewboard?hl=en

 --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: Do you have any plan for including localization file in your project?

2012-05-10 Thread David Trowbridge
We'd love to have localization for Review Board. It's part of the way
there, but needs
some additional work. We've been careful to try to mark strings for
localization, but
there are some things (such as those that come from JavaScript) that wouldn't be
included in that.

-David


On Wed, May 9, 2012 at 8:33 PM, Po-Chien Lin li...@cs.nctu.edu.tw wrote:
 I'm a Reviewboard user in Chinese environment.

 I create a django.po (and django.mo) file under the
 reviewboard/locale/zh_TW/LC_MESSAGES/ directory,
 so that our work team can use the Reviewboard in Chinese happier :-D

 Reviewboard has many specific terminology that are not supported by the
 original Django localization library,
 so I think it's a good idea to maintain a Reviewboard-specific localization
 library.

 Do you have any plans about create a locale/ directory under the Reviewboard
 project,
 collect (accept user's submit) different language files in it, and the
 release tarball will have localization support!

 Thanks for taking time to read this,

 Sincerely,
 linpc

 --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: Do you have any plan for including localization file in your project?

2012-05-10 Thread Po-Chien Lin
Thanks for response.

So I would like to know if the localization plan is put into schedule in 
the upcoming release? like 1.7 or somewhat.

btw, I notice that the string at
https://github.com/reviewboard/reviewboard/blob/master/reviewboard/reviews/views.py#L211
 
should be prefixed an under line, so that it can be translated.
e.g.
'summary': _('Summary'), 


Sincerely,
linpc

David Trowbridge於 2012年5月10日星期四UTC+8下午2時03分24秒寫道:

 We'd love to have localization for Review Board. It's part of the way 
 there, but needs 
 some additional work. We've been careful to try to mark strings for 
 localization, but 
 there are some things (such as those that come from JavaScript) that 
 wouldn't be 
 included in that. 

 -David 


 On Wed, May 9, 2012 at 8:33 PM, Po-Chien Lin wrote: 
  I'm a Reviewboard user in Chinese environment. 
  
  I create a django.po (and django.mo) file under the 
  reviewboard/locale/zh_TW/LC_MESSAGES/ directory, 
  so that our work team can use the Reviewboard in Chinese happier :-D 
  
  Reviewboard has many specific terminology that are not supported by the 
  original Django localization library, 
  so I think it's a good idea to maintain a Reviewboard-specific 
 localization 
  library. 
  
  Do you have any plans about create a locale/ directory under the 
 Reviewboard 
  project, 
  collect (accept user's submit) different language files in it, and the 
  release tarball will have localization support! 
  
  Thanks for taking time to read this, 
  
  Sincerely, 
  linpc 
  


-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: Do you have any plan for including localization file in your project?

2012-05-10 Thread David Trowbridge
If we get some help with it, I'm sure we'd be happy to ship
localization. In the absence
of contributions (especially for the translations themselves), we have
other priorities.

-David


On Wed, May 9, 2012 at 11:13 PM, Po-Chien Lin li...@cs.nctu.edu.tw wrote:
 Thanks for response.

 So I would like to know if the localization plan is put into schedule in the
 upcoming release? like 1.7 or somewhat.

 btw, I notice that the string at
 https://github.com/reviewboard/reviewboard/blob/master/reviewboard/reviews/views.py#L211
 should be prefixed an under line, so that it can be translated.
 e.g.
 'summary': _('Summary'),


 Sincerely,
 linpc

 David Trowbridge於 2012年5月10日星期四UTC+8下午2時03分24秒寫道:

 We'd love to have localization for Review Board. It's part of the way
 there, but needs
 some additional work. We've been careful to try to mark strings for
 localization, but
 there are some things (such as those that come from JavaScript) that
 wouldn't be
 included in that.

 -David


 On Wed, May 9, 2012 at 8:33 PM, Po-Chien Lin wrote:
  I'm a Reviewboard user in Chinese environment.
 
  I create a django.po (and django.mo) file under the
  reviewboard/locale/zh_TW/LC_MESSAGES/ directory,
  so that our work team can use the Reviewboard in Chinese happier :-D
 
  Reviewboard has many specific terminology that are not supported by the
  original Django localization library,
  so I think it's a good idea to maintain a Reviewboard-specific
  localization
  library.
 
  Do you have any plans about create a locale/ directory under the
  Reviewboard
  project,
  collect (accept user's submit) different language files in it, and the
  release tarball will have localization support!
 
  Thanks for taking time to read this,
 
  Sincerely,
  linpc
 

 --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: Do you have any plan for including localization file in your project?

2012-05-10 Thread Po-Chien Lin
Thanks!

I will re-check my translation, and submit it to you (ASAP) :-)

-linpc

David Trowbridge於 2012年5月10日星期四UTC+8下午2時52分38秒寫道:

 If we get some help with it, I'm sure we'd be happy to ship 
 localization. In the absence 
 of contributions (especially for the translations themselves), we have 
 other priorities. 

 -David 


 On Wed, May 9, 2012 at 11:13 PM, Po-Chien Lin li...@cs.nctu.edu.tw 
 wrote: 
  Thanks for response. 
  
  So I would like to know if the localization plan is put into schedule in 
 the 
  upcoming release? like 1.7 or somewhat. 
  
  btw, I notice that the string at 
  
 https://github.com/reviewboard/reviewboard/blob/master/reviewboard/reviews/views.py#L211
  
  should be prefixed an under line, so that it can be translated. 
  e.g. 
  'summary': _('Summary'), 
  
  
  Sincerely, 
  linpc 
  
  David Trowbridge於 2012年5月10日星期四UTC+8下午2時03分24秒寫道: 
  
  We'd love to have localization for Review Board. It's part of the way 
  there, but needs 
  some additional work. We've been careful to try to mark strings for 
  localization, but 
  there are some things (such as those that come from JavaScript) that 
  wouldn't be 
  included in that. 
  
  -David 
  
  
  On Wed, May 9, 2012 at 8:33 PM, Po-Chien Lin wrote: 
   I'm a Reviewboard user in Chinese environment. 
   
   I create a django.po (and django.mo) file under the 
   reviewboard/locale/zh_TW/LC_MESSAGES/ directory, 
   so that our work team can use the Reviewboard in Chinese happier :-D 
   
   Reviewboard has many specific terminology that are not supported by 
 the 
   original Django localization library, 
   so I think it's a good idea to maintain a Reviewboard-specific 
   localization 
   library. 
   
   Do you have any plans about create a locale/ directory under the 
   Reviewboard 
   project, 
   collect (accept user's submit) different language files in it, and 
 the 
   release tarball will have localization support! 
   
   Thanks for taking time to read this, 
   
   Sincerely, 
   linpc 
   
  
  -- 
  Want to help the Review Board project? Donate today at 
  http://www.reviewboard.org/donate/ 
  Happy user? Let us know at http://www.reviewboard.org/users/ 
  -~--~~~~--~~--~--~--- 
  To unsubscribe from this group, send email to 
  reviewboard+unsubscr...@googlegroups.com 
  For more options, visit this group at 
  http://groups.google.com/group/reviewboard?hl=en 


-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Do you have any plan for including localization file in your project?

2012-05-09 Thread Po-Chien Lin
I'm a Reviewboard user in Chinese environment.

I create a django.po (and django.mo) file under the 
reviewboard/locale/zh_TW/LC_MESSAGES/ directory,
so that our work team can use the Reviewboard in Chinese happier :-D

Reviewboard has many specific terminology that are not supported by the 
original Django localization library,
so I think it's a good idea to maintain a Reviewboard-specific localization 
library.

Do you have any plans about create a locale/ directory under the 
Reviewboard project,
collect (accept user's submit) different language files in it, and the 
release tarball will have localization support!

Thanks for taking time to read this,

Sincerely,
linpc

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en