remove warning about missing configuration during project init
Resolves #148
This commit is contained in:
parent
81fe2e7852
commit
7fd6526405
@ -3,6 +3,9 @@
|
||||
# easy-i18n Changelog
|
||||
|
||||
## [Unreleased]
|
||||
### Changed
|
||||
- Removed warning about missing configuration during project initialization
|
||||
|
||||
### Fixed
|
||||
- Folding support for Vue files
|
||||
|
||||
|
@ -62,9 +62,7 @@ public class DataStore {
|
||||
this.data = new TranslationData(settings.isSorting());
|
||||
successResult.accept(false);
|
||||
|
||||
if(ex instanceof EmptyLocalesDirException) {
|
||||
NotificationHelper.createEmptyLocalesDirNotification(project);
|
||||
} else {
|
||||
if(!(ex instanceof EmptyLocalesDirException)) {
|
||||
NotificationHelper.createIOError(settings, ex);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user