Difference between revisions of "User:JazzyNico"

From Inkscape Wiki
Jump to navigation Jump to search
Line 10: Line 10:
* Context refactoring. Old context strings (such as _(Context|String)) should be replaced with gettext C_() context macros.
* Context refactoring. Old context strings (such as _(Context|String)) should be replaced with gettext C_() context macros.
* Context support in extensions (the msgctxt attribute is not used at all in the C++ code).
* Context support in extensions (the msgctxt attribute is not used at all in the C++ code).
* JessyInk python files translation.


== UI ==
== UI ==

Revision as of 15:01, 11 June 2010

JazzyNico's plans for 0.49

Tutorials

Translations

  • Context refactoring. Old context strings (such as _(Context|String)) should be replaced with gettext C_() context macros.
  • Context support in extensions (the msgctxt attribute is not used at all in the C++ code).
  • JessyInk python files translation.

UI

Others