[gnote] Created branch gnome-42

2022-03-27 Thread Aurimas Černius
The branch 'gnome-42' was created.

Summary of new commits:

  8307a4e... Bump to 42.1
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: Can someone fix the gnome-desktop pre-commit hook?

2022-03-27 Thread Rafael Fontenelle
Hi Alexander,

It looks like a job for sysadmins (
https://wiki.gnome.org/action/show/Infrastructure/Contact).

Regards,
Rafael Fontenelle

Em dom, 27 de mar de 2022 13:15, Alexander Shopov 
escreveu:

> While trying to submit the Bulgarian translation of gnome-desktop via
> Vertimus I get:
>
> An error occurred during applying your action: The commit failed. The
> error was: “[Errno 1] Command: "['git', 'commit', '-m', 'Update
> Bulgarian translation', '--author', 'Alexander Shopov ']", Error:
> hint: The '.git/hooks/pre-commit' hook was ignored because it's not
> set as executable. hint: You can disable this warning with `git config
> advice.ignoredHook false`. ”
>
> After this the translation is not committed to the repo.
>
> Kind regards:
> al_shopov
> ___
> 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


Can someone fix the gnome-desktop pre-commit hook?

2022-03-27 Thread Alexander Shopov
While trying to submit the Bulgarian translation of gnome-desktop via
Vertimus I get:

An error occurred during applying your action: The commit failed. The
error was: “[Errno 1] Command: "['git', 'commit', '-m', 'Update
Bulgarian translation', '--author', 'Alexander Shopov ']", Error:
hint: The '.git/hooks/pre-commit' hook was ignored because it's not
set as executable. hint: You can disable this warning with `git config
advice.ignoredHook false`. ”

After this the translation is not committed to the repo.

Kind regards:
al_shopov
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: New po files in gimp-help repository (and release soonish)

2022-03-27 Thread Piotr Drąg via gnome-i18n
niedz., 27 mar 2022 o 14:55 Jehan Pagès  napisał(a):
> Awesome. By the way, I was saying in my email that it was in ` 
> gimp-help-2-10` only. But since then I backported the change to `master` 
> branch too. Did you add from both? :-)
>

Yes, I did. :)

> I just tested. We extract the string with `intltool-extract` with type 
> `gettext/ini`. Unfortunately the file is not actually an ini file (just 
> similar), in particular comments start with `;` whereas intltool looks for 
> comments starting with `#`.
>
> We can still do something by adding a processing step where I'd just remove 
> `#` line from the InnoSetup lang file before feeding it to InnoSetup (and 
> using the un-processed file for intltool tricking it into seeing an ini 
> file). I'll have a look.
>

Thanks for looking into this. If you manage to make it work, it would
be nice to adapt it to the regular GIMP installer too.

-- 
Piotr Drąg
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: New po files in gimp-help repository (and release soonish)

2022-03-27 Thread Jehan Pagès via gnome-i18n
Hi!

On Sun, Mar 27, 2022 at 2:00 PM Piotr Drąg  wrote:

> niedz., 20 mar 2022 o 22:11 Jehan Pagès via gnome-i18n
>  napisał(a):
> >
> > Hi translators!
> >
> > We added our scripts to create a Windows installer for the manual of
> GIMP (project "gimp-help") directly in the repository. We also now have
> scripts to extract the installer strings into po files before merging them
> back. Therefore the strings for the installer are now localizable from the
> `po-windows-installer/` directory (for now only in the `gimp-help-2-10`
> branch, we'll port to `master` branch later):
> https://gitlab.gnome.org/GNOME/gimp-help/-/tree/gimp-help-2-10/po-windows-installer
> >
> > So first a question: what is the process to add these po files to the
> Damned Lies system so that it's translatable by GNOME translation teams?
> >
>
> Hi Jehan,
>
> Letting us know here or at
> https://gitlab.gnome.org/Infrastructure/damned-lies/-/issues is
> enough. I added the new files to Damned Lies, and now translators can
> get on it. :)
>

Awesome. By the way, I was saying in my email that it was in `
gimp-help-2-10` only. But since then I backported the change to `master`
branch too. Did you add from both? :-)


> I have a question though, what is hiding under the variables (%1 and
> %2)? Adding translator comments explaining those would make it easier
> to translate,


Sure.

* In " No suitable GIMP installations were found. %1 can only be installed
when GIMP %2 is already present.", %1 is replaced by the other localizable
string "GIMP Help", and %2 is the minimum version (which will be
major.minor, i.e. "2.10" for instance).

* In "Select all installs for which you want to install %1", %1 is replaced
by the localized version of "GIMP Help".

if it’s technically possible.
>

I just tested. We extract the string with `intltool-extract` with type
`gettext/ini`. Unfortunately the file is not actually an ini file (just
similar), in particular comments start with `;` whereas intltool looks for
comments starting with `#`.

We can still do something by adding a processing step where I'd just remove
`#` line from the InnoSetup lang file before feeding it to InnoSetup (and
using the un-processed file for intltool tricking it into seeing an ini
file). I'll have a look.

Thanks!

Jehan


>
> Best regards,
>
> --
> Piotr Drąg
>


-- 
ZeMarmot open animation film
http://film.zemarmot.net
Liberapay: https://liberapay.com/ZeMarmot/
Patreon: https://patreon.com/zemarmot
Tipeee: https://www.tipeee.com/zemarmot
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: New po files in gimp-help repository (and release soonish)

2022-03-27 Thread Piotr Drąg via gnome-i18n
niedz., 20 mar 2022 o 22:11 Jehan Pagès via gnome-i18n
 napisał(a):
>
> Hi translators!
>
> We added our scripts to create a Windows installer for the manual of GIMP 
> (project "gimp-help") directly in the repository. We also now have scripts to 
> extract the installer strings into po files before merging them back. 
> Therefore the strings for the installer are now localizable from the 
> `po-windows-installer/` directory (for now only in the `gimp-help-2-10` 
> branch, we'll port to `master` branch later): 
> https://gitlab.gnome.org/GNOME/gimp-help/-/tree/gimp-help-2-10/po-windows-installer
>
> So first a question: what is the process to add these po files to the Damned 
> Lies system so that it's translatable by GNOME translation teams?
>

Hi Jehan,

Letting us know here or at
https://gitlab.gnome.org/Infrastructure/damned-lies/-/issues is
enough. I added the new files to Damned Lies, and now translators can
get on it. :)

I have a question though, what is hiding under the variables (%1 and
%2)? Adding translator comments explaining those would make it easier
to translate, if it’s technically possible.

Best regards,

-- 
Piotr Drąg
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: Please add 42 release-notes

2022-03-27 Thread Rafael Fontenelle
Hi Daniel,

I see that there are 2 po folders ("po-42" and "po-homepage"), and I think
Damned Lies looks for "po" directory [1]. 🤔

[1]
https://gitlab.gnome.org/Infrastructure/damned-lies/-/blob/master/stats/management/commands/compile-trans.py#L23

Rafael

Em dom, 27 de mar de 2022 06:20, Daniel Mustieles García <
daniel.mustie...@gmail.com> escreveu:

> I'm trying to add it to DL but stats are not shown... don't know why this
> happens.
>
> Could someone take a look into this? If I've done something wrong please
> excuse me, just tried to help.
>
> Thanks in advance
>
> El sáb, 26 mar 2022 a las 1:42, Rafael Fontenelle ()
> escribió:
>
>> I'd love to see it in Damned Lies. Can the i18n coordinators consider
>> this?
>>
>> Rafael Fontenelle
>>
>> On Wed, Mar 23, 2022 at 11:07 AM Sophie Herold  wrote:
>>
>>> Hey!
>>>
>>> I created an emergency-solution to have translations for the release
>>> notes. The strings are now frozen as well.
>>>
>>> The release notes are at
>>> https://gitlab.gnome.org/Teams/Design/release-notes
>>>
>>> - po-homepage contains general homepage strings
>>> - po-42 containts the strings for the 42 release notes
>>>
>>> Can someone add this to damned lies?
>>>
>>> The new page is available at
>>>
>>> https://release.gnome.org/
>>>
>>> Best,
>>> Sophie
>>>
>>>
>>> ___
>>> 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: Please add 42 release-notes

2022-03-27 Thread Daniel Mustieles García via gnome-i18n
I'm trying to add it to DL but stats are not shown... don't know why this
happens.

Could someone take a look into this? If I've done something wrong please
excuse me, just tried to help.

Thanks in advance

El sáb, 26 mar 2022 a las 1:42, Rafael Fontenelle ()
escribió:

> I'd love to see it in Damned Lies. Can the i18n coordinators consider this?
>
> Rafael Fontenelle
>
> On Wed, Mar 23, 2022 at 11:07 AM Sophie Herold  wrote:
>
>> Hey!
>>
>> I created an emergency-solution to have translations for the release
>> notes. The strings are now frozen as well.
>>
>> The release notes are at
>> https://gitlab.gnome.org/Teams/Design/release-notes
>>
>> - po-homepage contains general homepage strings
>> - po-42 containts the strings for the 42 release notes
>>
>> Can someone add this to damned lies?
>>
>> The new page is available at
>>
>> https://release.gnome.org/
>>
>> Best,
>> Sophie
>>
>>
>> ___
>> 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