Difference between revisions of "Plugin for XChat"

From Apertium
Jump to navigation Jump to search
Line 9: Line 9:
 
** tool-tip (ayuda emergente) with either the original or the translation
 
** tool-tip (ayuda emergente) with either the original or the translation
 
* make it work with unicode
 
* make it work with unicode
* allow more than one instance of apy to be specified, and then take union of listPairs, and if more than one server has a given pair, round-robin them.
+
* allow more than one instance of apy to be specified in an ordered list, and then take union of listPairs, and if more than one server has a given pair, go through in the order of the list
 
** e.g. i want to specify localhost + apy.projectjj + apertium-turkic apy.
 
** e.g. i want to specify localhost + apy.projectjj + apertium-turkic apy.
  +
** if i have spa-eng on localhost, that should take preference over apy.projectjj.
   
 
[[Category:User interfaces]]
 
[[Category:User interfaces]]

Revision as of 18:53, 22 June 2014

Wishlist

  • unbind option
  • userlist context menu item for translate, e.g. right click on user, ->translate ->from ->to
  • different options for translation visualisation
    • replace original text
    • underneath original text
    • tool-tip (ayuda emergente) with either the original or the translation
  • make it work with unicode
  • allow more than one instance of apy to be specified in an ordered list, and then take union of listPairs, and if more than one server has a given pair, go through in the order of the list
    • e.g. i want to specify localhost + apy.projectjj + apertium-turkic apy.
    • if i have spa-eng on localhost, that should take preference over apy.projectjj.