mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-26 19:37:40 +00:00
add measure words and fix missing translations in language-zh.cpp
This commit is contained in:
@@ -305,6 +305,7 @@ void parrep(string& x, string w, stringpar p) {
|
||||
}
|
||||
if(l == 8) {
|
||||
rep(x, "%"+w, data.nom);
|
||||
rep(x, "%m"+w, data.abl); // Measure word in Chinese
|
||||
}
|
||||
#endif
|
||||
if(true) {
|
||||
|
||||
Reference in New Issue
Block a user