Bug 1846954 - Add Dutch keywords for credit card expiration date r=mtigley,credential-management-reviewers,sgalich

Differential Revision: https://phabricator.services.mozilla.com/D185274
This commit is contained in:
Dimi 2023-08-04 02:21:35 +00:00
parent 84729900a3
commit decc95e13f

View File

@ -57,17 +57,20 @@ export const HeuristicsRegExp = {
"ważna.*do" + // pl-PL
"|data.*ważności" + // pl-PL
"|mm\\s*[\\-\\/]\\s*aa" + // es-ES
"|mm\\s*[\\-\\/]\\s*jj", // de-AT
"|mm\\s*[\\-\\/]\\s*jj" + // de-AT
"|vervaldatum", // nl-NL
"cc-exp-month":
"month" +
"|(cc|kk)month" + // de-DE
"|miesiąc" + // pl-PL
"|mes", // es-ES
"|mes" + // es-ES
"|maand", // nl-NL
"cc-exp-year":
"year" +
"|(cc|kk)year" + // de-DE
"|rok" + // pl-PL
"|(anno|año)", // es-ES
"|(anno|año)" + // es-ES
"|jaar", // nl-NL
"cc-type":
"type" +
"|kartenmarke" + // de-DE