You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-07 19:53:17 +00:00
Remove extraneous line in .po reader, which caused it to disregard first line
Fixes #7337
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user