Some parts are not translated in French (System settings)

Hello Manjaro Team,

I noticed that some items were not translated to French in the system configuration menu. I mentioned it to the kde i18n mailing list, but they told me that a part seems to be your ‘responsibility’ for the translation (hardware configuration part). This concerns the following texts: “Auto install proprietary driver” and “Auto install open-source driver”.

I also noticed that some elements are not translated in French in the Audio tab :

Audio -> Speakers, Internal Microphone, Line Out

But it seems to be a pulseaudio translation.

Can you have a look on it ?

Thanks.

Hi,

Well, it’s done in the translation file: src/libmsm/translations/msm_fr.ts · master · Applications / manjaro-settings-manager · GitLab

    <message>
        <location filename="../../modules/mhwd/ui/PageMhwd.ui" line="37"/>
        <source>Auto Install
Open-source Driver</source>
        <translation>Installation automatique
Pilote open-source</translation>
    </message>
    <message>
        <location filename="../../modules/mhwd/ui/PageMhwd.ui" line="45"/>
        <source>Auto Install
Proprietary Driver</source>
        <translation>Installation automatique
Pilote propriétaire</translation>
    </message>

So maybe an update or a compile operation was missed.

Regarding PulseAudio, you can have a look at Projects · PulseAudio / pulseaudio · GitLab.

1 Like

I’ve marked the below answer as the solution to your question as it is by far the best answer you’ll get.

However, if you disagree with my choice, please feel free to take any other answer as the solution to your question or even remove the solution altogether: You are in control! (If you disagree with my choice, just send me a personal message and explain why I shouldn’t have done this or :heart: or :+1: if you agree)

:innocent:
P.S. In the future, please don’t forget to come back and click the 3 dots below the answer to mark a solution like this below the answer that helped you most:
Solution
so that the next person that has the exact same problem you just had will benefit from your post as well as your question will now be in the “solved” status.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.