i18n(fr): add missing translations for plugins registry & social image#1041
Conversation
|
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
@emdash-cms/admin
@emdash-cms/auth
@emdash-cms/blocks
@emdash-cms/cloudflare
emdash
create-emdash
@emdash-cms/gutenberg-to-portable-text
@emdash-cms/x402
@emdash-cms/plugin-ai-moderation
@emdash-cms/plugin-atproto
@emdash-cms/plugin-audit-log
@emdash-cms/plugin-color
@emdash-cms/plugin-embeds
@emdash-cms/plugin-forms
@emdash-cms/plugin-webhook-notifier
commit: |
There was a problem hiding this comment.
Pull request overview
Adds missing French (fr) translations for Admin UI strings related to the plugin registry and default social image settings, improving localization completeness in the admin experience.
Changes:
- Added French translations for plugin registry browse/detail UI strings.
- Added French translations for social image / referenced image messaging in SEO settings.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| #: packages/admin/src/components/settings/GeneralSettings.tsx:251 | ||
| msgid "Referenced favicon unavailable." | ||
| msgstr "" | ||
| msgstr "Favicon référencée indisponible." |
There was a problem hiding this comment.
Actually, this is the other way around. "Modifier le favicon" is wrong, favicon is feminine (e.g. https://fr.wikipedia.org/wiki/Favicon). Fixed in d4cb4cc
Edit: well, both are acceptable (https://fr.wiktionary.org/wiki/favicon), but yes we should be consistent.
ascorbic
left a comment
There was a problem hiding this comment.
Thanks! Yeah the marketplace stuff is under heavy development at the moment, so isn't working properly on main.
What does this PR do?
Adds missing French translations for the plugins registry and social images.
Note that I wasn't able to check the translations for the plugins registry in the UI:
Cannot find module 'true' imported from 'virtual:emdash/sandbox-runner').But, I don't see any UI strings that could have another meaning/translation according to the UI so it should be safe.
Type of change
Checklist
pnpm typecheckpassespnpm lintpassespnpm testpasses (or targeted tests for my change)pnpm formathas been runmessages.pochanges except in translation PRs — a workflow extracts catalogs on merge tomain.AI-generated code disclosure
Screenshots / test output
N/A