1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-06 04:17:58 +00:00

text improvements; PL translation update; fixed %y0 in Polish

This commit is contained in:
Zeno Rogue
2018-11-10 20:19:27 +01:00
parent e95d5ea215
commit 02fd627cc5
3 changed files with 69 additions and 3 deletions

View File

@@ -138,6 +138,7 @@ void basicrep(string& x) {
rep(x, "%ąłeś0", choose3(playergender(), "ąłeś", "ęłaś", "ęłoś"));
rep(x, "%ógł0", choose3(playergender(), "ógł", "ogła", "ogło"));
rep(x, "%ł0", choose3(playergender(), "ł", "ła", "ło"));
rep(x, "%y0", choose3(playergender(), "y", "a", "e"));
}
if(l == 3) {