Merge pull request #7339 from bojidar-bg/po-import-failiure

Remove extraneous line in .po reader, which caused it to disregard first line
This commit is contained in:
Rémi Verschelde 2016-12-23 15:54:01 +01:00 committed by GitHub
commit 36f03f9461

View file

@ -33,8 +33,6 @@
RES TranslationLoaderPO::load_translation(FileAccess *f, Error *r_error, const String &p_path) {
String l = f->get_line();
enum Status {
STATUS_NONE,