summaryrefslogtreecommitdiff
path: root/languages/french.nix
diff options
context:
space:
mode:
Diffstat (limited to 'languages/french.nix')
-rw-r--r--languages/french.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/languages/french.nix b/languages/french.nix
index c90cc5e..0dd9541 100644
--- a/languages/french.nix
+++ b/languages/french.nix
@@ -3,5 +3,8 @@
{
name = "French";
proficiency = "native";
- icon = "🇫🇷";
+ icon = {
+ codepoints = [ "1F1EB" "1F1F7" ];
+ shortcode = "flag-france";
+ };
}