Corrige problème lexing arrondi en français

This commit is contained in:
Denis Merigoux 2022-04-29 21:41:20 +02:00
parent aaa6a5d3a6
commit d08dfb17d2
No known key found for this signature in database
GPG Key ID: EE99DCFA365C3EE3

View File

@ -122,6 +122,7 @@
#define MS_RoundMoney "arrondi_argent"
#define MS_RoundDecimal "arrondi_décimal"
#define MR_RoundDecimal "arrondi_d", 0xE9, "cimal"
#define MS_IntToDec "entier_vers_décimal"
#define MR_IntToDec "entier_vers_d", 0xE9, "cimal"
#define MS_GetDay "accès_jour"