summaryrefslogtreecommitdiff
path: root/languages/german.nix
blob: d5b64c45d52ce53452b7f8f0fda5a7418520e4af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ ... }:
{
  name = "German";
  proficiency = "basic";
  icon = {
    codepoints = [
      "1F1E9"
      "1F1EA"
    ];
    shortcode = "flag-germany";
  };
}