summaryrefslogtreecommitdiff
path: root/languages/french.nix
blob: 0dd9541a6286d2f59eb28fffb5820e3a40c1d647 (plain)
1
2
3
4
5
6
7
8
9
10
{ ... }:

{
  name = "French";
  proficiency = "native";
  icon = {
    codepoints = [ "1F1EB" "1F1F7" ];
    shortcode = "flag-france";
  };
}