[nvda-addons] commit/instantTranslate: beqa: Changed version number to beta2,

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons@xxxxxxxxxxxxx
  • Date: Sat, 25 May 2013 18:10:19 -0000

1 new commit in instantTranslate:

https://bitbucket.org/nvdaaddonteam/instanttranslate/commits/249657d9df9c/
Changeset:   249657d9df9c
Branch:      master
User:        beqa
Date:        2013-05-25 20:09:56
Summary:     Changed version number to beta2,
updated readme

Affected #:  3 files

diff --git a/buildVars.py b/buildVars.py
index b285be8..d28a1a0 100644
--- a/buildVars.py
+++ b/buildVars.py
@@ -15,7 +15,7 @@ addon_info = {
        # Translators: Long description to be shown for this add-on on 
installation and add-on information
        "addon-description" : _("This addon translates selected or clipboard 
text using the Google Translate service and presents it. Press NVDA+Shift+T to 
translate selected text. Press NVDA+Shift+Y to translate clipboard text."),
        # version
-       "addon-version" : "2.2beta1",
+       "addon-version" : "2.2beta2",
        # Author(s)
        "addon-author" : "Alexy Sadovoy aka Lex <lex@xxxxxxxxxx>, ruslan 
<ru2020slan@xxxxxxxxx>, beqa <beqaprogger@xxxxxxxxx> and other nvda 
contributors",
        # URL for the add-on documentation support

diff --git a/readme.mdown b/readme.mdown
deleted file mode 100644
index 136eb02..0000000
--- a/readme.mdown
+++ /dev/null
@@ -1,25 +0,0 @@
-[[!meta title="instantTranslate"]]
-
-* authors: Alexy Sadovoy, ruslan, Beqa Gozalishvili and other nvda 
contributors.
-* download [version 2.2beta1][1]
-
-This add-on is used to translate selected and/or clipboard text from one 
language to another.
-This is done using the Google Translate service.
-
-## Configuring languages ##
-
-To configure source and target language, from NVDA menu, go to Preferences, 
then go to Instant Translate Settings.
-There are two combo boxes labeled "translate from" and "translate into".
-Make your language selection and press ENTER on the OK button.
-
-## How to use this add-on ##
-
-There are two ways of using this add-on:
-
-1. Select some text using selection commands (shift with arrow keys, for 
example). Then press Shift+NvDA+T to translate the selected text. Then the 
translated string will be read, providing that the synthesizer you are using 
supports the target language.
-2. Copy some text to clipboard. Then press Shift+NvDA+Y to translate the text 
in the clipboard to the target language.
-
-## Changes for 2.2 ##
-* New languages: Aragonese, Arabic, Brazilian Portuguese, Croatian, Dutch, 
Finnish, French, Galician, German, Hungarian, Italian, Japanese, Korean, 
Nepali, Polish, Slovak, Slovenian, Spanish, Tamil, Turkish.
-
-[1]: http://addons.nvda-project.org/files/instantTranslate-2.2beta1.nvda-addon

diff --git a/readme.mdwn b/readme.mdwn
new file mode 100644
index 0000000..10106be
--- /dev/null
+++ b/readme.mdwn
@@ -0,0 +1,41 @@
+[[!meta title="instantTranslate"]]
+
+* authors: Alexy Sadovoy, ruslan, Beqa Gozalishvili and other nvda 
contributors.
+* download [version 2.2beta2][1]
+
+This add-on is used to translate selected and/or clipboard text from one 
language to another.
+This is done using the Google Translate service.
+
+## Configuring languages ##
+
+To configure source and target language, from NVDA menu, go to Preferences, 
then go to Instant Translate Settings.
+There are two combo boxes labeled "translate from" and "translate into".
+Make your language selection and press ENTER on the OK button.
+
+## How to use this add-on ##
+
+There are two ways of using this add-on:
+
+1. Select some text using selection commands (shift with arrow keys, for 
example). Then press Shift+NvDA+T to translate the selected text. Then the 
translated string will be read, providing that the synthesizer you are using 
supports the target language.
+2. Copy some text to clipboard. Then press Shift+NvDA+Y to translate the text 
in the clipboard to the target language.
+
+## Changes for 2.2 ##
+* Increased number of characters to 1500.
+* Added shortcut t to the Instant Translate Settings menu item
+* Added a checkbox for configuring copying translation results.
+* Store config file in the root of settings folder.
+* New languages: Aragonese, Arabic, Brazilian Portuguese, Croatian, Dutch, 
Finnish, French, Galician, German, Hungarian, Italian, Japanese, Korean, 
Nepali, Polish, Slovak, Slovenian, Spanish, Tamil, Turkish.
+
+## Changes for 2.1 ##
+* Now addon can translate text from clipboard when pressing nvda+shift+y. 
+
+## Changes for 2.0 ##
+* Added gui configurator where you can choose source and target languages.
+* Added addon menu item found under preferences menu.
+* Settings now is written in separate config file.
+* Translation results now automatically copies into the clipboard for future 
manipulations.
+
+## Changes for 1.0 ##
+* Initial version.
+
+[1]: http://addons.nvda-project.org/files/get.php?file=it

Repository URL: https://bitbucket.org/nvdaaddonteam/instanttranslate/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
----------------------------------------------------------------

NVDA add-ons Central: A list for discussing NVDA add-ons

To post a message, send an email to nvda-addons@xxxxxxxxxxxxx.

To unsubscribe, send an email with the subject line of "unsubscribe" (without 
quotes) to nvda-addons-request@xxxxxxxxxxxxx.

If you have questions for list moderators, please send a message to 
nvda-addons-moderators@xxxxxxxxxxxxx.

Community addons can be found here: http://addons.nvda-project.org

Other related posts:

  • » [nvda-addons] commit/instantTranslate: beqa: Changed version number to beta2, - commits-noreply