Make project localizable
Introduction
I am currently using Swing Music flawlessly, but I wanted to make some translations to this project. As English values are hard coded, it was impossible to translate this project into multiple languages. So I have added Vue-i18n plugin so it makes translation much easier.
Progress
- [X] Make components localizable
- [ ] Make scripts localizable
- [ ] Make views localizable
Hi @d0ul
Thanks for opening this PR, it means a lot to us.
What's the progress on localization? I see there are two unchecked TODOs.
Hi @d0ul
Thanks for opening this PR, it means a lot to us.
What's the progress on localization? I see there are two unchecked TODOs.
I actually forgot this PR for like months ago. It'll be done as soon as I have enough time to complete one.
Taking a swing to integrate the missing strings, it might take a bit tho (fighting with tooling mainly).
Components has been fully translated (minus a few since the name is used in the code as switching statements). I've started the context menus now.