[Geomoose-users] Translation to pt-br

Helton Nogueira Uchoa engenheiro.uchoa at gmail.com
Sun Jul 5 18:12:27 PDT 2020


I have tried this:

var app = new gm3.Application({
mapserver_url: CONFIG.mapserver_url,
mapfile_root: CONFIG.mapfile_root,
lang: {
br: './pt-br.json',
},
map: {
scaleLine: {
enabled: true,
units: 'imperial'
},
}
});

But not work. 😞

--
Helton Nogueira *UCHOA* :: engenheiro.uchoa at gmail.com
*GIS/IT/IoT/Lean/Innovation/Sustainability Specialist*
+55 *85* 98886-3909 (OI - *WhatsApp*) :: +55 *85* 99716-7769 (TIM)
Blog: helton.uchoa.com/
LinkedIn: br.linkedin.com/in/heltonuchoa/
Facebook: fb.me/EngUchoa (@EngUchoa)
Twitter: twitter.com/EngUchoa (@EngUchoa)
Vimeo: vimeo.com/channels/engenheirouchoa
Papers: pt.scribd.com/heltonuchoa


Em dom., 5 de jul. de 2020 às 20:22, Jim Klassen <klassen.js at gmail.com>
escreveu:

> Resend because the email was too big for the listserv.
>
> On 7/5/20 6:20 PM, Jim Klassen wrote:
>
> lang needs to be at the top level, not under map.
>
> var app = new gm3.Application({
> mapserver_url: CONFIG.mapserver_url,
> mapfile_root: CONFIG.mapfile_root,
> map: {
> scaleLine: {
> enabled: true,
> units: 'imperial'
> }, },
> lang: {
> br: './pt-br.json',
> }
> });
>
>
> On 7/5/20 1:03 PM, Helton Nogueira Uchoa wrote:
>
> Hi,
>
> I made the following change:
>
> var app = new gm3.Application({
> mapserver_url: CONFIG.mapserver_url,
> mapfile_root: CONFIG.mapfile_root,
> map: {
> scaleLine: {
> enabled: true,
> units: 'imperial'
> },
> lang: {
> br: './pt-br.json',
> },
> }
> });
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geomoose-users/attachments/20200705/780301d4/attachment-0001.html>


More information about the Geomoose-users mailing list