parent
d0483b4e6b
commit
acb284ff88
@ -3,6 +3,8 @@
|
|||||||
# easy-i18n Changelog
|
# easy-i18n Changelog
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
### Fixed
|
||||||
|
- Parsing for <kbd>.properties</kbd> files
|
||||||
|
|
||||||
## [4.2.4]
|
## [4.2.4]
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -47,9 +47,7 @@ public class PropertiesParserStrategy extends ParserStrategy {
|
|||||||
throw new SyntaxException(ex.getMessage(), file);
|
throw new SyntaxException(ex.getMessage(), file);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!input.isEmpty()) {
|
PropertiesMapper.read(file.getLocale(), input, targetData, converter);
|
||||||
PropertiesMapper.read(file.getLocale(), input, targetData, converter);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user