extended translations for wiki events, fixed bug in Translatable.argMao
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -22,7 +22,7 @@ public class Translatable {
|
||||
int i = 0;
|
||||
while (i+1<args.length){
|
||||
map.put(args[i].toString(),args[i+1]);
|
||||
i++;
|
||||
i+=2;
|
||||
}
|
||||
return map;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user