Vue - Internationalization i18n

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024
  • This is taken from my course, Vue with Test Driven Development at udemy. Here is the discount link bafoly.com/?co...
    In this one we are adding language support for vue applications.
    Like, subscribe, comment any interaction with my channel, means a lot. Thanks
    About me:
    My name is Basar Buyukkahraman. I've courses for Spring Boot, React, Node.js, Web Components, Svelte and Vue in udemy.
    Test Driven Web Development with Spring & React - www.udemy.com/...
    Test Driven Development with Node.js - www.udemy.com/...
    Git - Step by Step Guide - www.udemy.com/...
    Fundamentals of Web Components - www.udemy.com/...
    Svelte with Test Driven Development - www.udemy.com/...
    Vue with Test Driven Development - www.udemy.com/...
    React with Test Driven Development - www.udemy.com/...

Комментарии • 17

  • @ramazz
    @ramazz 8 месяцев назад

    eyvallah çok güzel. aradığım video :D

  • @RafGonzatto
    @RafGonzatto 2 месяца назад

    amazing

  • @JohnDoe-ry3sq
    @JohnDoe-ry3sq 2 года назад +4

    Exactly what I was looking for thank you very much for this very clear explanation 👍

  • @Viktorres1
    @Viktorres1 2 года назад

    Where are your locales man?

  • @jonwinder6622
    @jonwinder6622 Год назад

    Anyone watching this after they got a normalize is not defined error lol

  • @tomparke2407
    @tomparke2407 2 года назад +4

    Very nice. I’d love to see how you dynamically switch locales.

    • @RexhepShijaku
      @RexhepShijaku Год назад +2

      you can do it like this (to change from english lets say to tr) : this.$i18n.locale = 'tr';

  • @therabbithole550
    @therabbithole550 2 года назад +2

    Very nice, but how you change locale dynamically?

  • @kexell
    @kexell 13 дней назад

    WHY IS $t NOT WORKING

  • @dj78productions
    @dj78productions Год назад

    just when I started to think "wow what a heavy Turkish accent", the tr locale showed up haha. Thanks for the tutorial though.

  • @gor2em
    @gor2em Год назад

    thanks for turkish language :)

  • @ohmyviach
    @ohmyviach 2 года назад

    amaizing explanation!!! thank you, bro)

  • @Helper859
    @Helper859 9 месяцев назад

    Very nice!

  • @yutupusername
    @yutupusername 2 года назад +1

    Man!
    That { global: { plugins: [i18n] } } saved my life. Thank you very much!

  • @akshaythakor5501
    @akshaythakor5501 Год назад

    Thanks 🙏 sir

  • @annyrondon7874
    @annyrondon7874 2 года назад

    Thanks ! You helped me a lot

  • @bieberbalazs6826
    @bieberbalazs6826 Год назад

    Thank you! Do you know why this is not working title="{{ $t('form.editInputWarning') }}" ? Between tags like are working. But not in the title.