Re: Issue sending translations for Contact

2022-06-20 Thread Niels De Graef via gnome-i18n
Hi Quentin,

I'm afraid I'm not really knowledgeable on translations. However, I'll
add the GNOME i18n list to the conversation, and hopefully they can
help you out :-)

Cheers,
Niels

On Sun, Jun 19, 2022 at 8:43 PM Quentin PAGÈS  wrote:
>
> Hello Niels,
>
> I am a translator for the Occitan language.
> I am experimenting issue when sending my work via the web site.
> It says something about the «msgfmt -vc» check that fails...
> It's here: https://l10n.gnome.org/vertimus/221294/43/
> I am absolutely clueless about how to fix this...
> Would you know what happen?
>
> Regards
>
> --
> Quentin PAGÈS
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Seahorse switched from master to main

2022-05-21 Thread Niels De Graef via gnome-i18n
Hi,

Just wanted to let you know that Seahorse (Passwords and Secrets)
switched from "master" as the default branch to "main".

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


Contacts switched from master to main

2022-02-08 Thread Niels De Graef via gnome-i18n
Hi,

Just wanted to let you know that GNOME Contacts is switching from
"master" as the default branch to "main".

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


Re: Heads up: Geary mainline development branch renamed to `mainline`

2019-04-26 Thread Niels De Graef via gnome-i18n
On Fri, Apr 26, 2019 at 10:14 AM Ask Hjorth Larsen via
desktop-devel-list  wrote:
>
> Am Mi., 24. Apr. 2019 um 13:57 Uhr schrieb Michael Gratton :
> >
> > On Wed, Apr 24, 2019 at 13:31, Daniel Mustieles García
> >  wrote:
> > > So hardcoding the name "mainline" to the list of branches that Damned
> > > Lies' looks up resolves the problem for you... and tomorrow another
> > > maintainer decides to rename it's master branch to
> > > whatever_non_offensive_name and DL breaks again until a patch is
> > > submited... no, sorry but this is not a solution for this.
> >
> > I agree, which is why I have been working to fix it places where it's
> > hard coded.
>
> When actually working on the project, you probably type the branch
> name now and then.  This means you need to be aware of it - it is a
> piece of information which must reside within your short-term memory.
> This is not a problem if you work on one project.  It is a problem if
> you work on hundreds of projects.  Then you need to run things like
> git branch and git status, read the output, and decide what to type
> based on that.  A good workflow seeks to minimize the risk that humans
> make mistakes, and that means making things as simple as possible.
> Please do not remove this particular piece of simplicity from our
> lives.

Hi Ask,

Note that you don't need to script this kind of stuff, if you use the
following tricks:

# 1. This creates a symbolic link from master to mainline, which
solves your problem already.
$ git symbolic-ref refs/heads/master refs/heads/mainline

# 2. This worfklow doesn't even need you to specify a branch if you
start from mainline/master
$ git checkout -b feature/
# work, work, work and commit
# If you no longer want to continue on this branch, you can go back to
the previous one with
$ git checkout -

Also note that cloning Geary will immediately take you to the default
branch of the remote (so no need to specify 'mainline' or anything).

> I can also script my way out of this for most of the tasks I need to
> do.  But inconsistencies have never made life easier in computing, and
> this is an inconsistency which we could simply choose not to deal
> with.

We _could_, but if we want to (which is still Mike's decision as
maintainer of Geary), we can. Every change has its trade-offs, and
given the work Mike has put into this to make it a smooth(er)
transition, I'd say there is little inconsistency left to care about.
At least it would take less time then all the mails I (in hindsight
regrettably) read on d-d-l.

Kind regards,
Niels


> Best regards
> Ask
>
> >
> > //Mike
> >
> > --
> > ⊨ Michael Gratton, Percept Wrangler.
> > ⚙ 
> >
> >
> > ___
> > gnome-i18n mailing list
> > gnome-i18n@gnome.org
> > https://mail.gnome.org/mailman/listinfo/gnome-i18n
> ___
> desktop-devel-list mailing list
> desktop-devel-l...@gnome.org
> https://mail.gnome.org/mailman/listinfo/desktop-devel-list
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Seahorse - String freeze break

2019-02-20 Thread Niels De Graef via gnome-i18n
Hi all,

I would like to request for a string freeze break for the "About"
string in Seahorse. I accidentally changed it to "About Seahorse",
which is from a user's POV strange, since they only get to see
"Passwords and Keys".

A relevant MR has been made
https://gitlab.gnome.org/GNOME/seahorse/merge_requests/61 , but it is
of course up to you approve whether it should be merged.

My apologies for the inconvenience.

Kind regards,
Nels De Graef
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n