How can i make a multi language nativescript vue app? - nativescript

I need to have over 10 language in my Nativescript-vue app. I have looked at "vue-i18next" but i don't understand how it works with single file components. I don't understand how it will work if i have exempel app.vue, register.vue, login.vue and so on.. The docs didn't show how to do it on single file components.
Can someone give me a example with nativescript-vue "vue-i18next" or another language plugin? Just show me one single file component how its done ;)

Related

Vuetify 3 with vue

I have installed vue 3 with vuetify alpha version for vue 3 using vite. But almost none of the UI components works correctly. The colors are diferent, even if I copy-paste the template and script tags for the respective UI component.
For example this is how it looks for me:
And this is how it looks on their website:
AM I doing something incorrectly ? Or is it really incompatible and not reliable with vue 3
The upgrade is not very straightforward because a lot of props has been changed. And the documentation for vuetify 3 is outdated so you can't just copy and paste from the documentation. Currently, I'm a afraid that you should look into the source code to figure it out.

How to display a KML (or GPX?) file on a Nativescript Angular app?

I'm trying to make an app using Nativescript-Angular that displays a route on a map like this : https://prnt.sc/10cy40s using .kml or .gpx files that I upload online somewhere else.
But I can't find anything regarding this with Nativescript-Angular or maybe I'm not asking the right questions ^^'
Thanks in advance !
Edit : To be more clear, I'm not expecting a magic answer, but more of a guidance about what I missed during my research.
There's no native KML support in the google-maps-sdk plugin, but what I did was extract the coordinates and create a polyline. This has worked well for me.

how to create drupal8 ckeditor shortcodes?

what would be the best direction toward creating shortcodes usable in drupal 8 editor?
Ckeditor being placed to core, shortcode module nor shortcode_wysiwig module being ported , I am not quite sure where to start from.
you need to implement a custom module using the ckeditor.api
for further examples see here:
https://drupal.stackexchange.com/questions/139075/implementing-ckeditors-plugin-in-drupal-8

How to call wgpicasa pro component into module in joomla?

I am trying to get wgpicasa pro component into my module through component anywhere plugin but sometime working good but sometime not working. So anyone tell me how can i call component into module without using component anywhere plugin.
For doing this we need to use short code of wgpicasa pro in custom HTML module and need to enable prepare content to get content by short code without installing any component.
Screen Shots:

How can I start with marionettejs yeoman boilerplate?

I have generate my first yeoman marionette application.
I am having trouble get started though my question is
how can I create a new itemView and displayed ?
Is there any example app using this boilerplate ?
Here are the 3 Marionette Yeoman generatos. Choose whichever is convenient for you. Those are nicely documented so should be alright.
https://github.com/mrichard/generator-marionette
https://github.com/simonblee/generator-maryo
https://github.com/opus-online/generator-marionette-frontend
If you are looking for Marionette boilerplate, here it is.
https://github.com/BoilerplateMVC/Marionette-Require-Boilerplate
Hope that helps

Resources