HeyPuter / puter

🌐 The Internet OS! Free, Open-Source, and Self-Hostable.
https://puter.com
GNU Affero General Public License v3.0
26.62k stars 1.77k forks source link

fix french missing translations #892

Closed nlaburu closed 1 day ago

nlaburu commented 1 day ago

Issue #870

CLAassistant commented 1 day ago

CLA assistant check
All committers have signed the CLA.

jelveh commented 1 day ago

Hi @nlaburu, thank you very much for your contribution.

A few of the original texts have placeholders in them (%strong%) which are missing in the PR.

For example:

"unzipping": undefined, // In English: "Unzipping %strong%"

was translated to

"unzipping": 'décomprésser',

omitting the %strong% placeholder.

Could you please look into those before I can merge your PR?

Thank you

nlaburu commented 1 day ago

Hi @jelveh, I have fixed the error. Thanks,

jelveh commented 1 day ago

Merged. Thank you for your contribution :)