<div dir="auto"><div dir="auto">Moving this to the PSC list for a procedural question:</div><div dir="auto"><br></div><div dir="auto">How should we apply the contribution guidelines to translation contributions?  In other words, when do translators need to accept the terms and be listed in the AUTHORS file?</div><div dir="auto"><br></div><div dir="auto">Our current practice is to have people submit a PR adding themselves to the AUTHORS file.</div><div dir="auto"><br></div><div dir="auto">Does this model for code (and docs?) fit for translators (who may be less comfortable working with git and submitting a PR than the typical code contributor)?</div><div dir="auto"><br></div><div dir="auto">Translations are sort of code (by implementation detail), sort of documentation, are mostly a statement of fact, but also could have a creative element.</div><div dir="auto"><br></div><div dir="auto"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Dec 7, 2020, 08:29 Eli Adam <<a href="mailto:eadam@co.lincoln.or.us">eadam@co.lincoln.or.us</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Flavio,<br>
<br>
Adding additional languages is great!  Can you open a Github issue<br>
with it.json here, <a href="https://github.com/geomoose/gm3/issues" rel="noreferrer noreferrer" target="_blank">https://github.com/geomoose/gm3/issues</a>?<br>
<br>
It looks like placement of the language file has come up before,<br>
<a href="https://github.com/geomoose/gm3/issues/544" rel="noreferrer noreferrer" target="_blank">https://github.com/geomoose/gm3/issues/544</a><br>
<br>
And maybe we should actively call for additional translations there too!<br>
<br>
Best regards, Eli<br>
<br>
On Sun, Nov 29, 2020 at 11:43 PM flavio rigolon<br>
<<a href="mailto:flavio.rigolon@gmail.com" target="_blank" rel="noreferrer">flavio.rigolon@gmail.com</a>> wrote:<br>
><br>
> Hi all,<br>
>  I'm using GeoMoose 3.6.2 and I've added my own "it.json" (italian language).<br>
> The default languages are stored in<br>
> "/srv/geomoose/gm3-example/htdocs/geomoose/src/gm3/lang/" but<br>
> following the instruction [1] is implied but not explicitly said that<br>
> we have to copy the. json file in the "home" directory (i.e.<br>
> "/srv/geomoose/gm3-example/htdocs/desktop"). So, in my case I've set<br>
> the "app.js" file like this:<br>
><br>
> ------------------------------------------<br>
> var app = new gm3.Application({<br>
> mapserver_url: CONFIG.mapserver_url,<br>
> mapfile_root: CONFIG.mapfile_root,<br>
> map: {<br>
> scaleLine: {<br>
> enabled: true,<br>
> //    units: 'imperial'<br>
> units: 'metric'<br>
> }<br>
> },<br>
> lang: {<br>
> it: './it.json',<br>
> },<br>
> });<br>
> ------------------------------------------<br>
><br>
> and it works fine.<br>
> Is it the case of edit the page [1] to explicitly point where the<br>
> .json file must be? (I think there is also a trivial typo error in the<br>
> page title: "...langauge" should be "...language").<br>
> I've translated the .json file in italian; do you think it could be<br>
> share to give a base point for other italian users like the es.json<br>
> one for spanish?<br>
><br>
> my 2 cents<br>
> best regards<br>
> flavio<br>
><br>
> [1] <a href="https://geomoose.github.io/gm3/howto/add-a-language.html" rel="noreferrer noreferrer" target="_blank">https://geomoose.github.io/gm3/howto/add-a-language.html</a><br>
><br>
> --<br>
> /"\  ASCII Ribbon Campaign<br>
> \ /  Respect for low technology.<br>
>  X  Keep e-mail messages readable by any computer system.<br>
> / \  Keep it ASCII.<br>
> _______________________________________________<br>
> Geomoose-users mailing list<br>
> <a href="mailto:Geomoose-users@lists.osgeo.org" target="_blank" rel="noreferrer">Geomoose-users@lists.osgeo.org</a><br>
> <a href="https://lists.osgeo.org/mailman/listinfo/geomoose-users" rel="noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/geomoose-users</a><br>
_______________________________________________<br>
Geomoose-users mailing list<br>
<a href="mailto:Geomoose-users@lists.osgeo.org" target="_blank" rel="noreferrer">Geomoose-users@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/geomoose-users" rel="noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/geomoose-users</a><br>
</blockquote></div>