diff options
| author | fauxpark <fauxpark@gmail.com> | 2019-11-26 18:22:13 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-26 18:22:13 +1100 |
| commit | 170261328e3b83409dfb3a6b2bd07980d0c75495 (patch) | |
| tree | 103bdbd1933d4c9c0c334eb6ee1617271349e2fc /docs/fr-fr | |
| parent | 5a6737a778cfa828e4fdb5d382a84a41e5210d8e (diff) | |
| download | qmk_firmware-170261328e3b83409dfb3a6b2bd07980d0c75495.tar.gz qmk_firmware-170261328e3b83409dfb3a6b2bd07980d0c75495.zip | |
Add language prefixes to docs sidebar entries and readmes (#7406)
* Add language prefixes to docs sidebar entries and readmes
* Remove prefix where it doesn't belong
Diffstat (limited to 'docs/fr-fr')
| -rw-r--r-- | docs/fr-fr/README.md | 4 | ||||
| -rw-r--r-- | docs/fr-fr/_summary.md | 162 |
2 files changed, 83 insertions, 83 deletions
diff --git a/docs/fr-fr/README.md b/docs/fr-fr/README.md index d3591554b..4527ec4b4 100644 --- a/docs/fr-fr/README.md +++ b/docs/fr-fr/README.md | |||
| @@ -19,7 +19,7 @@ Sinon, vous pouvez aussi le télécharger directement en ([zip](https://github.c | |||
| 19 | 19 | ||
| 20 | ## Comment le compiler | 20 | ## Comment le compiler |
| 21 | 21 | ||
| 22 | Avant d'être prêt à compiler vous allez devoir [installer un environnement](getting_started_build_tools.md) pour les développements AVR et/ou ARM. Une fois ceci fait, vous pourrez utiliser la commande `make` pour compiler le clavier et la disposition avec une commande de ce type : | 22 | Avant d'être prêt à compiler vous allez devoir [installer un environnement](fr-fr/getting_started_build_tools.md) pour les développements AVR et/ou ARM. Une fois ceci fait, vous pourrez utiliser la commande `make` pour compiler le clavier et la disposition avec une commande de ce type : |
| 23 | 23 | ||
| 24 | make planck/rev4:default | 24 | make planck/rev4:default |
| 25 | 25 | ||
| @@ -29,4 +29,4 @@ Cette commande compilera la révision `rev4` du clavier `planck` avec la disposi | |||
| 29 | 29 | ||
| 30 | ## Comment le personnaliser | 30 | ## Comment le personnaliser |
| 31 | 31 | ||
| 32 | QMK a beaucoup de [fonctionnalités](features.md) à explorer, et [une documentation](http://docs.qmk.fm) très abondante que vous pourrez parcourir. La plupart des fonctionnalités vous permettrons de modifier vos [dispositions](keymap.md) (keymaps) et de changer [les codes de caractères](keycodes.md) (keycodes). | 32 | QMK a beaucoup de [fonctionnalités](fr-fr/features.md) à explorer, et [une documentation](http://docs.qmk.fm) très abondante que vous pourrez parcourir. La plupart des fonctionnalités vous permettrons de modifier vos [dispositions](fr-fr/keymap.md) (keymaps) et de changer [les codes de caractères](fr-fr/keycodes.md) (keycodes). |
diff --git a/docs/fr-fr/_summary.md b/docs/fr-fr/_summary.md index eef486176..38e3abe7c 100644 --- a/docs/fr-fr/_summary.md +++ b/docs/fr-fr/_summary.md | |||
| @@ -29,97 +29,97 @@ | |||
| 29 | **En Anglais** | 29 | **En Anglais** |
| 30 | 30 | ||
| 31 | * Guides détaillés | 31 | * Guides détaillés |
| 32 | * [Installation des outils de compilation](getting_started_build_tools.md) | 32 | * [Installation des outils de compilation](fr-fr/getting_started_build_tools.md) |
| 33 | * [Guide Vagrant](getting_started_vagrant.md) | 33 | * [Guide Vagrant](fr-fr/getting_started_vagrant.md) |
| 34 | * [Commandes de compilations](getting_started_make_guide.md) | 34 | * [Commandes de compilations](fr-fr/getting_started_make_guide.md) |
| 35 | * [Flasher les firmwares](fr-fr/flashing.md) | 35 | * [Flasher les firmwares](fr-fr/flashing.md) |
| 36 | * [Personnaliser les fonctionnalités](custom_quantum_functions.md) | 36 | * [Personnaliser les fonctionnalités](fr-fr/custom_quantum_functions.md) |
| 37 | * [Aperçu des fonctionnalités des dispositions](keymap.md) | 37 | * [Aperçu des fonctionnalités des dispositions](fr-fr/keymap.md) |
| 38 | 38 | ||
| 39 | * [Hardware](hardware.md) | 39 | * [Hardware](fr-fr/hardware.md) |
| 40 | * [Processeurs AVR](hardware_avr.md) | 40 | * [Processeurs AVR](fr-fr/hardware_avr.md) |
| 41 | * [Pilotes / Drivers](hardware_drivers.md) | 41 | * [Pilotes / Drivers](fr-fr/hardware_drivers.md) |
| 42 | 42 | ||
| 43 | * Réferences | 43 | * Réferences |
| 44 | * [Lignes de conduite des claviers](hardware_keyboard_guidelines.md) | 44 | * [Lignes de conduite des claviers](fr-fr/hardware_keyboard_guidelines.md) |
| 45 | * [Options de configurations](config_options.md) | 45 | * [Options de configurations](fr-fr/config_options.md) |
| 46 | * [Keycodes / Codes des caractères](keycodes.md) | 46 | * [Keycodes / Codes des caractères](fr-fr/keycodes.md) |
| 47 | * [Conventions de codage - C](coding_conventions_c.md) | 47 | * [Conventions de codage - C](fr-fr/coding_conventions_c.md) |
| 48 | * [Conventions de codage - Python](coding_conventions_python.md) | 48 | * [Conventions de codage - Python](fr-fr/coding_conventions_python.md) |
| 49 | * [Meilleurs pratiques sur la documentation](documentation_best_practices.md) | 49 | * [Meilleurs pratiques sur la documentation](fr-fr/documentation_best_practices.md) |
| 50 | * [Modèles de documentation](documentation_templates.md) | 50 | * [Modèles de documentation](fr-fr/documentation_templates.md) |
| 51 | * [Glossaire](reference_glossary.md) | 51 | * [Glossaire](fr-fr/reference_glossary.md) |
| 52 | * [Tests unitaires](unit_testing.md) | 52 | * [Tests unitaires](fr-fr/unit_testing.md) |
| 53 | * [Fonctions utiles](ref_functions.md) | 53 | * [Fonctions utiles](fr-fr/ref_functions.md) |
| 54 | * [Support de configuration](reference_configurator_support.md) | 54 | * [Support de configuration](fr-fr/reference_configurator_support.md) |
| 55 | * [Format du fichier info.json](reference_info_json.md) | 55 | * [Format du fichier info.json](fr-fr/reference_info_json.md) |
| 56 | * [Développer la CLI en Python](cli_development.md) | 56 | * [Développer la CLI en Python](fr-fr/cli_development.md) |
| 57 | 57 | ||
| 58 | * [Fonctionnalités](features.md) | 58 | * [Fonctionnalités](fr-fr/features.md) |
| 59 | * [Keycodes basiques](keycodes_basic.md) | 59 | * [Keycodes basiques](fr-fr/keycodes_basic.md) |
| 60 | * [Touches utilisées avec Shift (US ANSI)](keycodes_us_ansi_shifted.md) | 60 | * [Touches utilisées avec Shift (US ANSI)](fr-fr/keycodes_us_ansi_shifted.md) |
| 61 | * [Keycodes quantiques](quantum_keycodes.md) | 61 | * [Keycodes quantiques](fr-fr/quantum_keycodes.md) |
| 62 | * [Keycodes avancés](feature_advanced_keycodes.md) | 62 | * [Keycodes avancés](fr-fr/feature_advanced_keycodes.md) |
| 63 | * [Fonctionnalités audio](feature_audio.md) | 63 | * [Fonctionnalités audio](fr-fr/feature_audio.md) |
| 64 | * [Majuscule automatique](feature_auto_shift.md) | 64 | * [Majuscule automatique](fr-fr/feature_auto_shift.md) |
| 65 | * [Rétroéclairage](feature_backlight.md) | 65 | * [Rétroéclairage](fr-fr/feature_backlight.md) |
| 66 | * [Bluetooth](feature_bluetooth.md) | 66 | * [Bluetooth](fr-fr/feature_bluetooth.md) |
| 67 | * [Bootmagic](feature_bootmagic.md) | 67 | * [Bootmagic](fr-fr/feature_bootmagic.md) |
| 68 | * [Combos](feature_combo.md) | 68 | * [Combos](fr-fr/feature_combo.md) |
| 69 | * [Commande](feature_command.md) | 69 | * [Commande](fr-fr/feature_command.md) |
| 70 | * [API anti-rebond](feature_debounce_type.md) | 70 | * [API anti-rebond](fr-fr/feature_debounce_type.md) |
| 71 | * [DIP Switch](feature_dip_switch.md) | 71 | * [DIP Switch](fr-fr/feature_dip_switch.md) |
| 72 | * [Macros dynamiques](feature_dynamic_macros.md) | 72 | * [Macros dynamiques](fr-fr/feature_dynamic_macros.md) |
| 73 | * [Interrupteurs rotatifs](feature_encoders.md) | 73 | * [Interrupteurs rotatifs](fr-fr/feature_encoders.md) |
| 74 | * [Grave Escape](feature_grave_esc.md) | 74 | * [Grave Escape](fr-fr/feature_grave_esc.md) |
| 75 | * [Retour haptique](feature_haptic_feedback.md) | 75 | * [Retour haptique](fr-fr/feature_haptic_feedback.md) |
| 76 | * [Contrôleur LCD HD44780](feature_hd44780.md) | 76 | * [Contrôleur LCD HD44780](fr-fr/feature_hd44780.md) |
| 77 | * [Touche à verrou / Lock-key](feature_key_lock.md) | 77 | * [Touche à verrou / Lock-key](fr-fr/feature_key_lock.md) |
| 78 | * [Dispositions / layouts](feature_layouts.md) | 78 | * [Dispositions / layouts](fr-fr/feature_layouts.md) |
| 79 | * [Touche leader](feature_leader_key.md) | 79 | * [Touche leader](fr-fr/feature_leader_key.md) |
| 80 | * [Matrice LED](feature_led_matrix.md) | 80 | * [Matrice LED](fr-fr/feature_led_matrix.md) |
| 81 | * [Macros](feature_macros.md) | 81 | * [Macros](fr-fr/feature_macros.md) |
| 82 | * [Boutons de souris](feature_mouse_keys.md) | 82 | * [Boutons de souris](fr-fr/feature_mouse_keys.md) |
| 83 | * [Pilotes / Drivers OLED](feature_oled_driver.md) | 83 | * [Pilotes / Drivers OLED](fr-fr/feature_oled_driver.md) |
| 84 | * [Touche one-shot](feature_advanced_keycodes.md#one-shot-keys) | 84 | * [Touche one-shot](fr-fr/feature_advanced_keycodes.md#one-shot-keys) |
| 85 | * [Périphériques de pointage](feature_pointing_device.md) | 85 | * [Périphériques de pointage](fr-fr/feature_pointing_device.md) |
| 86 | * [Souris PS/2](feature_ps2_mouse.md) | 86 | * [Souris PS/2](fr-fr/feature_ps2_mouse.md) |
| 87 | * [Éclairage RGB](feature_rgblight.md) | 87 | * [Éclairage RGB](fr-fr/feature_rgblight.md) |
| 88 | * [Matrice RGB](feature_rgb_matrix.md) | 88 | * [Matrice RGB](fr-fr/feature_rgb_matrix.md) |
| 89 | * [Space Cadet](feature_space_cadet.md) | 89 | * [Space Cadet](fr-fr/feature_space_cadet.md) |
| 90 | * [Claviers scindés / splittés](feature_split_keyboard.md) | 90 | * [Claviers scindés / splittés](fr-fr/feature_split_keyboard.md) |
| 91 | * [Stenographie](feature_stenography.md) | 91 | * [Stenographie](fr-fr/feature_stenography.md) |
| 92 | * [Inversion des mains](feature_swap_hands.md) | 92 | * [Inversion des mains](fr-fr/feature_swap_hands.md) |
| 93 | * [Tap Dance](feature_tap_dance.md) | 93 | * [Tap Dance](fr-fr/feature_tap_dance.md) |
| 94 | * [Terminale](feature_terminal.md) | 94 | * [Terminale](fr-fr/feature_terminal.md) |
| 95 | * [Imprimante thermique](feature_thermal_printer.md) | 95 | * [Imprimante thermique](fr-fr/feature_thermal_printer.md) |
| 96 | * [Caractères unicodes](feature_unicode.md) | 96 | * [Caractères unicodes](fr-fr/feature_unicode.md) |
| 97 | * [Dossier utilisateur](feature_userspace.md) | 97 | * [Dossier utilisateur](fr-fr/feature_userspace.md) |
| 98 | * [Velocikey](feature_velocikey.md) | 98 | * [Velocikey](fr-fr/feature_velocikey.md) |
| 99 | 99 | ||
| 100 | * Pour les makers et les bricoleurs | 100 | * Pour les makers et les bricoleurs |
| 101 | * [Guide des claviers soudés à la main](hand_wire.md) | 101 | * [Guide des claviers soudés à la main](fr-fr/hand_wire.md) |
| 102 | * [Guide de flash de l’ISP](isp_flashing_guide.md) | 102 | * [Guide de flash de l’ISP](fr-fr/isp_flashing_guide.md) |
| 103 | * [Guide du débogage ARM](arm_debugging.md) | 103 | * [Guide du débogage ARM](fr-fr/arm_debugging.md) |
| 104 | * [Drivers i2c](i2c_driver.md) | 104 | * [Drivers i2c](fr-fr/i2c_driver.md) |
| 105 | * [Contrôles des GPIO](internals_gpio_control.md) | 105 | * [Contrôles des GPIO](fr-fr/internals_gpio_control.md) |
| 106 | * [Conversion en Proton C](proton_c_conversion.md) | 106 | * [Conversion en Proton C](fr-fr/proton_c_conversion.md) |
| 107 | 107 | ||
| 108 | * Pour aller plus loin | 108 | * Pour aller plus loin |
| 109 | * [Comment fonctionnent les claviers](how_keyboards_work.md) | 109 | * [Comment fonctionnent les claviers](fr-fr/how_keyboards_work.md) |
| 110 | * [Comprendre QMK](understanding_qmk.md) | 110 | * [Comprendre QMK](fr-fr/understanding_qmk.md) |
| 111 | 111 | ||
| 112 | * Autres sujets | 112 | * Autres sujets |
| 113 | * [Utiliser Eclipse avec QMK](other_eclipse.md) | 113 | * [Utiliser Eclipse avec QMK](fr-fr/other_eclipse.md) |
| 114 | * [Utiliser VSCode avec QMK](other_vscode.md) | 114 | * [Utiliser VSCode avec QMK](fr-fr/other_vscode.md) |
| 115 | * [Support](support.md) | 115 | * [Support](fr-fr/support.md) |
| 116 | * [Comment ajouter des traductions](translating.md) | 116 | * [Comment ajouter des traductions](fr-fr/translating.md) |
| 117 | 117 | ||
| 118 | * À l’intérieur de QMK (En cours de documentation) | 118 | * À l’intérieur de QMK (En cours de documentation) |
| 119 | * [Définitions](internals_defines.md) | 119 | * [Définitions](fr-fr/internals_defines.md) |
| 120 | * [Input Callback Reg](internals_input_callback_reg.md) | 120 | * [Input Callback Reg](fr-fr/internals_input_callback_reg.md) |
| 121 | * [Appareils Midi](internals_midi_device.md) | 121 | * [Appareils Midi](fr-fr/internals_midi_device.md) |
| 122 | * [Installation d’un appareil Midi](internals_midi_device_setup_process.md) | 122 | * [Installation d’un appareil Midi](fr-fr/internals_midi_device_setup_process.md) |
| 123 | * [Utilitaires Midi](internals_midi_util.md) | 123 | * [Utilitaires Midi](fr-fr/internals_midi_util.md) |
| 124 | * [Fonctions Midi](internals_send_functions.md) | 124 | * [Fonctions Midi](fr-fr/internals_send_functions.md) |
| 125 | * [Outils Sysex](internals_sysex_tools.md) | 125 | * [Outils Sysex](fr-fr/internals_sysex_tools.md) |
