Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jul 2022 19:32:12 +0200
From:      =?UTF-8?Q?Fernando_Apestegu=C3=ADa?= <fernando.apesteguia@gmail.com>
To:        translators@freebsd.org
Subject:   Help with missing string in articles/contributors
Message-ID:  <CAGwOe2YGQuYBt31y40hzSwTeU4MmK=oXJ54PoeBHbbvr1Fjxrg@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi there,
I'm trying to update the Spanish version of articles/contributors and
there is something I don't quite understand.

The doc/ repo is updated. The freebsd-doc-translate is updated. If I
copy _index.po and contrib-develinmemoriam.po to the doc repo and
check status, I see this:

$ git status
On branch main
Your branch is up to date with 'freebsd/main'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
        modified:
documentation/content/es/articles/contributors/contrib-develinmemoriam.po

no changes added to commit (use "git add" and/or "git commit -a")

So only devel-inmemoriam.po has changes. If I now translate the documentati=
on:

$ ./tools/translate.sh documentation es articles/contributors
.....
documentation/content/es/articles/contributors/_index.po
.............. done.
.....
documentation/content/es/articles/contributors/contrib-develinmemoriam.po
...... done.


If I check status again:
$ git status
On branch main
Your branch is up to date with 'freebsd/main'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
        modified:   documentation/content/es/articles/contributors/_index.a=
doc
        modified:   documentation/content/es/articles/contributors/_index.p=
o
        modified:
documentation/content/es/articles/contributors/contrib-develinmemoriam.po

no changes added to commit (use "git add" and/or "git commit -a")

And the changes for the .adoc:
fernape@beastie:~/FreeBSD-repos/doc$ git diff
documentation/content/es/articles/contributors/_index.adoc
diff --git a/documentation/content/es/articles/contributors/_index.adoc
b/documentation/content/es/articles/contributors/_index.adoc
index 98c1191c90..6857f6c7a3 100644
--- a/documentation/content/es/articles/contributors/_index.adoc
+++ b/documentation/content/es/articles/contributors/_index.adoc
@@ -60,7 +60,7 @@ endif::[]
 [.abstract-title]
 Resumen

-Este art=C3=ADculo enumera las personas y organizaciones que han
contribuido a FreeBSD.
+This article lists individuals and organizations who have made a
contribution to FreeBSD. To see the current list of FreeBSD Committers
you can take a look at the following <<staff-committers, list>>.

 '''

@@ -137,7 +137,7 @@ Las siguientes personas y empresas han contribuido
generosamente con hardware pa
 [[staff-committers]]
 =3D=3D Los desarrolladores de FreeBSD

-Estas son las personas que tienen derechos de commit y realizan el
trabajo de ingenier=C3=ADa en el =C3=A1rbol del c=C3=B3digo fuente de FreeB=
SD. Todos
los miembros del core team tambi=C3=A9n son desarrolladores.
+This list, which includes all members of the Core Team, names
everyone who has commit privileges for one or more of the three source
trees (doc, ports and src). To see the current Core Team members you
can take a look at the
link:https://www.freebsd.org/administration/#t-core[administration
page].

 (en orden alfab=C3=A9tico por apellido):

So if I search:

$ rg 'To see the current Core Team members'
documentation/content/es/articles/contributors/_index.po
505:"and src).  To see the current Core Team members you can take a
look at the "

documentation/content/es/articles/contributors/_index.adoc
140:This list, which includes all members of the Core Team, names
everyone who has commit privileges for one or more of the three source
trees (doc, ports and src). To see the current Core Team members you
can take a look at the
link:https://www.freebsd.org/administration/#t-core[administration
page].

documentation/content/en/articles/contributors/_index.adoc
142:To see the current Core Team members you can take a look at the
link:https://www.freebsd.org/administration/#t-core[administration
page].

So if I go to weblate again and search for that string, I can't find
it anywhere. In fact, according to weblate, that document is 100%
translated.

What am I missing?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGwOe2YGQuYBt31y40hzSwTeU4MmK=oXJ54PoeBHbbvr1Fjxrg>