1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-24 02:17:40 +00:00

French language translation by @3raven

This commit is contained in:
Arthur O'Dwyer
2022-07-01 14:06:57 -04:00
parent 77e2c64538
commit 8a1ee4622b
4 changed files with 4058 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ EX const string dnameof(eWall w) { return w >= 0 && w < walltypes ? winf[w].name
EX const string dnameof(eItem i) { return i >= 0 && i < ittypes ? iinf[i].name : format("[ITEM %d]", i); }
#if HDR
#define NUMLAN 7
#define NUMLAN 8
struct stringpar {
string v;