diff options
| author | gutfuckllc <40531868+gutfuckllc@users.noreply.github.com> | 2018-07-31 14:58:58 -0400 |
|---|---|---|
| committer | gutfuckllc <40531868+gutfuckllc@users.noreply.github.com> | 2018-07-31 14:58:58 -0400 |
| commit | dfa032d3f2eccaf6b677a062afb22d1cbfa53441 (patch) | |
| tree | 13532f5afedc287f7560ed83064399100c4471d9 | |
| parent | Bettered french translation (diff) | |
| download | misskey-dfa032d3f2eccaf6b677a062afb22d1cbfa53441.tar.gz misskey-dfa032d3f2eccaf6b677a062afb22d1cbfa53441.tar.bz2 misskey-dfa032d3f2eccaf6b677a062afb22d1cbfa53441.zip | |
Escaped quotes
Should stop permanent breakages
| -rw-r--r-- | locales/en.yml | 4 | ||||
| -rw-r--r-- | locales/fr.yml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/locales/en.yml b/locales/en.yml index f79d910350..8a77bd5982 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -11,8 +11,8 @@ common: title: "Customization tips" paragraph1: "Home customization allows you to add/delete, drag and drop and rearrange widgets." paragraph2: "You can change the display by <strong>right clicking</strong> on some widgets." - paragraph3: 'To delete a widget, <strong>drag and drop the widget onto the area labeled "Trash"</strong> in the header.' - paragraph4: 'To finish the customization, click "Finish" in the upper right.' + paragraph3: "To delete a widget, <strong>drag and drop the widget onto the area labeled \"Trash\"</strong> in the header." + paragraph4: "To finish the customization, click \"Finish\" in the upper right." gotit: "Got it!" time: diff --git a/locales/fr.yml b/locales/fr.yml index aa463f79b5..077b7319aa 100644 --- a/locales/fr.yml +++ b/locales/fr.yml @@ -11,8 +11,8 @@ common: title: "Conseils de personnalisation" paragraph1: "La personnalisation à la maison vous permet d'ajouter / supprimer, glisser et déposer et réorganiser les widgets." paragraph2: "Vous pouvez changer l'affichage en <strong>cliquant droit</strong> sur certains widgets." - paragraph3: 'Pour supprimer un widget, <strong>glissez et déposez le widget sur la zone étiquetée "Corbeille"</strong> dans l'en-tête.' - paragraph4: 'Pour terminer la personnalisation, cliquez sur "Terminer" dans le coin supérieur droit.' + paragraph3: "Pour supprimer un widget, <strong>glissez et déposez le widget sur la zone étiquetée \"Corbeille\"</strong> dans l'en-tête." + paragraph4: "Pour terminer la personnalisation, cliquez sur \"Terminer\" dans le coin supérieur droit." gotit: "Compris!" time: |