Translation | Laravel 10 Tutorial #42

Sdílet
Vložit
  • čas přidán 6. 09. 2024

Komentáře • 29

  • @user-ip4kc9js6p
    @user-ip4kc9js6p Před 6 měsíci +2

    I have been watching your laravel course since 1 month and I have learn so many things from you. Thank you so much brother. If I judge your subscribers with you content I would deprived from this quality content.

    • @yelocode
      @yelocode  Před 6 měsíci

      Thank you for the kind words. Glad to hear the videos are helpful. Thank you for wathcing

  • @LoneTaha
    @LoneTaha Před 5 měsíci

    appreciate your knowledge!

  • @kouzokiodin3623
    @kouzokiodin3623 Před 2 měsíci

    Thank you so much keep the great work

  • @elmirzaismoilov5638
    @elmirzaismoilov5638 Před 7 měsíci +1

    I appreciate your time and knowledge. Thanks you very much.

  • @parhamenekas
    @parhamenekas Před 9 měsíci +1

    Thanks for your great explanation

    • @yelocode
      @yelocode  Před 8 měsíci

      Thanks for watching Parham.

  • @HamadAbdulla_7
    @HamadAbdulla_7 Před 9 měsíci +1

    thanks

  • @ousssika5359
    @ousssika5359 Před 9 měsíci +1

    thanks man you liqten to our suggestion ,thanks man

  • @ousssika5359
    @ousssika5359 Před 9 měsíci +1

    i m so hyped for change danimacly the language

    • @yelocode
      @yelocode  Před 9 měsíci +1

      Glad to hear that, the episode will come tomorrow

    • @ousssika5359
      @ousssika5359 Před 7 měsíci +1

      @@yelocode the problem is i used a lang menu created base on javascript , so i set up the lang witout , redirect , so i need to impliment a redirect that's way

    • @ousssika5359
      @ousssika5359 Před 7 měsíci +1

      i m working on something good mixed between livewire and laravel , when i finished i will set it public on github,

    • @ousssika5359
      @ousssika5359 Před 7 měsíci +1

      it s been four month that i m working on it , you videos help me a lot , so thanks again

    • @yelocode
      @yelocode  Před 7 měsíci

      Glad to hear the videos have been helpful. Thank you for the support.

  • @ousssika5359
    @ousssika5359 Před 7 měsíci +1

    i have a problem i need to clear the cach to see the lang changes why and m using laravle 10
    why

    • @yelocode
      @yelocode  Před 7 měsíci

      hmm, I personally haven't had that issue on local dev. Which dev environment are you using for local development?
      Are you by any chance using laravel-translation-loader package or have it installed on your project?

    • @ousssika5359
      @ousssika5359 Před 7 měsíci

      i handel the issue , thanks for your response as usual , you re the best

    • @yelocode
      @yelocode  Před 7 měsíci

      @@ousssika5359 I'm curious what was the issue ?

    • @shenanigans1231
      @shenanigans1231 Před 7 dny

      @@yelocode I'm having the same issue as ousss. I've tried clearing cache, restarting server, nothing seems to be able to make app.php changes take effect. On laravel 11 atm. Will comment here if I find a solution.

    • @shenanigans1231
      @shenanigans1231 Před 7 dny

      Deleting everything in app.php's return array doesn't affect the application at all. Only thing that breaks the application is completely deleting the contents of app.php or returning something besides an array. This makes me think it's being cached somehow but I don't know for sure. Restarted web server, cleared cache and config. Cleared browser caches as well.

  • @ousssika5359
    @ousssika5359 Před 9 měsíci +1

    when you finish the app cann you do a request for the admin to download the backup of the app

    • @yelocode
      @yelocode  Před 9 měsíci

      Could you elaborate more on the download of backup? do you mean database backup? or excel or csv export of the users and their ideas?

    • @ousssika5359
      @ousssika5359 Před 9 měsíci

      @@yelocode i m thinking about the admin of the site he can put the site en maintenance and danwlod the database backup

  • @abdalkhalekchamkha3622
    @abdalkhalekchamkha3622 Před 9 měsíci

    how to auto detect the lang for the user ?
    without change it manually

    • @yelocode
      @yelocode  Před 9 měsíci

      A super easy solution is to use the HTTP_ACCEPT_LANGUAGE header,
      you could also use the users ip address to detect their language
      There is a package that can help with this process :
      github.com/mcamara/laravel-localization