vue-i18n-extract
vue-i18n-extract copied to clipboard
Create missing locale file
I'm using this tool for per-component translation, like this:
vue-i18n-extract -a -v src/ComponentName.vue -l locale/en/ComponentName.yml
For new components i must create empty yml file, but it would be nice to add option for creating missing file.
@last-partizan could you share your approach with a repo? I'm interested in this per component translation as well. thanks!
@rlam3 Take a look: https://github.com/last-partizan/vue-locale-loader
Would you like to implement this feature, @last-partizan and/or @rlam3?
@pixari yes, i'll take a look when i'll have time (probably on weekends).
Sounds amazing @last-partizan :)
@pixari Hello. It's been a long time since the last reply. Is there any progress?