From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 12 09:53:10 2021 Received: (at submit) by debbugs.gnu.org; 12 Jan 2021 14:53:11 +0000 Received: from localhost ([127.0.0.1]:59631 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kzL2g-0003MO-Md for submit@debbugs.gnu.org; Tue, 12 Jan 2021 09:53:10 -0500 Received: from lists.gnu.org ([209.51.188.17]:45782) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kzL2e-0003MG-98 for submit@debbugs.gnu.org; Tue, 12 Jan 2021 09:53:05 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:55576) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kzL2d-0004yP-Vw for guix-patches@gnu.org; Tue, 12 Jan 2021 09:53:04 -0500 Received: from lepiller.eu ([2a00:5884:8208::1]:46892) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kzL2a-0003a3-P7 for guix-patches@gnu.org; Tue, 12 Jan 2021 09:53:03 -0500 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 0903e2ec for ; Tue, 12 Jan 2021 14:52:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :to:subject:message-id:mime-version:content-type; s=dkim; bh=B4i wSG5OBTNC8GOQph5cqi8I8oUyW76AbOADXPmF+Z8=; b=eEjPJ5nrtk3BhOipjDu 8lXGFktpHqxjBLkY6yOdonNhowaiFBXMaU7YVMj9pPDrjDwKR7o5022EwH6cKpvI /9LPeUWfG47QphB36g85ukX6ghATtpnTghre6mJyNufO23MRY/zsH7zC0hye8eto fYiuwkfRCfgBFq3ymhXQoZxuDTyc7Wc9nH3W8CnAoWeBGFZpF/iQTAVUAJFd2Rhq ePQh7F0SnZpY0M4ByWKPL8g566rJn8oaFrD2ulW9eDW2cL37L9JqnvYYekIRHMIl +7UzXuPO9MdwD86vQJCQXs5Kco36l8kEYEKZt7UPrid9jkwbmT4R6W/xu1oaa9Sh 78w== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id e71adf27 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Tue, 12 Jan 2021 14:52:54 +0000 (UTC) Date: Tue, 12 Jan 2021 15:52:49 +0100 From: Julien Lepiller To: guix-patches@gnu.org Subject: [PATCH] Switching to Weblate Message-ID: <20210112155235.52447d7f@tachikoma.lepiller.eu> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/eXJ2iiK0bkmmhld9pKrQZr1" Received-SPF: pass client-ip=2a00:5884:8208::1; envelope-from=julien@lepiller.eu; helo=lepiller.eu X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) --MP_/eXJ2iiK0bkmmhld9pKrQZr1 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Guix! It's finally time to switch to Weblate! We are now hosted at https://translate.fedoraproject.org/projects/guix/. Here are two patches to apply the changes. The first patch changes the Makefile rule "download-po" to download from Weblate instead of the TP. The second patch replaces every mention of the translation project in our documentation with a new link to Weblate. We have the website translation on the Weblate too, so the draft blog post at https://issues.guix.gnu.org/26302#88 could be updated with that information and published. When we decide to apply these patches and switch to Weblate, I will also contact the TP admins to ask if they can close/disable/remove the guix domains, so we don't have conflicts between the two platforms. Am I missing something? Thanks! --MP_/eXJ2iiK0bkmmhld9pKrQZr1 Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0001-Makefile.am-Download-po-files-from-weblate.patch >From 58dfcf6760d1957b95dfc55ccac4e73396755edd Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Tue, 12 Jan 2021 15:35:29 +0100 Subject: [PATCH 1/2] Makefile.am: Download po files from weblate. * Makefile.am (download-po): Download from weblate. --- Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 99bdcfa346..384875d732 100644 --- a/Makefile.am +++ b/Makefile.am @@ -987,7 +987,7 @@ download-po.$(1): fi ; \ for lang in $$$$LINGUAS; do \ if wget -nv -O "$(top_srcdir)/$(2)/$(3)$$$$lang.po.tmp" \ - "https://translationproject.org/latest/$(1)/$$$$lang.po" ; \ + "https://translate.fedoraproject.org/api/translations/guix/$(1)/$$$$lang/file/" ; \ then \ mv "$(top_srcdir)/$(2)/$(3)$$$$lang.po"{.tmp,} ; \ else \ @@ -999,11 +999,12 @@ download-po.$(1): endef +$(eval $(call make-download-po-rule,documentation-cookbook,po/doc,guix-cookbook.)) +$(eval $(call make-download-po-rule,documentation-manual,po/doc,guix-manual.)) $(eval $(call make-download-po-rule,guix,po/guix)) -$(eval $(call make-download-po-rule,guix-packages,po/packages)) -$(eval $(call make-download-po-rule,guix-manual,po/doc,guix-manual.)) +$(eval $(call make-download-po-rule,packages,po/packages)) -download-po: $(foreach domain,guix guix-packages guix-manual,download-po.$(domain)) +download-po: $(foreach domain,guix packages documentation-manual documentation-cookbook,download-po.$(domain)) .PHONY: download-po ## -------------- ## -- 2.29.2 --MP_/eXJ2iiK0bkmmhld9pKrQZr1 Content-Type: text/x-patch Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=0002-doc-Replace-TP-with-Weblate-mentions.patch =46rom ec987b970832ed9569b3dae5463ddbbd2beea292 Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Tue, 12 Jan 2021 15:46:03 +0100 Subject: [PATCH 2/2] doc: Replace TP with Weblate mentions. * doc/contributing.texi: Replace link to TP with a link to Weblate. * doc/guix.texi: Replace link to TP with a link to Weblate. * doc/guix-cookbook.texi: Replace link to TP with a link to Weblate. --- doc/contributing.texi | 4 ++-- doc/guix-cookbook.texi | 5 +++-- doc/guix.texi | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/contributing.texi b/doc/contributing.texi index d0ab08336a..d1619d3a65 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -593,8 +593,8 @@ such as @command{guix package --show} take care of rend= ering it appropriately. =20 Synopses and descriptions are translated by volunteers -@uref{https://translationproject.org/domain/guix-packages.html, at the -Translation Project} so that as many users as possible can read them in +@uref{https://translate.fedoraproject.org/projects/guix/packages, at +Weblate} so that as many users as possible can read them in their native language. User interfaces search them and display them in the language specified by the current locale. =20 diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi index 54ab99558e..9c91ac5f9b 100644 --- a/doc/guix-cookbook.texi +++ b/doc/guix-cookbook.texi @@ -57,8 +57,9 @@ its API, and related concepts. @c how to join your own translation team and how to report issues with the @c translation. If you would like to translate this document in your native language, cons= ider -joining the @uref{https://translationproject.org/domain/guix-cookbook.html, -Translation Project}. +joining the +@uref{https://translate.fedoraproject.org/projects/guix/documentation-cook= book, +Weblate}. =20 @menu * Scheme tutorials:: Meet your new favorite language! diff --git a/doc/guix.texi b/doc/guix.texi index 93c980c196..70c144a285 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -143,8 +143,8 @@ Guix}), German (@pxref{Top,,, guix.de, Referenzhandbuch= zu GNU Guix}), Spanish (@pxref{Top,,, guix.es, Manual de referencia de GNU Guix}), and Russian (@pxref{Top,,, guix.ru, =D0=A0=D1=83=D0=BA=D0=BE=D0=B2=D0=BE=D0=B4= =D1=81=D1=82=D0=B2=D0=BE GNU Guix}). If you would like to translate it in your native language, consider joining the -@uref{https://translationproject.org/domain/guix-manual.html, Translation -Project}. +@uref{https://translate.fedoraproject.org/projects/guix/documentation-manu= al, +Weblate}. =20 @menu * Introduction:: What is Guix about? --=20 2.29.2 --MP_/eXJ2iiK0bkmmhld9pKrQZr1-- From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 13 05:59:20 2021 Received: (at 45815) by debbugs.gnu.org; 13 Jan 2021 10:59:20 +0000 Received: from localhost ([127.0.0.1]:34493 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kzdrs-00055f-L1 for submit@debbugs.gnu.org; Wed, 13 Jan 2021 05:59:20 -0500 Received: from pelzflorian.de ([5.45.111.108]:59908 helo=mail.pelzflorian.de) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kzdrp-00055U-LC for 45815@debbugs.gnu.org; Wed, 13 Jan 2021 05:59:11 -0500 Received: from pelzflorian.localdomain (unknown [5.45.111.108]) by mail.pelzflorian.de (Postfix) with ESMTPSA id 67E6A3605C2; Wed, 13 Jan 2021 11:59:08 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=pelzflorian.de; s=mail; t=1610535548; bh=xCqRzBFz1Wr/pw9AYzxhSvxoBw9KSohBUBeJhS/5og0=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=m8H1OJ23TRD29utH+TNn4QnXm7Jus1zbczOv55l8cYOSqe4t+h6iql470D83Cn2V/ Xj/U9AjdqH2Bldd3CVL6s8zlg+B60gyuuTRFpDjqg6nF05+B1cxzPIj24XPL8StyF4 1K34W/PPW+dWrOGGp+kttqIZygnq5a5Q8MfbzIXo= Date: Wed, 13 Jan 2021 11:59:00 +0100 From: "pelzflorian (Florian Pelz)" To: Julien Lepiller Subject: Re: [bug#45815] [PATCH] Switching to Weblate Message-ID: <20210113105900.kou72p7ovd4rdif5@pelzflorian.localdomain> References: <20210112155235.52447d7f@tachikoma.lepiller.eu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="bw7eprqjmsb7ucea" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20210112155235.52447d7f@tachikoma.lepiller.eu> X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 45815 Cc: 45815@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --bw7eprqjmsb7ucea Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit On Tue, Jan 12, 2021 at 03:52:49PM +0100, Julien Lepiller wrote: > Hi Guix! > > It's finally time to switch to Weblate! We are now hosted at > https://translate.fedoraproject.org/projects/guix/. Hooray, this is wonderful news. Continuous translations are much better for the rolling release model. > The second > patch replaces every mention of the translation project in our > documentation with a new link to Weblate. You write: > If you would like to translate this document in your native language, consider > +joining the > +@uref{https://translate.fedoraproject.org/projects/guix/documentation-cookbook, > +Weblate}. I think it’s just “joining Weblate”, not “joining the Weblate”. > We have the website translation on the Weblate too, so the draft blog > post at https://issues.guix.gnu.org/26302#88 could be updated with that > information and published. I adapted the first paragraphs of the blog post to Weblate, diff is attached (see it online at ). Shall I publish the blog post? Regards, Florian --bw7eprqjmsb7ucea Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="4th-draft-adding-translations-to-guix-website.diff" Content-Transfer-Encoding: 8bit diff --git a/website/posts/4th-draft-adding-translations-to-guix-website.md b/website/posts/4th-draft-adding-translations-to-guix-website.md index 1d80176..0af2694 100644 --- a/website/posts/4th-draft-adding-translations-to-guix-website.md +++ b/website/posts/4th-draft-adding-translations-to-guix-website.md @@ -1,5 +1,5 @@ title: Adding translations to Guix’ website -date: 2020-08-01 15:00 +date: 2021-01-13 12:00 author: Florian Pelz tags: Community --- @@ -23,27 +23,28 @@ software packages, Guix uses translations, with which translatable strings are extracted from the source code to so-called PO files. If this is new to you, the magic behind the translation process is best understood by taking a look at -one of them. Download a PO file from [your language’s team at the -Translation Project (TP)](https://translationproject.org/team). +one of them. +[Download](https://docs.weblate.org/en/latest/user/files.html) a PO +file from [your language’s entry at the Fedora Weblate +instance](https://translate.fedoraproject.org/projects/guix/). Even though PO files are text files, changes should not be made with a -text editor but with PO editing software. Translators can use any of +text editor but with PO editing software. Weblate integrates PO +editing functionality. Alternatively, translators can use any of various free-software tools for filling in translations, of which -[Poedit](https://poedit.net) is one example. There also is a [special -PO editing mode](https://www.emacswiki.org/emacs/PoMode) for users of +[Poedit](https://poedit.net) is one example, and (after logging in) +[upload](https://docs.weblate.org/en/latest/user/files.html) the +changed file. There also is a [special PO editing +mode](https://www.emacswiki.org/emacs/PoMode) for users of [GNU Emacs](https://www.gnu.org/software/emacs). Over time translators find out what software they are happy with and what features they need. -Help with translations is much appreciated. If you intend to become a -translator, before you begin with serious editing of a PO file, you -should learn about how your TP team is organized. You need to talk to -[your team](https://translationproject.org/team) at the Translation -Project, which also helps avoid duplicate work. The TP also hosts a -[list of steps](https://translationproject.org/html/translators.html) -to help new translators getting started, though not all are needed for -Guix — we at Guix do not require a copyright disclaimer — and it may -be easier to talk to the helpful people at your TP team. +Help with translations is much appreciated. Since Guix integrates +with the wider free software ecosystem, if you intend to become a +translator, it is worth taking a look at the styleguides and the work +of other translators. You will find some [at your language’s team at +the Translation Project (TP)](https://translationproject.org/team). So much for the translation of ordinary source code. With [Po4a](https://po4a.org), we can also use Gettext’s tooling to --bw7eprqjmsb7ucea-- From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 19 16:33:07 2021 Received: (at 45815) by debbugs.gnu.org; 19 Jan 2021 21:33:07 +0000 Received: from localhost ([127.0.0.1]:51950 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l1ycd-0005wJ-0O for submit@debbugs.gnu.org; Tue, 19 Jan 2021 16:33:07 -0500 Received: from lepiller.eu ([89.234.186.109]:54954) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l1ycZ-0005vw-KP for 45815@debbugs.gnu.org; Tue, 19 Jan 2021 16:33:05 -0500 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 6acea390; Tue, 19 Jan 2021 21:33:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=dkim; bh=wgeeHJwo/Jek btWWhUJ9oPmmZ5npAVelf0Cm8tXKuPE=; b=aeakgXErzVPY8l/HOlXJ4CjncY9s i6Pj/+Wse5kOqtWemXU5fjmuKWEL0Nj1R/Tq5k/nEVsvPAy7IrkPgWHhBdjIQMf/ YCPoZJ56KsVlwAL1ZjvvZ3gPd3kOw2u582BJfDmkpNkDQnGtl5NmAaC9P3xAMTsh JPykORcRQ3Gk+23b7ruZCpGZ4drCksYhCUi4nv7NYTQwe+Z+RVsiGCiZ5GaR6sxv dNipxp4fD3rau9chr2nvXLPzWbj3c5+Kr06avXU1vWZXgF9jMrCs9DmfMNBUj+JN Sh1Ql9JexuiU+be9tGy03fvO5VQEhX6NhF4Og+k/BRxzPMlYJhzOxsvZow== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id a4768c27 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Tue, 19 Jan 2021 21:33:00 +0000 (UTC) Date: Tue, 19 Jan 2021 22:32:49 +0100 From: Julien Lepiller To: "pelzflorian (Florian Pelz)" Subject: Re: [bug#45815] [PATCH] Switching to Weblate Message-ID: <20210119223249.617e2ee8@tachikoma.lepiller.eu> In-Reply-To: <20210113105900.kou72p7ovd4rdif5@pelzflorian.localdomain> References: <20210112155235.52447d7f@tachikoma.lepiller.eu> <20210113105900.kou72p7ovd4rdif5@pelzflorian.localdomain> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 45815 Cc: 45815@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Le Wed, 13 Jan 2021 11:59:00 +0100, "pelzflorian (Florian Pelz)" a =C3=A9crit : > On Tue, Jan 12, 2021 at 03:52:49PM +0100, Julien Lepiller wrote: > > Hi Guix! > >=20 > > It's finally time to switch to Weblate! We are now hosted at > > https://translate.fedoraproject.org/projects/guix/. =20 >=20 > Hooray, this is wonderful news. Continuous translations are much > better for the rolling release model. >=20 > > The second > > patch replaces every mention of the translation project in our > > documentation with a new link to Weblate. =20 >=20 > You write: >=20 > > If you would like to translate this document in your native > > language, consider +joining the > > +@uref{https://translate.fedoraproject.org/projects/guix/documentation-= cookbook, > > +Weblate}. =20 >=20 > I think it=E2=80=99s just =E2=80=9Cjoining Weblate=E2=80=9D, not =E2=80= =9Cjoining the Weblate=E2=80=9D. >=20 >=20 > > We have the website translation on the Weblate too, so the draft > > blog post at https://issues.guix.gnu.org/26302#88 could be updated > > with that information and published. =20 >=20 > I adapted the first paragraphs of the blog post to Weblate, diff is > attached (see it online at > ). >=20 > Shall I publish the blog post? >=20 > Regards, > Florian Thanks! I finally took the time to read this. I think it's pretty good, I don't see any problem with publishing it :) From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 20 06:02:32 2021 Received: (at 45815) by debbugs.gnu.org; 20 Jan 2021 11:02:32 +0000 Received: from localhost ([127.0.0.1]:53048 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l2BFw-00053X-Bp for submit@debbugs.gnu.org; Wed, 20 Jan 2021 06:02:32 -0500 Received: from pelzflorian.de ([5.45.111.108]:41168 helo=mail.pelzflorian.de) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l2BFr-00053L-Gl for 45815@debbugs.gnu.org; Wed, 20 Jan 2021 06:02:30 -0500 Received: from pelzflorian.localdomain (unknown [5.45.111.108]) by mail.pelzflorian.de (Postfix) with ESMTPSA id 10BDF3605C2; Wed, 20 Jan 2021 12:02:25 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=pelzflorian.de; s=mail; t=1611140545; bh=Xl+WpsX8fgJyxJ2cK5qHnP+W/TL8TLzVjkRpvQ9llus=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=3Qeugz2sHCOfKRuk2NNWFlCL76DMPWREI08vyYLJtFQk3zUfvS/0aITnn63a+T1SK hdqJ6/oxQChJlIJcaLUN+ylCN0GgL6sWMV7FK6iF91esT6IhF2fMN5wUufzJr8ZCa0 /MV8sCxzb0XZuWlB6EndzjYX31usxqvCG+MGq2zc= Date: Wed, 20 Jan 2021 12:02:15 +0100 From: "pelzflorian (Florian Pelz)" To: Julien Lepiller Subject: Re: [bug#45815] [PATCH] Switching to Weblate Message-ID: <20210120110215.w54vjrv4xnurvqsb@pelzflorian.localdomain> References: <20210112155235.52447d7f@tachikoma.lepiller.eu> <20210113105900.kou72p7ovd4rdif5@pelzflorian.localdomain> <20210119223249.617e2ee8@tachikoma.lepiller.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210119223249.617e2ee8@tachikoma.lepiller.eu> X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 45815 Cc: 45815@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) On Tue, Jan 19, 2021 at 10:32:49PM +0100, Julien Lepiller wrote: > Thanks! I finally took the time to read this. I think it's pretty good, > I don't see any problem with publishing it :) Thanks. Now I had enough courage to push it. Will be online at soon. Regards, Florian From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 20 11:09:25 2021 Received: (at 45815) by debbugs.gnu.org; 20 Jan 2021 16:09:25 +0000 Received: from localhost ([127.0.0.1]:56000 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l2G2v-0002oN-MO for submit@debbugs.gnu.org; Wed, 20 Jan 2021 11:09:25 -0500 Received: from mail-qv1-f50.google.com ([209.85.219.50]:41789) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l2G2u-0002oC-LA for 45815@debbugs.gnu.org; Wed, 20 Jan 2021 11:09:24 -0500 Received: by mail-qv1-f50.google.com with SMTP id h21so2131625qvb.8 for <45815@debbugs.gnu.org>; Wed, 20 Jan 2021 08:09:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=GkCktTHG0j32tXp0zxV7nxLCniS4lbMhjV2v6IUqPrk=; b=ZHJFbY6GUx3P4LMTu6voTrzuPTzOuyPm24HPavh+A7EgzrK7Ott/dw8+k4JEgBUFhR eZ9MQ5bRpDaSzozkXzvnRPdv/TdeUQ6+uxvvnE4vl3akTrZwSqnbrikcwVyjRORa78Y+ PJjFI58LBPuKowBIpG4XvqlE3b3KsNh5we9iQTAWas3+Indx58s+g0RC/2mWf4jWPG+b LjliESdFNRn6oARwAOgPxwbaWGEqHE5OdYYIrPlffSvgT/6+dQYoggO+SX3D7nQph8/H bO4uBFQSIxjrTZ5P9u8NVcF2stERygY+iMCN9qIQWCVsWVSB9GnIoSJNBHqgqpJXzXJ+ AYiA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=GkCktTHG0j32tXp0zxV7nxLCniS4lbMhjV2v6IUqPrk=; b=p+k+X+fHJZqS63NSOVgrO4pRvp21qlWzlQJsA1paa2XrqAiKriu5Jen5hRXTgaB8Ze 2Vj8/lUnZZWmKsNX72WpKc3+rjM8OVfUOny+0JXQ6LaI9b9Nrqr33/wUc/+7pzQ5uHZb eMKlflMvoZNnighV3pT4lyxEb0whTaWCbqxoh/DqQVg/UJLh2Fop5l2Zaxb5xIeAT3j4 kcfzIHP1y9B9OlwW/OhHtcTp49xvtFP5mTfoEbnON9sISbY+rJ0m3EtZBPymT7jMFSvS Ykic/7uUCIEdLTcY8tyy/uI8RBYHr7Xi7qi/cAcGmxKQMDFp20+6+fy17OECEmQudwMq 8kJg== X-Gm-Message-State: AOAM532ItRkwAan7Qp8w9I5tP+fDpKnYBtPXYnlGByLMMOx0SCjIzVkH 6hRq6zK2cXrh3F4SSpbpgwtWJI3CT/SZ/qt82bAzgUIr X-Google-Smtp-Source: ABdhPJyfMxpDDTLlO65e1DXZORL6h53DUh7NfMvJUWY+KUbt4cwdSysAJDVk7vJ1Y8HdqyM058qzx1dcGuSpQR/I5WY= X-Received: by 2002:a0c:aa55:: with SMTP id e21mr10107518qvb.43.1611158959133; Wed, 20 Jan 2021 08:09:19 -0800 (PST) MIME-Version: 1.0 References: <20210112155235.52447d7f@tachikoma.lepiller.eu> <20210113105900.kou72p7ovd4rdif5@pelzflorian.localdomain> <20210119223249.617e2ee8@tachikoma.lepiller.eu> <20210120110215.w54vjrv4xnurvqsb@pelzflorian.localdomain> In-Reply-To: <20210120110215.w54vjrv4xnurvqsb@pelzflorian.localdomain> From: zimoun Date: Wed, 20 Jan 2021 17:09:07 +0100 Message-ID: Subject: Re: [bug#45815] [PATCH] Switching to Weblate To: "pelzflorian (Florian Pelz)" Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 45815 Cc: Julien Lepiller , 45815@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, Thank you for the Weblate switch. And thank you for the blog post. Really cool to read. :-) Cheers, simon From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 20 14:33:41 2021 Received: (at 45815-done) by debbugs.gnu.org; 20 Jan 2021 19:33:41 +0000 Received: from localhost ([127.0.0.1]:56305 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l2JEb-0007wS-9N for submit@debbugs.gnu.org; Wed, 20 Jan 2021 14:33:41 -0500 Received: from lepiller.eu ([89.234.186.109]:55048) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l2JEU-0007wD-5f for 45815-done@debbugs.gnu.org; Wed, 20 Jan 2021 14:33:40 -0500 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id ba71a75c; Wed, 20 Jan 2021 19:33:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date :in-reply-to:references:mime-version:content-type :content-transfer-encoding:subject:to:cc:from:message-id; s= dkim; bh=23yZo6vdub+iGrKKnfXlzVB+oVIHLhqEZrkn/3gKbjk=; b=XE0ystU UTFCVGPexk/vTtiB+bUMRRZXUIO3NGbqNdK0a4Q1qMwyFM0LBVoeRUG2sIE4GJi9 6iCJN+J9XfHbmaQ8O4Y64wTTO9To+mmco2cpXdaGgJX8pWf7ppou9YY08tNvMUDw zAR6Hrwjf4rNj/FaFCjMKeIt89Cdc8ltYR4VrQa3sH2qrGaRzaJHue/pLgIKCWtH Ni+SfzXj8erhZy8hxIRjPCMsAnXRpiUPw2b/u1IE1n+4EFQI63hfvEBn7d/Ezm9t Zr9TFiFX3YXEnfqG0kEuQQPHEt+AmxjsUQEXM6WiYusWYLtYkxWOVm7yF3ObK/dJ G8KyYtzaUNnwW/g== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id 026d57e4 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Wed, 20 Jan 2021 19:33:31 +0000 (UTC) Date: Wed, 20 Jan 2021 14:33:21 -0500 User-Agent: K-9 Mail for Android In-Reply-To: References: <20210112155235.52447d7f@tachikoma.lepiller.eu> <20210113105900.kou72p7ovd4rdif5@pelzflorian.localdomain> <20210119223249.617e2ee8@tachikoma.lepiller.eu> <20210120110215.w54vjrv4xnurvqsb@pelzflorian.localdomain> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----ICN8K74Q6XLMZC3WASVYUABPUNAJ8M" Content-Transfer-Encoding: 7bit Subject: Re: [bug#45815] [PATCH] Switching to Weblate To: zimoun , "pelzflorian (Florian Pelz)" From: Julien Lepiller Message-ID: <9A2CBD73-3B9B-4C08-8A2A-9265B86F4C8E@lepiller.eu> X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 45815-done Cc: 45815-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) ------ICN8K74Q6XLMZC3WASVYUABPUNAJ8M Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ah forgot to close when I pushed the patches=2E Doing so now :) From=20now on, we officially use weblate for our translations=2E Le 20 janvier 2021 11:09:07 GMT-05:00, zimoun a =C3=A9crit : >Hi, > >Thank you for the Weblate switch=2E >And thank you for the blog post=2E Really cool to read=2E :-) > >Cheers, >simon ------ICN8K74Q6XLMZC3WASVYUABPUNAJ8M Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ah forgot to close when I pushed the patches=2E Do= ing so now :)

From now on, we officially use weblate for our transla= tions=2E

Le 20 janvier 2021 11:09:07 GMT-= 05:00, zimoun <zimon=2Etoutoune@gmail=2Ecom> a =C3=A9crit :
Hi,

Thank you for the Weblate switch=2E
An= d thank you for the blog post=2E Really cool to read=2E :-)

Cheers,=
simon
------ICN8K74Q6XLMZC3WASVYUABPUNAJ8M-- From unknown Thu Jun 19 14:16:45 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 18 Feb 2021 12:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator