@Component public class I18nPopulator extends Object
Only adds new strings, does not update existing ones, because otherwise the ones you have changed using the dataexplorer will be overwritten again on the next startup.
| Constructor and Description |
|---|
I18nPopulator(DataService dataService,
LanguageFactory languageFactory,
FileRepositoryCollectionFactory fileRepositoryCollectionFactory,
ImportServiceFactory importServiceFactory,
FileStore fileStore) |
| Modifier and Type | Method and Description |
|---|---|
void |
populateI18nStrings()
Populate data store with internationalization strings
|
void |
populateLanguages()
Populate data store with default languages
|
@Autowired public I18nPopulator(DataService dataService, LanguageFactory languageFactory, FileRepositoryCollectionFactory fileRepositoryCollectionFactory, ImportServiceFactory importServiceFactory, FileStore fileStore)
Copyright © 2017. All Rights Reserved.