[nvda-addons] Re: commit/StationPlaylist: norrumar: Symplifyed split function.

  • From: "Joseph Lee" <joseph.lee22590@xxxxxxxxx>
  • To: <nvda-addons@xxxxxxxxxxxxx>
  • Date: Fri, 12 Dec 2014 11:47:25 -0800

Hi,
From what I can tell, the program's interface is in English with no known
localizations.
Cheers,
Joseph

-----Original Message-----
From: nvda-addons-bounce@xxxxxxxxxxxxx
[mailto:nvda-addons-bounce@xxxxxxxxxxxxx] On Behalf Of Noelia
Sent: Friday, December 12, 2014 11:44 AM
To: nvda-addons@xxxxxxxxxxxxx
Subject: [nvda-addons] Re: commit/StationPlaylist: norrumar: Symplifyed
split function.

Hi, I have deleted " " in split function, on possibleImprovements branch for
readability. Please test it.
Furthermore, has been this add-on tested in languages different than
English? For instance "off" is not translated.
Thanks.


El 12/12/2014 20:41, commits-noreply@xxxxxxxxxxxxx escribió:
> 1 new commit in StationPlaylist:
>
> https://bitbucket.org/nvdaaddonteam/stationplaylist/commits/cb17884560bc/
> Changeset:   cb17884560bc
> Branch:      possibleImprovements
> User:        norrumar
> Date:        2014-12-12 19:40:49+00:00
> Summary:     Symplifyed split function.
>
> Affected #:  1 file
>
> diff --git a/addon/appModules/splstudio.py 
> b/addon/appModules/splstudio.py index dc2b828..7e30f50 100644
> --- a/addon/appModules/splstudio.py
> +++ b/addon/appModules/splstudio.py
> @@ -157,7 +157,7 @@ class AppModule(appModuleHandler.AppModule):
>                                       ui.message(obj.name)
>                               if self.beepAnnounce:
>                                       # User wishes to hear beeps instead
of words. The beeps are power on and off sounds from PAC Mate Omni.
> -                                     beep = obj.name.split(" ")
> +                                     beep = obj.name.split()
>                                       stat = beep[-1]
>                                       wavDir = os.path.dirname(__file__)
>                                       # Play a wave file based on on/off
status.
>
> Repository URL: https://bitbucket.org/nvdaaddonteam/stationplaylist/
>
> --
>
> This is a commit notification from bitbucket.org. You are receiving 
> this because you have the service enabled, addressing the recipient of 
> this email.
>

---
El software de antivirus Avast ha analizado este correo electrónico en busca
de virus.
http://www.avast.com

----------------------------------------------------------------

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

----------------------------------------------------------------

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: