Re: Enroll gnome-connections in the translation project

2020-09-01 Thread Rafael Fontenelle
Hey Matej,

I'm sorry, but it is not clear to me: why don't you commit your
translations via D-L web interface? Unless you are constantly doing
batch commits (which is not supported in D-L), D-L provides an easy
interface that eases the committer/coordinator action of sending
translation to the repository. No command lines, no disk space spent
storing Git repository, not requiring to rebase the Git repository
every time.

If you want some help on you using Damned Lies, I'd be happy to set up
a meeting on meet.gnome.org to guide you. Just let me know

Regarding the use of the merge request system, you could use Git's
command-line options to open the merge request [1]. Personally I never
used it because I tend to fork the repository, clone to my local
checkout, commit my changes, git push, and then click on a link
displayed on the git-push output that in fact opens the merge
requests.

About the "gnome-connections", the repository name is just
"connections". "gnome-connections" is just the name used in Damned
Lies.

Finally, I'd like to point out that you could use Damned Lies Rest API
to find out several information on the modules available on Damned
Lies. The application's repository URL is one of the information you
find there. See Damned Lies documentation[2].

[1] 
https://docs.gitlab.com/ee/user/project/push_options.html#push-options-for-merge-requests
[2] https://wiki.gnome.org/DamnedLies#XML_interfaces
On Tue, Sep 1, 2020 at 5:22 PM Matej Urban  wrote:
>
> Ufff,
> I'm really sorry, I guess I'm a handfull of hopelessness ...
>
> I use commandline, not DL.
>
> I know, that I can easily clone, update, commit almost all the packages in 
> stable 3.36, devel 3.38 eg. evolution ... gnome-connections is unclonable 
> [error 1]
> I know I have problems with most gnome infrastructure eg. damn-lies, jhbuild 
> I just did manage, something changed in last few days
> there are some packages, that can not be cloned - contrast, fractal, 
> gnome-keysign ...
>
> As I understood, we are not allowed to mess around some of these packages (I 
> do not wish to battle developers, who enforce this), so I leave them 
> untranslated, which really is a shame. I got instructions about how to clone 
> it using web/command line, but it takes absolutely too much time and I never 
> figured it out, how to do it only through commandline.
>
> I will start looking for a new coordinator, but I doubt I will find someone 
> willing soon ...
>
> Best,
> Matej
>
> [error 1]
> Cloning into 'gnome-connections'...
> remote: 
> 
> remote:
> remote: The namespace you were looking for could not be found.
> remote: 
> 
> remote:
> fatal: Could not read from remote repository.
>
> Please make sure you have the correct access rights and the repository exists.
>
> I sometimes think, that I'm too old for this ;).
>
>
>
> On Tue, Sep 1, 2020 at 11:35 AM Rafael Fontenelle  wrote:
>>
>> Hi Matej,
>>
>> Are you having problem committing via Damned Lies? I remember you sent 
>> something about commit permissions, but was about command line I guess.
>>
>> Alternatively, have you considered opening a merge request with the 
>> translation file instead of committing directly?
>>
>> Best regards,
>> Rafael Fontenelle
>>
>> Em ter, 1 de set de 2020 05:53, Matej Urban via gnome-i18n 
>>  escreveu:
>>>
>>> Hello,
>>> no, I tried directly, but without luck. I will try it again today and will 
>>> post an output ...
>>>
>>> Thanks,
>>> Matej
>>>
>>> On Tue, Sep 1, 2020 at 10:51 AM Daniel Mustieles García 
>>>  wrote:

 I've been able to commit from both DL and command line directly into git.

 Matej, are you trying to upload translations throught Damned Lies? Which 
 branch are you trying?

 Regards

 El mar., 1 sept. 2020 a las 10:05, Felipe Borges 
 () escribió:
>
> Hi Matej,
>
> I did set the gitlab permissions to the gnome-3-38 and master branches to 
> "Developers + Maintainers". It's exactly what I have for gnome-boxes too.
>
> Is there some other permission I should change for you to be able to 
> commit?
>
> Cheers,
> Felipe.
>
>
> On Tue, 1 Sep 2020, 09:41 Matej Urban,  wrote:
>>
>> Daniel,
>> thank you, I'll wait for Felipe raply.
>>
>> Best,
>> Matej
>>
>> On Mon, Aug 31, 2020 at 10:59 PM Daniel Mustieles García via gnome-i18n 
>>  wrote:
>>>
>>> Done. I've also fixed Potfiles file, renaming it to Potfiles.in and 
>>> adding some missing files. Now stats in DL are working properly.
>>>
>>> About perms you should ask Felipe directly as he is the maintainer and 
>>> and review and fix them.
>>>
>>> Regards
>>>
>>> El lun., 31 ago. 2020 20:44, Alexandre Franke  
>>> escribió:

 Hey,

 it seems Felipe 

Re: Enroll gnome-connections in the translation project

2020-09-01 Thread Alexandre Franke
On Tue, Sep 1, 2020 at 10:22 PM Matej Urban via gnome-i18n
 wrote:
> [error 1]
> Cloning into 'gnome-connections'...
> remote: 
> 
> remote:
> remote: The namespace you were looking for could not be found.
> remote: 
> 
> remote:
> fatal: Could not read from remote repository.
>
> Please make sure you have the correct access rights and the repository exists.

It is difficult to help you without the actual command that you typed
to get this result, but I’m gonna guess you used something along the
lines of `git clone g...@gitlab.gnome.org:GNOME/gnome-connections.git`
when you should have used `git clone
g...@gitlab.gnome.org:GNOME/connections.git` (note that there is no
"gnome-" in the module name).


-- 
Alexandre Franke
GNOME Hacker
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: Enroll gnome-connections in the translation project

2020-09-01 Thread Matej Urban via gnome-i18n
Ufff,
I'm really sorry, I guess I'm a handfull of hopelessness ...

I use commandline, not DL.

   - I know, that I can easily clone, update, commit almost all the
   packages in stable 3.36, devel 3.38 eg. evolution ... gnome-connections is
   unclonable [error 1]
   - I know I have problems with most gnome infrastructure eg. damn-lies,
   jhbuild I just did manage, something changed in last few days
   - there are some packages, that can not be cloned - contrast, fractal,
   gnome-keysign ...

As I understood, we are not allowed to mess around some of these packages
(I do not wish to battle developers, who enforce this), so I leave them
untranslated, which really is a shame. I got instructions about how to
clone it using web/command line, but it takes absolutely too much time and
I never figured it out, how to do it only through commandline.

I will start looking for a new coordinator, but I doubt I will find someone
willing soon ...

Best,
Matej

[error 1]
Cloning into 'gnome-connections'...
remote:

remote:
remote: The namespace you were looking for could not be found.
remote:

remote:
fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository
exists.

I sometimes think, that I'm too old for this ;).



On Tue, Sep 1, 2020 at 11:35 AM Rafael Fontenelle 
wrote:

> Hi Matej,
>
> Are you having problem committing via Damned Lies? I remember you sent
> something about commit permissions, but was about command line I guess.
>
> Alternatively, have you considered opening a merge request with the
> translation file instead of committing directly?
>
> Best regards,
> Rafael Fontenelle
>
> Em ter, 1 de set de 2020 05:53, Matej Urban via gnome-i18n <
> gnome-i18n@gnome.org> escreveu:
>
>> Hello,
>> no, I tried directly, but without luck. I will try it again today and
>> will post an output ...
>>
>> Thanks,
>> Matej
>>
>> On Tue, Sep 1, 2020 at 10:51 AM Daniel Mustieles García <
>> daniel.mustie...@gmail.com> wrote:
>>
>>> I've been able to commit from both DL and command line directly into git.
>>>
>>> Matej, are you trying to upload translations throught Damned Lies? Which
>>> branch are you trying?
>>>
>>> Regards
>>>
>>> El mar., 1 sept. 2020 a las 10:05, Felipe Borges (<
>>> felipebor...@gnome.org>) escribió:
>>>
 Hi Matej,

 I did set the gitlab permissions to the gnome-3-38 and master branches
 to "Developers + Maintainers". It's exactly what I have for gnome-boxes 
 too.

 Is there some other permission I should change for you to be able to
 commit?

 Cheers,
 Felipe.


 On Tue, 1 Sep 2020, 09:41 Matej Urban,  wrote:

> Daniel,
> thank you, I'll wait for Felipe raply.
>
> Best,
> Matej
>
> On Mon, Aug 31, 2020 at 10:59 PM Daniel Mustieles García via
> gnome-i18n  wrote:
>
>> Done. I've also fixed Potfiles file, renaming it to Potfiles.in and
>> adding some missing files. Now stats in DL are working properly.
>>
>> About perms you should ask Felipe directly as he is the maintainer
>> and and review and fix them.
>>
>> Regards
>>
>> El lun., 31 ago. 2020 20:44, Alexandre Franke 
>> escribió:
>>
>>> Hey,
>>>
>>> it seems Felipe unfortunately already branched for 3.38. Can someone
>>> please add the branch on Damned lies and switch from master to that
>>> branch in the 3.38 releaseset?
>>>
>>> Cheers,
>>>
>>> --
>>> Alexandre Franke
>>> GNOME Hacker
>>> ___
>>> gnome-i18n mailing list
>>> gnome-i18n@gnome.org
>>> https://mail.gnome.org/mailman/listinfo/gnome-i18n
>>>
>> ___
>> gnome-i18n mailing list
>> gnome-i18n@gnome.org
>> https://mail.gnome.org/mailman/listinfo/gnome-i18n
>>
> ___
>> gnome-i18n mailing list
>> gnome-i18n@gnome.org
>> https://mail.gnome.org/mailman/listinfo/gnome-i18n
>>
>
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


[DL]String additions to 'glib-networking.master'

2020-09-01 Thread GNOME Status Pages
This is an automatic notification from status generation scripts on:
https://l10n.gnome.org.

There have been following string additions to module 'glib-networking.master':

+ "Channel binding data for tls-unique is not yet available"
+ "Channel binding data tls-unique is not available"
+ "Channel binding type tls-unique is not implemented in the TLS library"
+ "Current X.509 certificate uses unknown or unsupported signature 
algorithm"
+ "Failed to generate X.509 certificate digest"
+ "Handshake is not finished, no channel binding information yet"
+ "Requested channel binding type is not implemented"
+ "TLS Connection does not support TLS-Exporter feature"
+ "Unable to obtain certificate signature algoritm"

Note that this doesn't directly indicate a string freeze break, but it
might be worth investigating.
https://gitlab.gnome.org/GNOME/glib-networking/commits/master
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: Connections POTFILES.in

2020-09-01 Thread Daniel Mustieles García via gnome-i18n
Hi Rafael,

Yes, I modified POTFILES.in to fix some errors DL was showing about missing
files (and a non-existant file) in the file.

If strings are marked as translatable but not included in POTFILES it's not
a freeze break (please let me know if I'm wrong... this is sometimesa bit
confusing).

But now we have done the initial setup for having this module in DL I'd ask
Felipe to review and fix this. We can do it but maybe we should let him
this task ;-)

Thanks!

El mar., 1 sept. 2020 a las 14:14, Rafael Fontenelle ()
escribió:

> Hey there,
>
> I notice you added some files to POTFILES.in in gnome-3-38 branch[1],
> but the gnome-3-38's list differs from master branch's[2]. Some
> important strings were not included in 3.38's translation, like CLI
> options descriptions and the "translator-credits". See my diff between
> gnome-3-38 and master for the obsolete strings[3] -- this translation
> started in master branch, but I had to redo it when branched on Damned
> Lies.
>
> Is it OK to have POTFILES.in contents synced, or this would be somehow
> considered string freeze break?
>
> [1]
> https://gitlab.gnome.org/GNOME/connections/-/blob/gnome-3-38/po/POTFILES.in
> [2]
> https://gitlab.gnome.org/GNOME/connections/-/blob/master/po/POTFILES.in
> [3] https://l10n.gnome.org/vertimus/diff/670111/0/0/
>
> Best regards,
> Rafael Fontenelle
>
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Connections POTFILES.in

2020-09-01 Thread Rafael Fontenelle
Hey there,

I notice you added some files to POTFILES.in in gnome-3-38 branch[1],
but the gnome-3-38's list differs from master branch's[2]. Some
important strings were not included in 3.38's translation, like CLI
options descriptions and the "translator-credits". See my diff between
gnome-3-38 and master for the obsolete strings[3] -- this translation
started in master branch, but I had to redo it when branched on Damned
Lies.

Is it OK to have POTFILES.in contents synced, or this would be somehow
considered string freeze break?

[1] https://gitlab.gnome.org/GNOME/connections/-/blob/gnome-3-38/po/POTFILES.in
[2] https://gitlab.gnome.org/GNOME/connections/-/blob/master/po/POTFILES.in
[3] https://l10n.gnome.org/vertimus/diff/670111/0/0/

Best regards,
Rafael Fontenelle
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: Unable to login in Damned Lies

2020-09-01 Thread Alexandre Franke
On Tue, Sep 1, 2020 at 11:47 AM Fran Dieguez  wrote:
> Hi,

Hi,

> I'm trying to login in Damned Lies l10n.gnome.org, I'm unable to log in.
>
> I have checked by resetting my password, and all the process went well, but 
> if I try to log in with my new password the same message keeps showing up 
> "Login unsuccessful. Please verify your username and password."
>
> And if I try to log in with my "GNOME account" the next messages shows: 
> "OpenID discovery error: Error fetching XRDS document:"
>
> Anyone can give a hand?

Please use gitlab for support.
https://gitlab.gnome.org/Infrastructure/damned-lies/-/issues

-- 
Alexandre Franke
GNOME Hacker
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Unable to login in Damned Lies

2020-09-01 Thread Fran Dieguez
Hi,

I'm trying to login in Damned Lies l10n.gnome.org, I'm unable to log in.

I have checked by resetting my password, and all the process went well, but
if I try to log in with my new password the same message keeps showing up
"Login unsuccessful. Please verify your username and password."

And if I try to log in with my "GNOME account" the next messages shows:
"OpenID discovery error: Error fetching XRDS document:"

Anyone can give a hand?

Cheers,
Fran
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: Enroll gnome-connections in the translation project

2020-09-01 Thread Rafael Fontenelle
Hi Matej,

Are you having problem committing via Damned Lies? I remember you sent
something about commit permissions, but was about command line I guess.

Alternatively, have you considered opening a merge request with the
translation file instead of committing directly?

Best regards,
Rafael Fontenelle

Em ter, 1 de set de 2020 05:53, Matej Urban via gnome-i18n <
gnome-i18n@gnome.org> escreveu:

> Hello,
> no, I tried directly, but without luck. I will try it again today and will
> post an output ...
>
> Thanks,
> Matej
>
> On Tue, Sep 1, 2020 at 10:51 AM Daniel Mustieles García <
> daniel.mustie...@gmail.com> wrote:
>
>> I've been able to commit from both DL and command line directly into git.
>>
>> Matej, are you trying to upload translations throught Damned Lies? Which
>> branch are you trying?
>>
>> Regards
>>
>> El mar., 1 sept. 2020 a las 10:05, Felipe Borges ()
>> escribió:
>>
>>> Hi Matej,
>>>
>>> I did set the gitlab permissions to the gnome-3-38 and master branches
>>> to "Developers + Maintainers". It's exactly what I have for gnome-boxes too.
>>>
>>> Is there some other permission I should change for you to be able to
>>> commit?
>>>
>>> Cheers,
>>> Felipe.
>>>
>>>
>>> On Tue, 1 Sep 2020, 09:41 Matej Urban,  wrote:
>>>
 Daniel,
 thank you, I'll wait for Felipe raply.

 Best,
 Matej

 On Mon, Aug 31, 2020 at 10:59 PM Daniel Mustieles García via gnome-i18n
  wrote:

> Done. I've also fixed Potfiles file, renaming it to Potfiles.in and
> adding some missing files. Now stats in DL are working properly.
>
> About perms you should ask Felipe directly as he is the maintainer and
> and review and fix them.
>
> Regards
>
> El lun., 31 ago. 2020 20:44, Alexandre Franke 
> escribió:
>
>> Hey,
>>
>> it seems Felipe unfortunately already branched for 3.38. Can someone
>> please add the branch on Damned lies and switch from master to that
>> branch in the 3.38 releaseset?
>>
>> Cheers,
>>
>> --
>> Alexandre Franke
>> GNOME Hacker
>> ___
>> gnome-i18n mailing list
>> gnome-i18n@gnome.org
>> https://mail.gnome.org/mailman/listinfo/gnome-i18n
>>
> ___
> gnome-i18n mailing list
> gnome-i18n@gnome.org
> https://mail.gnome.org/mailman/listinfo/gnome-i18n
>
 ___
> gnome-i18n mailing list
> gnome-i18n@gnome.org
> https://mail.gnome.org/mailman/listinfo/gnome-i18n
>
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: Enroll gnome-connections in the translation project

2020-09-01 Thread Matej Urban via gnome-i18n
Hello,
no, I tried directly, but without luck. I will try it again today and will
post an output ...

Thanks,
Matej

On Tue, Sep 1, 2020 at 10:51 AM Daniel Mustieles García <
daniel.mustie...@gmail.com> wrote:

> I've been able to commit from both DL and command line directly into git.
>
> Matej, are you trying to upload translations throught Damned Lies? Which
> branch are you trying?
>
> Regards
>
> El mar., 1 sept. 2020 a las 10:05, Felipe Borges ()
> escribió:
>
>> Hi Matej,
>>
>> I did set the gitlab permissions to the gnome-3-38 and master branches to
>> "Developers + Maintainers". It's exactly what I have for gnome-boxes too.
>>
>> Is there some other permission I should change for you to be able to
>> commit?
>>
>> Cheers,
>> Felipe.
>>
>>
>> On Tue, 1 Sep 2020, 09:41 Matej Urban,  wrote:
>>
>>> Daniel,
>>> thank you, I'll wait for Felipe raply.
>>>
>>> Best,
>>> Matej
>>>
>>> On Mon, Aug 31, 2020 at 10:59 PM Daniel Mustieles García via gnome-i18n <
>>> gnome-i18n@gnome.org> wrote:
>>>
 Done. I've also fixed Potfiles file, renaming it to Potfiles.in and
 adding some missing files. Now stats in DL are working properly.

 About perms you should ask Felipe directly as he is the maintainer and
 and review and fix them.

 Regards

 El lun., 31 ago. 2020 20:44, Alexandre Franke 
 escribió:

> Hey,
>
> it seems Felipe unfortunately already branched for 3.38. Can someone
> please add the branch on Damned lies and switch from master to that
> branch in the 3.38 releaseset?
>
> Cheers,
>
> --
> Alexandre Franke
> GNOME Hacker
> ___
> gnome-i18n mailing list
> gnome-i18n@gnome.org
> https://mail.gnome.org/mailman/listinfo/gnome-i18n
>
 ___
 gnome-i18n mailing list
 gnome-i18n@gnome.org
 https://mail.gnome.org/mailman/listinfo/gnome-i18n

>>>
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: Enroll gnome-connections in the translation project

2020-09-01 Thread Daniel Mustieles García via gnome-i18n
I've been able to commit from both DL and command line directly into git.

Matej, are you trying to upload translations throught Damned Lies? Which
branch are you trying?

Regards

El mar., 1 sept. 2020 a las 10:05, Felipe Borges ()
escribió:

> Hi Matej,
>
> I did set the gitlab permissions to the gnome-3-38 and master branches to
> "Developers + Maintainers". It's exactly what I have for gnome-boxes too.
>
> Is there some other permission I should change for you to be able to
> commit?
>
> Cheers,
> Felipe.
>
>
> On Tue, 1 Sep 2020, 09:41 Matej Urban,  wrote:
>
>> Daniel,
>> thank you, I'll wait for Felipe raply.
>>
>> Best,
>> Matej
>>
>> On Mon, Aug 31, 2020 at 10:59 PM Daniel Mustieles García via gnome-i18n <
>> gnome-i18n@gnome.org> wrote:
>>
>>> Done. I've also fixed Potfiles file, renaming it to Potfiles.in and
>>> adding some missing files. Now stats in DL are working properly.
>>>
>>> About perms you should ask Felipe directly as he is the maintainer and
>>> and review and fix them.
>>>
>>> Regards
>>>
>>> El lun., 31 ago. 2020 20:44, Alexandre Franke 
>>> escribió:
>>>
 Hey,

 it seems Felipe unfortunately already branched for 3.38. Can someone
 please add the branch on Damned lies and switch from master to that
 branch in the 3.38 releaseset?

 Cheers,

 --
 Alexandre Franke
 GNOME Hacker
 ___
 gnome-i18n mailing list
 gnome-i18n@gnome.org
 https://mail.gnome.org/mailman/listinfo/gnome-i18n

>>> ___
>>> gnome-i18n mailing list
>>> gnome-i18n@gnome.org
>>> https://mail.gnome.org/mailman/listinfo/gnome-i18n
>>>
>>
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: Enroll gnome-connections in the translation project

2020-09-01 Thread Felipe Borges
Hi Matej,

I did set the gitlab permissions to the gnome-3-38 and master branches to
"Developers + Maintainers". It's exactly what I have for gnome-boxes too.

Is there some other permission I should change for you to be able to commit?

Cheers,
Felipe.


On Tue, 1 Sep 2020, 09:41 Matej Urban,  wrote:

> Daniel,
> thank you, I'll wait for Felipe raply.
>
> Best,
> Matej
>
> On Mon, Aug 31, 2020 at 10:59 PM Daniel Mustieles García via gnome-i18n <
> gnome-i18n@gnome.org> wrote:
>
>> Done. I've also fixed Potfiles file, renaming it to Potfiles.in and
>> adding some missing files. Now stats in DL are working properly.
>>
>> About perms you should ask Felipe directly as he is the maintainer and
>> and review and fix them.
>>
>> Regards
>>
>> El lun., 31 ago. 2020 20:44, Alexandre Franke 
>> escribió:
>>
>>> Hey,
>>>
>>> it seems Felipe unfortunately already branched for 3.38. Can someone
>>> please add the branch on Damned lies and switch from master to that
>>> branch in the 3.38 releaseset?
>>>
>>> Cheers,
>>>
>>> --
>>> Alexandre Franke
>>> GNOME Hacker
>>> ___
>>> gnome-i18n mailing list
>>> gnome-i18n@gnome.org
>>> https://mail.gnome.org/mailman/listinfo/gnome-i18n
>>>
>> ___
>> gnome-i18n mailing list
>> gnome-i18n@gnome.org
>> https://mail.gnome.org/mailman/listinfo/gnome-i18n
>>
>
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: Enroll gnome-connections in the translation project

2020-09-01 Thread Matej Urban via gnome-i18n
Daniel,
thank you, I'll wait for Felipe raply.

Best,
Matej

On Mon, Aug 31, 2020 at 10:59 PM Daniel Mustieles García via gnome-i18n <
gnome-i18n@gnome.org> wrote:

> Done. I've also fixed Potfiles file, renaming it to Potfiles.in and adding
> some missing files. Now stats in DL are working properly.
>
> About perms you should ask Felipe directly as he is the maintainer and and
> review and fix them.
>
> Regards
>
> El lun., 31 ago. 2020 20:44, Alexandre Franke 
> escribió:
>
>> Hey,
>>
>> it seems Felipe unfortunately already branched for 3.38. Can someone
>> please add the branch on Damned lies and switch from master to that
>> branch in the 3.38 releaseset?
>>
>> Cheers,
>>
>> --
>> Alexandre Franke
>> GNOME Hacker
>> ___
>> gnome-i18n mailing list
>> gnome-i18n@gnome.org
>> https://mail.gnome.org/mailman/listinfo/gnome-i18n
>>
> ___
> gnome-i18n mailing list
> gnome-i18n@gnome.org
> https://mail.gnome.org/mailman/listinfo/gnome-i18n
>
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n