fixed French

This commit is contained in:
Zeno Rogue 2022-07-05 11:52:05 +02:00
parent a19adccf82
commit 52186377a0
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ void langFR() {
};
static std::pair<const char *, noun2> ns[] = {
#define S(a,b)
#define N(a,b,c,d,e) { a, noun2{ b, c, d, "", e } },
#define N(a,b,c,d,e) { a, noun2{ b, c, d, e, e } },
#include "language-fr.cpp"
#undef N
#undef S