Alex Henrie <alexhenri...@gmail.com> writes:

> Hi,
>
> I'd like to translate the DRI driver options
> (src/mesa/drivers/dri/common/xmlpool) to the Catalan language. What is
> the procedure for adding new translations? What tool should I use to
> generate ca.po, and how do I submit the file for review?

I don't know how the .po files get generated, and there hasn't been much
activity on them in a long time.  But if you figure out how to generate
them in the first place:

git add src/mesa/drivers/dri/common/xmlpool/my.po
git commit -m "driconf: Add Catalan translations"

   (or just git commit and add some information about how you generated
   them as well -- that way someone else may find translation easier in
   the future).

git format-patch HEAD~1

   (make sure your git commit shows your real name and email address)

git send-email --to mesa-dev@lists.freedesktop.org 
0001-driconf-Add-Catalan-translations.patch

Attachment: pgp7pfA6bz4O4.pgp
Description: PGP signature

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to