Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ejez/quasarmultilingual
Add multi-lingual support to your quasar projects
https://github.com/ejez/quasarmultilingual
Last synced: 8 days ago
JSON representation
Add multi-lingual support to your quasar projects
- Host: GitHub
- URL: https://github.com/ejez/quasarmultilingual
- Owner: ejez
- Created: 2020-01-25T15:56:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-10T05:33:13.000Z (over 3 years ago)
- Last Synced: 2024-06-26T13:34:00.031Z (5 months ago)
- Language: JavaScript
- Size: 1.37 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- quasar-awesome - github - i18.surge.sh/) | Shows how to add multi-lingual support to your quasar projects | v1.8.2 | (Awesome Quasar [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) / Tutorials)
README
# Multilingual Quasar
This project shows how to add multi-lingual support to your quasar projects.
To learn how it is achieved, please compare repository `master` with the initial tag `v0.1.0`:
https://github.com/ejez/quasarmultilingual/compare/v0.1.0..master
The added code is full of comments and explanations.
Demo [here](https://quasarmultilingual.netlify.com)
## Features
- [vue-i18n](https://kazupon.github.io/vue-i18n/)
- SEO with [hreflang links](https://support.google.com/webmasters/answer/189077?hl=en)
- Lazy loading of quasar language packs and vue-i18n messages
- Multi-lingual routes (urls) using language prefix
- Auto-detection of app language from url language prefix or cookie (or fallback to default language)
- Language selector component
- If the language is changed using the language selector, a corresponding page translation will be shown if it exists in the target language.
- Ability to use a quasar language pack for a different language/locale, for example you can use quasar 'en-us' language pack for 'en' app language (you are not forced to use 'en-us' as an app language)
- ssr support