-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option for user to choose which module logic to use #80
Comments
I will use this ticket to reengineer the IO system. New IO configurationFolder-Strategy:
Parser-Strategy
File-Pattern-Strategy: (adjusts automatically when changing parser)
|
New flow: DataStore -> FolderStrategy -> ParserStrategy -> TranslationData IOHandlerConstructor: FolderStrategy, ParserStrategy
FolderStrategyResponsible for managing the local project structure for translation files (namespace, file-pattern)
ParserStrategyParses the actual translation files
|
You can configure your preferred folder structure with the next release. Don't forget to star this repository 👍 |
Thank you for quickness ! 😎 ❤️ |
My logic for modularized json files is different compared to what is shown in the examples directory :
It could be nice to have a toggle in the plugin settings, so then we can choose which module logic we want to use.
The text was updated successfully, but these errors were encountered: