fr constant

Map<String, dynamic> const fr

Implementation

static const Map<String,dynamic> fr = {
  "number": {
    "label": {
      "amount": "Montant",
      "percent": "Pour cent",
      "percentage": "Pourcentage"
    },
    "months": {
      "few": "{} mois",
      "many": "{} mois",
      "one": "{} mois",
      "other": "{} mois",
      "two": "{} mois",
      "zero": "{} mois"
    },
    "ordinal": {
      "short": {
        "first": {
          "female": "{num}ère",
          "male": "{num}er",
          "other": "{num}er"
        },
        "others": {
          "female": "{num}ème",
          "male": "{num}ème",
          "other": "{num}ème"
        },
        "second": {
          "female": "{num}ème",
          "male": "{num}ème",
          "other": "{num}ème"
        },
        "third": {
          "female": "{num}ème",
          "male": "{num}ème",
          "other": "{num}ème"
        }
      }
    },
    "years": {
      "few": "{} ans",
      "many": "{} ans",
      "one": "{} an",
      "other": "{} ans",
      "two": "{} ans",
      "zero": "{} an"
    }
  }
};