Re: [QGIS-Developer] [Qgis-tr] Missing translated strings in localized master

2018-09-19 Thread Jürgen E . Fischer
Hi,

On Wed, 19. Sep 2018 at 15:50:38 +0200, Jürgen E. Fischer wrote:
> I didn't try that.  Good catch.  The qm from the linux nightly works fine with
> the windows nightly.  So it's apparently just something about lrelease on
> Windows…

Ouch.  Actually it was neither a windows nor a Qt issue - just the old Qt4
lrelease was used…


Jürgen

-- 
Jürgen E. Fischer   norBIT GmbH Tel. +49-4931-918175-31
Dipl.-Inf. (FH) Rheinstraße 13  Fax. +49-4931-918175-50
Software Engineer   D-26506 Norden http://www.norbit.de
QGIS release manager (PSC)  GermanyIRC: jef on FreeNode


signature.asc
Description: PGP signature
norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH
Rheinstrasse 13, 26506 Norden
GF: Jelto Buurman, HR: Amtsgericht Aurich HRB 100827
Datenschutzerklaerung: https://www.norbit.de/83/
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] Travis for plugin: "Processing(2): Error: Algorithm gdal:warpreproject not found"

2018-09-19 Thread Etienne Trimaille
I can't help you too much. But maybe have a look to what has been done by
Nyall in InaSAFE:
https://github.com/inasafe/inasafe/blob/develop/safe/gis/processing_tools.py#L21
There is one GDAL algorithm, running on travis.

Le mer. 19 sept. 2018 à 10:06, Tom Chadwin  a
écrit :

> Hello all
>
> I've never managed to get tests of Processing GDAL algorithms to run under
> Travis for qgis2web. It returns:
>
> Processing(2): Error: Algorithm gdal:warpreproject not found
>
> (eg https://travis-ci.org/tomchadwin/qgis2web/jobs/430529787#L874)
>
> Someone (possibly Nyall?) must have realized this was an issue some time
> ago, and added the following to some tests:
>
> @unittest.skipIf(int(gdal.VersionInfo('VERSION_NUM')) >=
> GDAL_COMPUTE_VERSION(2, 0, 0), 'Test requires updating for GDAL 2.0')
>
> These ones are indeed skipped (eg
> https://travis-ci.org/tomchadwin/qgis2web/jobs/430529787#L1021)
>
> Can I get this working? I'm only testing against release and dev (not LTR).
>
> Thanks
>
> Tom
>
>
>
> -
> Buy Pie Spy: Adventures in British pastry 2010-11 on Amazon
> --
> Sent from:
> http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
> ___
> QGIS-Developer mailing list
> QGIS-Developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] Travis for plugin: "Processing(2): Error: Algorithm gdal:warpreproject not found"

2018-09-19 Thread Tom Chadwin
Hello all

I've never managed to get tests of Processing GDAL algorithms to run under
Travis for qgis2web. It returns:

Processing(2): Error: Algorithm gdal:warpreproject not found

(eg https://travis-ci.org/tomchadwin/qgis2web/jobs/430529787#L874)

Someone (possibly Nyall?) must have realized this was an issue some time
ago, and added the following to some tests:

@unittest.skipIf(int(gdal.VersionInfo('VERSION_NUM')) >=
GDAL_COMPUTE_VERSION(2, 0, 0), 'Test requires updating for GDAL 2.0')

These ones are indeed skipped (eg
https://travis-ci.org/tomchadwin/qgis2web/jobs/430529787#L1021)

Can I get this working? I'm only testing against release and dev (not LTR).

Thanks

Tom



-
Buy Pie Spy: Adventures in British pastry 2010-11 on Amazon 
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] [Qgis-tr] Missing translated strings in localized master

2018-09-19 Thread Jürgen E . Fischer
Hi Borys,

On Wed, 19. Sep 2018 at 15:14:09 +0200, Borys Jurgiel wrote:
> As far as I remember, when I've built the .qm file in Linux and installed 
> manually in Windows, it worked fine. So looks like a build issue. 

I didn't try that.  Good catch.  The qm from the linux nightly works fine with
the windows nightly.  So it's apparently just something about lrelease on
Windows…


Jürgen

-- 
Jürgen E. Fischer   norBIT GmbH Tel. +49-4931-918175-31
Dipl.-Inf. (FH) Rheinstraße 13  Fax. +49-4931-918175-50
Software Engineer   D-26506 Norden http://www.norbit.de
QGIS release manager (PSC)  GermanyIRC: jef on FreeNode


signature.asc
Description: PGP signature
norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH
Rheinstrasse 13, 26506 Norden
GF: Jelto Buurman, HR: Amtsgericht Aurich HRB 100827
Datenschutzerklaerung: https://www.norbit.de/83/
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] [Qgis-tr] Missing translated strings in localized master

2018-09-19 Thread DelazJ
Seems like this ellipsis issue have been reported/discussed a while ago:
https://lists.osgeo.org/pipermail/qgis-tr/2018-February/000884.html

H

Le mer. 19 sept. 2018 à 15:14, Borys Jurgiel  a
écrit :

> As far as I remember, when I've built the .qm file in Linux and installed
> manually in Windows, it worked fine. So looks like a build issue.
>
> It doesn't help to solve the issue, but at least it's a workaround for
> power
> users / support providers...
>
> B.
>
>
> Dnia środa, 19 września 2018 12:20:21 CEST DelazJ pisze:
>
> > Oh yes, that's it. Thanks Jürgen. Browsing the dialogs/menus, I agree
> that
> > the use of ellipsis instead of 3 dots is the problem: whenever the
> original
> > label is with ellipsis, the translation is not used. And given how spread
> > those characters are used in the application, I'm afraid this is a big
> issue
> > for Windows non-English users (would be a pity for a LTR release).
>
>
>
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] [Qgis-tr] Missing translated strings in localized master

2018-09-19 Thread Borys Jurgiel
As far as I remember, when I've built the .qm file in Linux and installed 
manually in Windows, it worked fine. So looks like a build issue. 

It doesn't help to solve the issue, but at least it's a workaround for power 
users / support providers...

B.


Dnia środa, 19 września 2018 12:20:21 CEST DelazJ pisze:

> Oh yes, that's it. Thanks Jürgen. Browsing the dialogs/menus, I agree that
> the use of ellipsis instead of 3 dots is the problem: whenever the original
> label is with ellipsis, the translation is not used. And given how spread
> those characters are used in the application, I'm afraid this is a big issue
> for Windows non-English users (would be a pity for a LTR release). 


___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] [Qgis-tr] Missing translated strings in localized master

2018-09-19 Thread Siki Zoltan

Hi,

it is the same for the Hungarian translation.
In QGIS 3.2.x some menu options are shown in English, but those are 
translated from the very beginnig (version 0.9).


Regards,
Zoltan

On Wed, 19 Sep 2018, DelazJ wrote:


Transifex Webtranslation page for QGIS is on https://www.transifex.com/qgis/

___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] [Qgis-tr] Missing translated strings in localized master

2018-09-19 Thread Jürgen E . Fischer
Hi Stefano,

On Wed, 19. Sep 2018 at 12:22:44 +0200, Stefano Campus wrote:
> I see similar problems problems in Italian version of QGIS 2.18.x.  There are
> some strings that appear in english but they are not present in original .qm
> file.
> these strings are not translated in other languages, for example in Spanish.
> Some of these strings are (thx Totò Fiandaca for the picture):
> http://osgeo-org.1560.x6.nabble.com/file/t378656/traduzione.png
> I think that Transifex should be contain all version of QGIS that are still
> supported and not only the Master version.
> For example, during this period of coexistence between the QGIS 2.18.x LTR
> version and the 3.x versions, the two transifex projects should remain
> active for the master and for the 2.18 that is still released with updates.

Currently we only have master in transifex.  For the release branches it's
handled like it's used to (ie. scripts/update_ts.sh and linguist).


Jürgen

-- 
Jürgen E. Fischer   norBIT GmbH Tel. +49-4931-918175-31
Dipl.-Inf. (FH) Rheinstraße 13  Fax. +49-4931-918175-50
Software Engineer   D-26506 Norden http://www.norbit.de
QGIS release manager (PSC)  GermanyIRC: jef on FreeNode


signature.asc
Description: PGP signature
norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH
Rheinstrasse 13, 26506 Norden
GF: Jelto Buurman, HR: Amtsgericht Aurich HRB 100827
Datenschutzerklaerung: https://www.norbit.de/83/
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] Missing translated strings in localized master

2018-09-19 Thread skampus
I see similar problems problems in Italian version of QGIS 2.18.x.
There are some strings that appear in english but they are not present in
original .qm file.
these strings are not translated in other languages, for example in Spanish.

Some of these strings are (thx Totò Fiandaca for the picture):

http://osgeo-org.1560.x6.nabble.com/file/t378656/traduzione.png

I think that Transifex should be contain all version of QGIS that are still
supported and not only the Master version.
For example, during this period of coexistence between the QGIS 2.18.x LTR
version and the 3.x versions, the two transifex projects should remain
active for the master and for the 2.18 that is still released with updates.

ciao

s.







--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] [Qgis-tr] Missing translated strings in localized master

2018-09-19 Thread Stefano Campus
I see similar problems problems in Italian version of QGIS 2.18.x.
There are some strings that appear in english but they are not present in
original .qm file.
these strings are not translated in other languages, for example in Spanish.

Some of these strings are (thx Totò Fiandaca for the picture):

http://osgeo-org.1560.x6.nabble.com/file/t378656/traduzione.png

I think that Transifex should be contain all version of QGIS that are still
supported and not only the Master version.
For example, during this period of coexistence between the QGIS 2.18.x LTR
version and the 3.x versions, the two transifex projects should remain
active for the master and for the 2.18 that is still released with updates.

ciao

s.




Il giorno mer 19 set 2018 alle ore 10:29 DelazJ  ha
scritto:

> Transifex Webtranslation page for QGIS is on
> https://www.transifex.com/qgis/
>
> Hi,
>
> I've been reported some missing translations we have in the French
> interface of QGIS: there are some strings that are translated in Transifex
> (for weeks, months now) that do not appear in localized QGIS.
> See for example the attached screenshots where some strings are still in
> English though no untranslated occurrences is available on Transifex, as
> shown with the "Print Layout..." example.
>
> Are these issues only french ones? And could that be fixed to improve our
> translators experience and expect a full translation of the next LTR,
> please?
>
> Thanks.
> Regards,
> Harrissou
>
> ___
> QGIS-Translators mailing list
> qgis...@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/qgis-tr
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] [Qgis-tr] Missing translated strings in localized master

2018-09-19 Thread DelazJ
Oh yes, that's it. Thanks Jürgen. Browsing the dialogs/menus, I agree that
the use of ellipsis instead of 3 dots is the problem: whenever the original
label is with ellipsis, the translation is not used. And given how spread
those characters are used in the application, I'm afraid this is a big
issue for Windows non-English users (would be a pity for a LTR release).

Harrissou


Le mer. 19 sept. 2018 à 11:37, Jürgen E. Fischer  a écrit :

> Hi,
>
> On Wed, 19. Sep 2018 at 10:28:36 +0200, DelazJ wrote:
> > See for example the attached screenshots where some strings are still in
> > English though no untranslated occurrences is available on Transifex, as
> > shown with the "Print Layout..." example.
>
> If it was "Print Layout..." there wouldn't be a problem - but it's "Print
> Layout…" and that's apparently an issue on Windows (at least with Qt 5.9).
> On Linux it works and I hope that it will solve itself with a Qt update.
>
>
> Jürgen
>
> --
> Jürgen E. Fischer   norBIT GmbH Tel. +49-4931-918175-31
> Dipl.-Inf. (FH) Rheinstraße 13  Fax. +49-4931-918175-50
> Software Engineer   D-26506 Norden
> http://www.norbit.de
> QGIS release manager (PSC)  GermanyIRC: jef on FreeNode
> ___
> QGIS-Developer mailing list
> QGIS-Developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] [Qgis-tr] Missing translated strings in localized master

2018-09-19 Thread Jürgen E . Fischer
Hi,

On Wed, 19. Sep 2018 at 10:28:36 +0200, DelazJ wrote:
> See for example the attached screenshots where some strings are still in
> English though no untranslated occurrences is available on Transifex, as
> shown with the "Print Layout..." example.

If it was "Print Layout..." there wouldn't be a problem - but it's "Print
Layout…" and that's apparently an issue on Windows (at least with Qt 5.9).
On Linux it works and I hope that it will solve itself with a Qt update.


Jürgen

-- 
Jürgen E. Fischer   norBIT GmbH Tel. +49-4931-918175-31
Dipl.-Inf. (FH) Rheinstraße 13  Fax. +49-4931-918175-50
Software Engineer   D-26506 Norden http://www.norbit.de
QGIS release manager (PSC)  GermanyIRC: jef on FreeNode


signature.asc
Description: PGP signature
norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH
Rheinstrasse 13, 26506 Norden
GF: Jelto Buurman, HR: Amtsgericht Aurich HRB 100827
Datenschutzerklaerung: https://www.norbit.de/83/
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] Unable to get QGIS interface in another laguage than the system's - broken feature?

2018-09-19 Thread Alessandro Pasotti
On Wed, Sep 19, 2018 at 11:26 AM Jürgen E. Fischer  wrote:

> Hi Alessandro,
>
> On Wed, 19. Sep 2018 at 10:46:05 +0200, Alessandro Pasotti wrote:
> > See https://issues.qgis.org/issues/19879
>
> > I didn't have time yet to look into it but I've been able to reproduce on
> > Windows, it looks more like a CMake/installation issue, maybe Juergen
> would
> > be the best candidate for a quick fix.
>
> Um, I started, but rolled back my work once I noticed that you already
> assigned
> it to you - and just linked #19853 with which's fix I probably introduced
> the
> problem.
>

Thanks Jürgen! I'm more than happy to leave it to you :)

I thought it might be related with my recent changes with QLocale, that's
why I started looking at that bug but I run out of time yesterday and I was
just able to confirm it on windows.

-- 
Alessandro Pasotti
w3:   www.itopen.it
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] Plugin [629] Networks approval notification.

2018-09-19 Thread noreply

Plugin Networks approval by pcav.
The plugin version "[629] Networks 2.1.0" is now approved
Link: http://plugins.qgis.org/plugins/networks/
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] Unable to get QGIS interface in another laguage than the system's - broken feature?

2018-09-19 Thread Jürgen E . Fischer
Hi Alessandro,

On Wed, 19. Sep 2018 at 10:46:05 +0200, Alessandro Pasotti wrote:
> See https://issues.qgis.org/issues/19879
 
> I didn't have time yet to look into it but I've been able to reproduce on
> Windows, it looks more like a CMake/installation issue, maybe Juergen would
> be the best candidate for a quick fix.

Um, I started, but rolled back my work once I noticed that you already assigned
it to you - and just linked #19853 with which's fix I probably introduced the
problem.

The problem was that the translation was initialized too late and now it's
probably an issue with the two QgsSettings (settings & mySettings) in main.cpp
("Should be cleaned up in future to make this cleaner." - I agree ;))…


Jürgen

-- 
Jürgen E. Fischer norBIT GmbH   Tel. +49-4931-918175-31
Dipl.-Inf. (FH)   Rheinstraße 13Fax. +49-4931-918175-50
Software Engineer D-26506 Norden   http://www.norbit.de


signature.asc
Description: PGP signature
norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH
Rheinstrasse 13, 26506 Norden
GF: Jelto Buurman, HR: Amtsgericht Aurich HRB 100827
Datenschutzerklaerung: https://www.norbit.de/83/
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] Ubuntu 16.04 xenial broken dependency for qml-module-qtcharts

2018-09-19 Thread Régis Haubourg
Hi Jürgen,
Still the same dependency today. Did the build succeed this night?
Cheers
Régis

Le mar. 18 sept. 2018 à 13:27, Jürgen E. Fischer  a écrit :

> Hi Régis,
>
> On Tue, 18. Sep 2018 at 12:01:20 +0200, Régis Haubourg wrote:
> > My nightly packages updates just fell broken today because of a missing
> > dependency for qml-module-qtcharts .
> > I suppose this is related to https://github.com/qgis/QGIS/pull/7801
> > It seems it is not packaged in Ubuntu 16.04. Does that mean that QGIS
> won't
> > support anymore ubuntu xenial for 3.4 ?
>
> The next build will not have that dependency (see cab5fe02d).  I suppose
> that
> only affects bar and pie charts in forms.
>
>
> Jürgen
>
> --
> Jürgen E. Fischer   norBIT GmbH Tel. +49-4931-918175-31
> Dipl.-Inf. (FH) Rheinstraße 13  Fax. +49-4931-918175-50
> Software Engineer   D-26506 Norden
> http://www.norbit.de
> QGIS release manager (PSC)  GermanyIRC: jef on FreeNode
> ___
> QGIS-Developer mailing list
> QGIS-Developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] Unable to get QGIS interface in another laguage than the system's - broken feature?

2018-09-19 Thread Alessandro Pasotti
See https://issues.qgis.org/issues/19879

I didn't have time yet to look into it but I've been able to reproduce on
Windows, it looks more like a CMake/installation issue, maybe Juergen would
be the best candidate for a quick fix.




On Wed, Sep 19, 2018 at 10:42 AM DelazJ  wrote:

> Hi,
>
> I don't know if it's a local issue nor how I can get it sorted but I'm
> unable to change the language in which QGIS interface is displayed. I can
> get access to the Options --> General but whatever language I choose,
> reopening QGIS results in the same French interface. Creating new profile,
> changing the language and reopening QGIS changes nothing. All my profiles
> use the same language. The menu "User Interface Translation" still shows
> the language I select in the combobox but that language is applied nowhere.
>
> Regards,
> Harrissou
>
> ___
> QGIS-Developer mailing list
> QGIS-Developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer



-- 
Alessandro Pasotti
w3:   www.itopen.it
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] Unable to get QGIS interface in another laguage than the system's - broken feature?

2018-09-19 Thread DelazJ
Hi,

I don't know if it's a local issue nor how I can get it sorted but I'm
unable to change the language in which QGIS interface is displayed. I can
get access to the Options --> General but whatever language I choose,
reopening QGIS results in the same French interface. Creating new profile,
changing the language and reopening QGIS changes nothing. All my profiles
use the same language. The menu "User Interface Translation" still shows
the language I select in the combobox but that language is applied nowhere.

Regards,
Harrissou
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] Missing translated strings in localized master

2018-09-19 Thread DelazJ
Hi,

I've been reported some missing translations we have in the French
interface of QGIS: there are some strings that are translated in Transifex
(for weeks, months now) that do not appear in localized QGIS.
See for example the attached screenshots where some strings are still in
English though no untranslated occurrences is available on Transifex, as
shown with the "Print Layout..." example.

Are these issues only french ones? And could that be fixed to improve our
translators experience and expect a full translation of the next LTR,
please?

Thanks.
Regards,
Harrissou


ZHmUu6lj.png.part
Description: Binary data
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] Plugin [1491] GIS4WRF approval notification.

2018-09-19 Thread noreply

Plugin GIS4WRF approval by pcav.
The plugin version "[1491] GIS4WRF 0.11.0" is now approved
Link: http://plugins.qgis.org/plugins/gis4wrf/
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer