Re: Weblate Translation Tips
- Reply: Fernando_Apesteguía : "Re: Weblate Translation Tips"
- In reply to: Fernando_Apesteguía : "Re: Weblate Translation Tips"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 Aug 2021 16:36:02 UTC
On Sun, Aug 8, 2021, at 11:09, Fernando Apesteguía wrote:
> On Sat, Aug 7, 2021 at 9:24 PM Danilo G. Baio <dbaio@freebsd.org> wrote:
> >
> > Hi.
> >
> > As you may know, we are still adjusting the translation workflow of the
> > FreeBSD Documentation Project through Weblate, there are some pending
> > items [1], but everyone can [re-]start translating.
> >
> > I've just added this wiki page [2] describing how to translate/build
> > each document (for now, there are only three).
> >
> > The 'Article / Contributors to FreeBSD' [3] is a good example that every
> > language should follow to keep all contributor's names updated.
> >
> > If you have any questions, please let us know.
>
> Hi Danilo,
>
> Thanks for this. It is very helpful!
>
> Some questions. In the example on how to update the "Contributors to
> FreeBSD" article, it is said: "Just necessary translate index and
> contrib-develinmemoriam."
> In es/ we do not have any contributors/ directory. Not a big deal, we
> can create a new one based on another language. But here is the
> question. If we compare the directories pt_BR/ and en/:
>
> ls ../../../en/articles/contributors/
> _index.adoc contrib-386bsd.adoc
> contrib-additional.adoc contrib-committers.adoc
> contrib-corealumni.adoc contrib-develalumni.adoc
> contrib-develinmemoriam.adoc contrib-portmgralumni.adoc
>
> $ ls ../../../pt-br/articles/contributors/
> _index.adoc _index.po
> contrib-develinmemoriam.adoc contrib-develinmemoriam.po
>
> Should I base the new "Contributors" article in the English version or
> another one?
>
> Thanks!
Hi Fernando.
In this case, you can follow pt-br; the missing files are referenced/included
directly from the English directory.
include::content/en/articles/contributors/contrib-committers.adoc[]
include::content/en/articles/contributors/contrib-corealumni.adoc[]
include::content/en/articles/contributors/contrib-develalumni.adoc[]
include::content/en/articles/contributors/contrib-portmgralumni.adoc[]
include::{include-path}contrib-develinmemoriam.adoc[]
include::content/en/articles/contributors/contrib-additional.adoc[]
include::content/en/articles/contributors/contrib-386bsd.adoc[]
You have to change this manually after translating with ./tools/translate.sh.
Regards.
--
Danilo G. Baio