mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 09:49:14 +00:00
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:
parent
84729900a3
commit
decc95e13f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user