Merge lp:~milo/gwibber/gwibber-milo into lp:~segphault/gwibber/webkitui
Proposed by
Milo Casagrande
Status: | Merged | ||||||||
---|---|---|---|---|---|---|---|---|---|
Merged at revision: | not available | ||||||||
Proposed branch: | lp:~milo/gwibber/gwibber-milo | ||||||||
Merge into: | lp:~segphault/gwibber/webkitui | ||||||||
To merge this branch: | bzr merge lp:~milo/gwibber/gwibber-milo | ||||||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ryan Paul | Approve | ||
Review via email:
|
To post a comment you must log in.
Worked a little bit more on the i18n front: support/ __init_ _.py. I had to import the math library for using the floor() function to "round" to the smallest number seconds, hours and days, otherwise the plural forms handled by gettext wouldn't work correctly (it always showed a plural form as the number was always major than one)
- Changed the if-else clause in configui.py for handling in a clearer translators way the different dialog titles
- Added i18n support in microblog/
- Need to get some more info on why the aliased function _ doesn't work with plural forms, had to use the "canonical" way of gettext.ngettext (and BTW, even lngettext doesn't work with intltool)
- I added a title to the Facebook authorization dialog, it was saying "run", now it says "Facebook Authorization"
- Updated the POT file and the Italian translation