summaryrefslogtreecommitdiff
path: root/languages/french.nix
blob: 2091241426f1157f692733ca7288bd39ebca29fe (plain)
1
2
3
4
5
6
7
8
{...}: {
  name = "French";
  proficiency = "native";
  icon = {
    codepoints = ["1F1EB" "1F1F7"];
    shortcode = "flag-france";
  };
}