mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
Add FR translation (#612)
This commit is contained in:
20
src/translations/fr.ts
Normal file
20
src/translations/fr.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
import { registerTranslation } from '../utilities/localize';
|
||||
import type { Translation } from '../utilities/localize';
|
||||
|
||||
const translation: Translation = {
|
||||
$code: 'fr',
|
||||
$name: 'Français',
|
||||
$dir: 'ltr',
|
||||
|
||||
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",
|
||||
toggle_color_format: 'Changer le format de couleur'
|
||||
};
|
||||
|
||||
registerTranslation(translation);
|
||||
|
||||
export default translation;
|
||||
Reference in New Issue
Block a user