From owner-freebsd-translators@freebsd.org Sun Dec 4 02:43:49 2016 Return-Path: Delivered-To: freebsd-translators@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5FCC2C57E0D for ; Sun, 4 Dec 2016 02:43:49 +0000 (UTC) (envelope-from demian.fc@gmail.com) Received: from mail-vk0-x235.google.com (mail-vk0-x235.google.com [IPv6:2607:f8b0:400c:c05::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 186DA187E for ; Sun, 4 Dec 2016 02:43:49 +0000 (UTC) (envelope-from demian.fc@gmail.com) Received: by mail-vk0-x235.google.com with SMTP id p9so164316170vkd.3 for ; Sat, 03 Dec 2016 18:43:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=IfvLi9MhGApscQWDiEqFWtJ96DkzbKbLa4Rvxn/prSs=; b=flVwPEdfsmGB+7kMKuSLahZcj6HoDDa/9d1mpn9702+wi2bVH7Ne79fDmkKChouWtz C4dySyj1AlwoBJ2/t2O44KlKroHqlyB1ZWe6UgbLy/ANsCNhJzTdiLWXQldolYjmosbo JMOsdibBmc2W8755HsIxyF2Y/sxWQX4KSZmLc/VaRLUB8MzSdWsoO1xVpNbNiYh22RJu u8PeO11Xn9decgqVTjyEplpOlEWFWQ5SX5jww1m57xmxDd+meUBpy3KInVNnaRuuZF+I H9SN+99OJoEsE9FF16P7qSQBizsI7s2jMf/FNk2bRAVTYntFvwrVeutY3II5XpFRsStt l5zg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=IfvLi9MhGApscQWDiEqFWtJ96DkzbKbLa4Rvxn/prSs=; b=TgAGsvz8lxgl+YiCl3R/e/+Vzissj67xqJVh7jZSBWM6D7U5C/X0jwVtHcTzyycUjG SPMkViAW1kg4Rx/40aQMuRtgkTrmXqxHSH1Tm0R3y+jGbpKCsFEyOuRZaLaxkzssh2Up fhsQ0bwAOwWiX8SkZXIkgyjBZQwDpIEJ1WfshHemBHmQnQ/uJXgcyZZfYjRmVlpejwoC Pw1xjYxiq3hJMidxxXK9YDqlLvdxlTkIwS+Fh36yXr90rDVq60cmCMtLW3k3qFUf8ATH Xw86n9zTWPwrSZriJgmJ5La+QCE9CZ1ctwmfbsLo/dIX952QR+HRcBcNWVvGKeQ23B65 DMIQ== X-Gm-Message-State: AKaTC00o8oxYNuXQJcZx1guJE64R20DN8fWBVGBcccSZEBfSTNcP4iNcWICdoOMoo2rBznaT3/tmU91YhIVOVw== X-Received: by 10.31.82.195 with SMTP id g186mr16699130vkb.74.1480819428161; Sat, 03 Dec 2016 18:43:48 -0800 (PST) MIME-Version: 1.0 Received: by 10.31.178.142 with HTTP; Sat, 3 Dec 2016 18:43:47 -0800 (PST) In-Reply-To: References: From: Federico Caminiti Date: Sat, 3 Dec 2016 23:43:47 -0300 Message-ID: Subject: Re: Translation status script - take 2 To: Warren Block Cc: freebsd-translators@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-translators@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Translators List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Dec 2016 02:43:49 -0000 Looks like we 've both been swamped. I'm replying to this half a month later :). I ran the script on a current tree today on the spanish documentation. The on screen output was modified a little [1] but the generated file looks more or less the same [2] as I haven't yet found a way to incorporate the statistics into the generated .csv (that's why they only show up on the onscreen output). I'm still working on finding the last translated rev number. I'd like to finish with that item first before other changes take place. Let me know if you need another kind of results (like output from a language that isn't spanish). [1] http://slexy.org/view/s21TzvfpTj [2] http://slexy.org/view/s2JkHoJGL6 2016-11-15 1:06 GMT-03:00 Warren Block : > On Tue, 25 Oct 2016, Federico Caminiti wrote: > > Hi translators, >> >> I've updated the translation status script that I originally posted in >> this >> list a few months ago [1]. >> >> TL;DR: the program is a .sh script that indicates which documents have >> already been translated, wich ones haven't , and which ones need updating. >> >> To run the script: >> >> 1) Download the documentation tree. As indicated in the Documentation >> Primer [2]. >> >> 2) Modify the DOCDIR variable atop of the script to point at the directory >> where you downloaded the doc tree. >> >> 3) Run the script specifying the language directory name (I.E >> ./translation.sh de_DE, ./translation.sh es_ES, etc...). Alternatively, >> you >> can omit this parameter and the script will show information about all the >> available languages. >> >> I've adressed most of the issues raised and even found and corrected some >> bugs, though I still haven't gotten arround to the issue of finding the >> last translated revision number (this was pointed by Warren in the last >> review). I'll try to have that solved as soon as I can. >> >> In the meantime I encourage people to run the script and report bugs, >> coding mistakes, or other things I might have missed. >> >> The current version of the script can be found at: >> >> https://gist.github.com/fdemian/b47e8ab2347f4ab0b38523a0037095a3 >> >> Cheers! >> >> [1] https://lists.freebsd.org/pipermail/freebsd-translators/ >> 2016-June/000136.html >> >> [2] >> https://www.freebsd.org/doc/en/books/fdp-primer/working-copy >> -checking-out.html >> > > This looks somewhat familiar. :) > > I apologize for not responding sooner, I had saved this message, but > travel and work (and travel for work) have got in the way. > > I would like to make some edits for style, but don't know when that will > be possible. In the meantime, it would be interesting to see some results > on the current tree. >