[Qgis-community-team] doubt about committing a .po of the user manual

Paolo Corti pcorti at gmail.com
Mon Feb 11 11:20:47 PST 2013


On Mon, Feb 11, 2013 at 5:25 PM, Giovanni Manghi
<giovanni.manghi at faunalia.pt> wrote:
> Hi all,
>
> I have a doubt about how to proceed after translating a .po file of th
> user manual.
>
> This page
>
> http://docs.qgis.org/html/en/docs/documentation_guidelines/do_translations.html
>
> does not seems to have the info I need.
>
> When I translate a few strings in the .po of the QGIS GUI I use to
>
> git add qgis_pt_PT.ts
>
> to add the modified file to my github fork, and then make a pull request.
>
> When trying to do the same with the .po files of the user manual I get
>
>
> The following paths are ignored by one of your .gitignore files:
> i18n/pt_BR
> Use -f if you really want to add them.
> fatal: no files added
>
>
> What am I missing?
>
>
> thanks in advance
>
> -- Giovanni --
> _______________________________________________

Hi Giovanni
the point is - not sure why it has decided this - that anything in
i18n directory (i18n/*) is selected to be ignored in the repo [1], so
you have to use the -f option to force the add of those files

cheers
p

[1] https://github.com/qgis/QGIS-Documentation/blob/master/.gitignore


-- 
Paolo Corti
Geospatial software developer
web: http://www.paolocorti.net
twitter: @capooti
skype: capooti


More information about the Qgis-community-team mailing list