= Localization and edge-case updating for stub
This commit is contained in:
@@ -91,7 +91,7 @@ public class Localizer
|
||||
return input;
|
||||
|
||||
String value = stringStore.GetKey(input);
|
||||
if(value.length() < 1)
|
||||
if(value == null || value.length() < 1)
|
||||
return input;
|
||||
|
||||
return value;
|
||||
|
||||
Reference in New Issue
Block a user