https://github.com/eiberham/vue-translations
proof of concept
https://github.com/eiberham/vue-translations
Last synced: 3 months ago
JSON representation
proof of concept
- Host: GitHub
- URL: https://github.com/eiberham/vue-translations
- Owner: eiberham
- Created: 2021-01-25T02:34:42.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-01T04:47:30.000Z (over 5 years ago)
- Last Synced: 2025-06-21T04:48:45.503Z (about 1 year ago)
- Language: Vue
- Size: 17.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Translations
## Proof of concept
Having a consistent, reliable and user friendly translation system in our applications is a must, so I started to look for alternatives in order to replace the current vue-based translation system that we're using at my job for something more updated and common among vue.js applications.
The proof of concept is mostly based on [this](https://medium.com/better-programming/vue-i18n-ultimate-guide-fb3d9db48c94) article I found surfing the internet.
It's quite simple and easy to follow.
The packages required to make the magic are:
```console
vue-i18n
vue-translation-manager
```
And also an application called babel edit that makes managing our translations easy which is available on windows, linux and mac os.
vscode's i18n-ally extension is a helpful tool as well to visualize the current translations in our vue templates so using it is a good idea.
google calendar integration reference vid : https://www.youtube.com/watch?v=Bj15-6rBHQw
another useful vid: https://www.youtube.com/watch?v=tZWnCZaJMUg