Skip to content

Commit

Permalink
add measure words and fix missing translations in language-zh.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
1iuh committed Aug 5, 2024
1 parent 6683d89 commit b0df04d
Show file tree
Hide file tree
Showing 3 changed files with 455 additions and 475 deletions.
4 changes: 2 additions & 2 deletions langen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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, d, c, c } },
#include "language-zh.cpp"
#undef N
#undef S
Expand Down
Loading

0 comments on commit b0df04d

Please sign in to comment.