mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-02 02:37:55 +00:00
add measure words and fix missing translations in language-zh.cpp
This commit is contained in:
@@ -294,14 +294,14 @@ void langZH() {
|
||||
current_language = "ZH";
|
||||
static std::pair<const char *, const char *> ds[] = {
|
||||
#define S(a,b) { a, b },
|
||||
#define N(a,b,c)
|
||||
#define N(a,b,c,d)
|
||||
#include "language-zh.cpp"
|
||||
#undef N
|
||||
#undef S
|
||||
};
|
||||
static std::pair<const char *, noun2> ns[] = {
|
||||
#define S(a,b)
|
||||
#define N(a,b,c) { a, noun2{ b, c, c, c, c } },
|
||||
#define N(a,b,c,d) { a, noun2{ b, c, c, c, d } },
|
||||
#include "language-zh.cpp"
|
||||
#undef N
|
||||
#undef S
|
||||
|
Reference in New Issue
Block a user