[Fix] French i18n translations fixes
Question
Description
Hello guys,
Padding translations keys are wrongly translated in French language.
As Padding is an english word, there is no sense to keep it in French.
Correction
Fixes can be differents depending on which kind of users you want to reach. For a developer, Padding & Margin are really common but if its for a more "standard" user, you should translate margin and padding as internal and external margin.
Actual
File : https://github.com/artf/grapesjs/blob/dev/src/i18n/locale/fr.js#L97-L106
margin: 'Marge',
'margin-top': 'Marge supérieure',
'margin-right': 'Marge droite',
'margin-left': 'Marge gauche',
'margin-bottom': 'Marge inférieure',
padding: 'Padding',
'padding-top': 'Padding supérieur',
'padding-left': 'Padding gauche',
'padding-right': 'Padding droite',
'padding-bottom': 'Padding inférieur',
Must be
margin: 'Marge externe', // Means External Margin
'margin-top': 'Marge externe supérieure', // Top external margin etc..
'margin-right': 'Marge externe droite',
'margin-left': 'Marge externe gauche',
'margin-bottom': 'Marge externe inférieure',
padding: 'Marge interne', // Internal margin
'padding-top': 'Marge interne supérieure', // Top internal margin
'padding-left': 'Marge interne gauche',
'padding-right': 'Marge interne droite',
'padding-bottom': 'Marge interne inférieure',
Hope it can help :wave:
Answers (0)
No answers yet.
Related Questions and Answers
Continue research with similar issue discussions.
Issue #2448
[Feature request] Add FR Language support
As I saw in the latest release (which I'm currently using), we can now use i18n translations for Grapesjs. It would be great to have suppor...
Issue #945
[QUESTION / FEATURE REQUESTS] : How to translate grapejs
Hi, I check the sources but it didn't seems to have a centralized language file (one per plugins per example) but multiple places where wor...
Issue #2787
[QUESTION] Replace all of HTML
Hello there, I am trying to use GrapesJS for template customization for my end users, but ran in the following problem: There is no documen...
Issue #2674
[QUESTIONS] i18n content integration
Hello, I'm working on an integration of my localization system (i18n) with grapes.js. The idea is to have a data field, which will hold the...
Paid Plugins That Match This Issue
Curated by issue keywords and label relevance to help you ship faster.
Loading paid plugin recommendations...
Browse Plugin Categories
Jump directly to plugin category pages on the marketplace.