From 5abfa832496623b11b8f25d7d55e117592044a25 Mon Sep 17 00:00:00 2001 From: Tomer Shalev Date: Wed, 4 Mar 2020 22:03:17 +0200 Subject: [PATCH 1/2] Added Quasar i18n project --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 57af79e..2a15479 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,7 @@ Do not forget to read an official [blog](https://blog.quasar.dev/). | Name | Links | Description | Quasar | | --- | --- | --- | --- | +| Quasar i18n | [github](https://github.com/tomers/quasar-i18n-example), [demo](http://quasar-i18.surge.sh/) | An app for demonstration of i18n (Internationalization and localization) in Quasar Framework | v1.9.6 | | Quasar 3D Model | [github](https://github.com/patrickmonteiro/quasar-3d-model), [demo](http://quasar3d.surge.sh/) | Sample application with a 3D file renderer (.stl, .obj, .json, .dae, .ply, .gltf) | v1.1.2 | | Quasar Apex Charts | [github](https://github.com/patrickmonteiro/quasar-apexcharts), [demo](https://quasar-apexcharts.surge.sh) | Project using Quasar framework and ApexCharts 📊 📈 📉 | v1.1.2 | | Quasar Barcode Reader | [github](https://github.com/patrickmonteiro/quasar-barcode-reader), [demo](https://quasar-barcode-reader.surge.sh/#/) | Base code for a code reader application: EAN, CODE 128, CODE 39, EAN 8, UPC-A, UPC-C, I2of5, 2of5, CODE 93 e CODABAR with QuaggaJS and Quasar Framework(no dependency on cordova) | v1.1.2 | From 4902a0b47fd034234e98e3fedb7718c448d86c73 Mon Sep 17 00:00:00 2001 From: Tomer Shalev Date: Sat, 7 Mar 2020 20:39:49 +0200 Subject: [PATCH 2/2] Added Multilingual Quasar project --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a15479..4ba84c8 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,8 @@ Do not forget to read an official [blog](https://blog.quasar.dev/). | Name | Links | Description | Quasar | | --- | --- | --- | --- | -| Quasar i18n | [github](https://github.com/tomers/quasar-i18n-example), [demo](http://quasar-i18.surge.sh/) | An app for demonstration of i18n (Internationalization and localization) in Quasar Framework | v1.9.6 | +| Quasar i18n Example | [github](https://github.com/tomers/quasar-i18n-example), [demo](http://quasar-i18.surge.sh/) | An app for demonstration of i18n (Internationalization and localization) in Quasar Framework | v1.9.6 | +| Multilingual Quasar | [github](https://github.com/ejez/quasarmultilingual), [demo](http://quasar-i18.surge.sh/) | Shows how to add multi-lingual support to your quasar projects | v1.8.2 | | Quasar 3D Model | [github](https://github.com/patrickmonteiro/quasar-3d-model), [demo](http://quasar3d.surge.sh/) | Sample application with a 3D file renderer (.stl, .obj, .json, .dae, .ply, .gltf) | v1.1.2 | | Quasar Apex Charts | [github](https://github.com/patrickmonteiro/quasar-apexcharts), [demo](https://quasar-apexcharts.surge.sh) | Project using Quasar framework and ApexCharts 📊 📈 📉 | v1.1.2 | | Quasar Barcode Reader | [github](https://github.com/patrickmonteiro/quasar-barcode-reader), [demo](https://quasar-barcode-reader.surge.sh/#/) | Base code for a code reader application: EAN, CODE 128, CODE 39, EAN 8, UPC-A, UPC-C, I2of5, 2of5, CODE 93 e CODABAR with QuaggaJS and Quasar Framework(no dependency on cordova) | v1.1.2 |