GExec – launch a programm, run a command – to translate

Forum Forums antiX-development Translations GExec – launch a programm, run a command – to translate

  • This topic has 3 replies, 3 voices, and was last updated Apr 12-4:08 pm by Wallon.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #104531
    Member
    Wallon

      Dear developers,

      Is it not possible to translate this “gExec” window?

      Best regards,
      Wallon

      Attachments:
      #104554
      Member
      Robin
        Helpful
        Up
        0
        ::

        Dear Wallon,

        I believe the program code isn’t prepared for translation by its author. So it’s a good idea to ask him directly whether this could be added. From the command line:

        $ which gexec
        /usr/bin/gexec
        
        $ dpkg-query -S /usr/bin/gexec
        gexec: /usr/bin/gexec
        
        $ apt-cache show gexec
        ...

        The output leads to the package homepage, which is skidoo’s:

        https://gitlab.com/skidoo/gexec

        When looking into the file

        gexec.c

        I don’t see any preparation for translation within the code (also not present when checking the old original debian version 0.4 at https://packages.debian.org/bookworm/gexec )

        So probably this program was never meant to be translated, in spite of the fact that it’s a GUI. Strange enough.

        But I’m not skilled to read C code at all, so I might be wrong and there might be some kind of localisation applied and hidden in this C code I don’t know.

        Due to the sad pass of skidoo, somebody else skilled in C would need to take over skidoo’s repository containing the 0.5.4 version and check/add/prepare the code for translation of this program.

        Kinds regards
        Robin

        —————————

        P.S.:
        Here are some infos about how the localisation in the C code would look like if present:
        https://www.gnu.org/software/gettext/manual/gettext.html#Sources

        Windows is like a submarine. Open a window and serious problems will start.

        #104588
        Member
        marcelocripe
          Helpful
          Up
          0
          ::

          Many thanks Robin for checking this out “gExec”.

          – – – – –

          Muito obrigado Robin por verificar o “gExec”.

          #104609
          Member
          Wallon
            Helpful
            Up
            0
            ::

            Thank you Robin for all the explanations.
            I hope that a developer can help the translator team.

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.