issues
search
kwado-tech
/
l10n_mapper
MIT License
4
stars
2
forks
source link
[FEATURE] Translation formatter feature
#8
Closed
kwado-tech
closed
10 months ago
kwado-tech
commented
10 months ago
Description
Implemented
FormatLocalization
feature to format translation-keys (specified in l10n_mapper.json) file to dart compatible naming-convention format.
Implemented format flag to indicate
l10n_mapper_generator
will perform format operation when this flag is provided.
Setup and configure l10n_mapper_generator config in exmaple project.
Updated change-log.md and readme.md
Please check the following boxes
[x] Pull Request title is consistent with the implemented feature, fix etc.
[x] I have followed proper descriptive code style and conventions
[x] The code is self-documenting and has no unnecessary comments. I named the functions and variables to clearly describe their purpose.
[ ] I have added Unit Tests and coverage is 70%+
[x] I have tested and verified this implementation and it works as expected
Description
FormatLocalization
feature to format translation-keys (specified in l10n_mapper.json) file to dart compatible naming-convention format.l10n_mapper_generator
will perform format operation when this flag is provided.Please check the following boxes