Closed JPilson closed 5 months ago
Attention: Patch coverage is 65.90909%
with 15 lines
in your changes are missing coverage. Please review.
Project coverage is 31.41%. Comparing base (
3dd4117
) to head (4583404
). Report is 23 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@marhali check this out
Thanks for your contribution 👍
Pull Request Description
This pull request introduces an enhancement to the Localize-It Action, addressing the manual adjustment requirement for key naming conventions during string extraction. The implemented feature automates key naming convention suggestions, significantly improving user experience and code consistency.
Fixes marhali/easy-i18n#398
Changes Implemented:
Automated Key Naming Convention Suggestions: Integrated functionality to automatically suggest key naming conventions based on user preferences or project settings.
Support for CamelCase , PascalCase and Snake_case: Initial implementation covers CamelCase and Snake_case naming conventions.
Future Considerations:
Next Steps:
Show Case:
Before
After