[13:14] how would you get a quickly app working on windows? [14:24] dpm, ping [14:24] hi davidcalle [14:25] dpm, hey. Quick i18n question, about .pot files, for Launchpad translation, should I add them to my branch or just rely on the fact that it can be built from POTFILES.in? [14:28] dpm, nevermind, just found the answer :) [14:28] davidcalle, I'd recommend adding the .po files to the branch (they can get auto-committed if you use automatic translations from LP). If we're talking about the .pot file, and if it's a Python codebase, I'd still recommend to commit it, even though it can be regenerated. If it's in the branch, then LP will scan for it and will update the translatable translations every time you update and commit it [14:29] dpm, thanks, I was committing them, I'll keep doing it. [14:29] them/it [14:31] davidcalle, cool. Yeah, simply remember to update the file every time you add new strings and you think that they're ready to be exposed to developers. For C apps that use autotools + intltool, LP is clever enough to generate the .pot file itself without the need for it being in the branch, but for Python, it needs to have the .pot file under revision control [14:31] err, to be exposed to *translators [14:33] dpm, ok :) [20:21] jvrbanac: that was fast [20:22] mhall119, haha! Google Reader pinged me saying that you put up a new post. [20:23] Gotta love the Ubuntu WebApps :D [20:24] jvrbanac: I accidentally hit publish, it's not going live until tomorrow [20:24] it was only live for about 30 seconds [20:24] woops! [20:26] it's okay, I just try not to publish this late in the day, it'll be buried by other things before folks in Europe ever see it [20:29] Ahh, got it! By the way, I'm assuming you got my e-mail a week or two ago regarding my interest and my schedule? [20:38] hmmm, not that I remember, let me search my inbox [20:40] jvrbanac: I'm not seeing it, can you re-send? [20:41] mhall119, there we go. [20:46] Hopefully, that reaches you. If not, the main point is that I have quite a bit on my plate for the next few weeks, but I will make time to help out. [20:47] jvrbanac: cool, thanks [20:52] Considering that the lack of dev documentation was a bit of a barrier when I was trying to get use to GTK, I would really like to help drop that barrier for newcomers. My guess is that it'll increase productivity for devs already using GIR GTK as well. [20:53] jvrbanac: yeah, that was a common problem for a lot of devs