(svn r25818) -Fix [FS#5750]: [GS] Language file scanner considered filenames starting with '.' as valid translations, resulting in languages with empty name, which causes trouble.
This commit is contained in:
@@ -26,7 +26,7 @@ struct LanguageStrings {
|
||||
const char *language; ///< Name of the language (base filename).
|
||||
StringList lines; ///< The lines of the file to pass into the parser/encoder.
|
||||
|
||||
LanguageStrings(const char *language);
|
||||
LanguageStrings(const char *language, const char *end = NULL);
|
||||
~LanguageStrings();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user