sgimenez / laby

Learn programming, playing with ants and spider webs ;-)
https://sgimenez.github.io/laby/
Other
98 stars 39 forks source link

Add translation for the enum type ("Tile") #26

Open antiochus opened 10 years ago

antiochus commented 10 years ago

In Vala (and C# and possible others) you have to prepend the enum type name when you use an enum value:

while (laby_name_look () == Tile.laby_name_Void) {
   ...
 }

If that is translated to another language the "Tile" will be left in English.