Difference between revisions of "Documentation/Labs/I18N"

From Slicer Wiki
Jump to: navigation, search
Line 1: Line 1:
 
 
== Status ==
 
== Status ==
 
Internationalization support has been discussed during [[Developer_Meetings/20130326|March 26th 2013]] developer hangout.  
 
Internationalization support has been discussed during [[Developer_Meetings/20130326|March 26th 2013]] developer hangout.  
Line 6: Line 5:
  
 
Why? Supporting internationalization properly would require to test all ITK/VTK/Teem/.. readers and we don't have the funding or resources to support that effort. If it is something you are interested in, make sure to drop an email on the developer list. We will be happy to provide more information.
 
Why? Supporting internationalization properly would require to test all ITK/VTK/Teem/.. readers and we don't have the funding or resources to support that effort. If it is something you are interested in, make sure to drop an email on the developer list. We will be happy to provide more information.
 
  
 
== Discussion ==
 
== Discussion ==
Line 15: Line 13:
 
== Issues ==
 
== Issues ==
  
* [http://www.na-mic.org/Bug/view.php?id=3029 3029] - Image spacing not read correctly in Slicer 4.2.2
+
* [http://www.na-mic.org/Bug/view.php?id=3029 #3029] - Image spacing not read correctly in Slicer 4.2.2
 +
* [https://github.com/commontk/CTK/commit/69a2a31b49225e924d82e9c8aa253b1b93331979#commitcomment-2346004 #280(CTK)] - ctkLanguageComboBox iconsistency
 +
 
 +
== Suggestions ==
 +
 
 +
* Integrate [https://github.com/iamzengwenye/3D_Slicer_book Chinese doc] into Slicer wiki ?

Revision as of 13:13, 18 June 2013

Home < Documentation < Labs < I18N

Status

Internationalization support has been discussed during March 26th 2013 developer hangout.

We reach consensus: Official support for i18n will be disabled. A CMake option named Slicer_BUILD_I18N_SUPPORT will be added and the option won't be actively supported or tested.

Why? Supporting internationalization properly would require to test all ITK/VTK/Teem/.. readers and we don't have the funding or resources to support that effort. If it is something you are interested in, make sure to drop an email on the developer list. We will be happy to provide more information.

Discussion

Issues

  • #3029 - Image spacing not read correctly in Slicer 4.2.2
  • #280(CTK) - ctkLanguageComboBox iconsistency

Suggestions