Skip to content

Commit 91414d7

Browse files
committed
Add translation metadata
1 parent 84702c5 commit 91414d7

File tree

1 file changed

+4
-0
lines changed
  • blog/content/edition-2/posts/03-vga-text-buffer

1 file changed

+4
-0
lines changed

blog/content/edition-2/posts/03-vga-text-buffer/index.fr.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ date = 2018-02-26
66

77
[extra]
88
chapter = "Bare Bones"
9+
# Please update this when updating the translation
10+
translation_based_on_commit = "211f460251cd332905225c93eb66b1aff9f4aefd"
11+
# GitHub usernames of the people that translated this post
12+
translators = ["YaogoGerard"]
913
+++
1014

1115
Le [mode texte VGA] est une manière simple d'afficher du texte à l'écran. Dans cet article, nous créons une interface qui rend son utilisation sûre et simple en encapsulant toutes les parties non sûres dans un module séparé. Nous implémentons également le support des [macros de formatage] de Rust.

0 commit comments

Comments
 (0)