-
-
Notifications
You must be signed in to change notification settings - Fork 632
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
appmodule for poedit #1811
Comments
Comment 1 by pvagner on 2011-09-28 09:34 |
Comment 2 by pvagner on 2011-09-28 09:46
|
Comment 3 by orcauser (in reply to comment 2) on 2011-09-29 09:40
The status line shows the number of fuzzy messages in total, but unfortunately I couldn't find out how to find out if the item we stand on is fuzzy or not. Replying to pvagner:
Not 100% sure, but remember the poedit interface is also localized, so it might be confusing to choose poedit and nvda in your language and still hear these messages in english.
Sorry I dont understand your question. Thanks. |
Comment 4 by orcauser on 2011-10-09 08:29 The bold property on the other hand is set on messages that are untranslated or fuzzy, so we use that instead. Please test. Thanks |
Comment 5 by fatma.mehanna on 2011-10-09 20:44 |
Comment 6 by jteh on 2011-10-09 21:42 |
Comment 7 by mdcurran on 2011-11-01 00:14 |
Comment 8 by orcauser (in reply to comment 7) on 2011-11-27 15:59
I will add the star and move the beep to event_gainFocus.
Sorry, most of this went over my head, what should be done, and where can I find an example of where this has been done before to learn from. |
Comment 9 by mdcurran on 2011-11-28 00:51 |
Attachment poedit.py added by orcauser on 2012-01-19 18:17 |
Comment 10 by orcauser on 2012-01-19 18:26 Please review. Thanks |
Comment 11 by orcauser on 2012-01-19 18:27 |
Comment 12 by jteh on 2012-01-20 00:36 Just two quick cosmetic thoughts:
|
Comment 13 by orcauser on 2012-01-20 08:45 Thanks. |
Hello, on translation list there has been sometimes asked by translators to improve poedit support in NVDA, due to changes in newer editions of poedit or at least include an addon which was written by neppaly translator and contributer, who died sadly. (I know, that this addon should be ported into python 3 firstly). |
Reported by MHameed on 2011-09-18 20:46
Prep work for #1410 and #1524.
Translators can easely localize messages using poedit, but can currently not read comments, either inserted by other translators or automatically extracted from code.
The attached appmodule adds two shortcuts, control+shift+c for reading translation comments, and control+shift+a for reading automatically extracted comments.
Also labels some edit fields.
comment 1:
Might it be useful if getPath and fetchObject moved into api.py?
Maybe they can be reused by other app modules?
They may cause a watchdog timeout, but an app module developer at least has another quick strategy for his/her app.
comment 2:
the ui.messages should probably be localized, but are provided as is for testing purposes.
Thank you for your time.
The text was updated successfully, but these errors were encountered: