aboutsummaryrefslogtreecommitdiff
path: root/fr/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'fr/README.md')
-rw-r--r--fr/README.md29
1 files changed, 0 insertions, 29 deletions
diff --git a/fr/README.md b/fr/README.md
deleted file mode 100644
index ebb5f0e..0000000
--- a/fr/README.md
+++ /dev/null
@@ -1,29 +0,0 @@
-# Currently not translated in french
-
-## Language bar
-
-```haskell
-darkRed :: C.Color
-darkRed = C.rgb 119 21 21
-```
-
-```html
-<div class="Language__Container">
- <a class="Language__Link" href="">FR</a>
- <a class="Language__Link" href="">EN</a>
-</div>
-```
-
-```haskell
-".Language__Container" ? do
- display flex
- flexDirection rowReverse
- backgroundColor Color.darkRed
- paddingRight (px 5)
-
-".Language__Link" ? do
- color Color.white
- sym2 margin (px 5) (px 5)
- fontSize (px 12)
- textDecoration none
-```