mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
fix quotes
This commit is contained in:
@@ -6,12 +6,12 @@ const translation: Translation = {
|
||||
$name: 'Français',
|
||||
$dir: 'ltr',
|
||||
|
||||
close: "Fermer",
|
||||
close: 'Fermer',
|
||||
copy: 'Copier',
|
||||
progress: 'Progrès',
|
||||
scroll_to_end: 'Faire défiler jusqu'à la fin',
|
||||
scroll_to_start: 'Faire défiler jusqu'au début',
|
||||
select_a_color_from_the_screen: "Sélectionnez une couleur à l'écran",
|
||||
scroll_to_end: `Faire défiler jusqu'à la fin`,
|
||||
scroll_to_start: `Faire défiler jusqu'au début`,
|
||||
select_a_color_from_the_screen: `Sélectionnez une couleur à l'écran`,
|
||||
toggle_color_format: 'Changer le format de couleur'
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user