If a string is missing in a translation file other than the English one, then try finding it in the English strings file before outputting an error. #70
That way, handling missing strings in string files would be easier. This feature should be fairly easy to implement (all there is to do is to load the English strings file before loading the other, non-English file).
That way, handling missing strings in string files would be easier. This feature should be fairly easy to implement (all there is to do is to load the English strings file before loading the other, non-English file).