mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 23:10:26 +00:00
fixed French
This commit is contained in:
parent
a19adccf82
commit
52186377a0
@ -276,7 +276,7 @@ void langFR() {
|
|||||||
};
|
};
|
||||||
static std::pair<const char *, noun2> ns[] = {
|
static std::pair<const char *, noun2> ns[] = {
|
||||||
#define S(a,b)
|
#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"
|
#include "language-fr.cpp"
|
||||||
#undef N
|
#undef N
|
||||||
#undef S
|
#undef S
|
||||||
|
Loading…
Reference in New Issue
Block a user