A Quick Intro to Translation in Django (Internationalization)

  Рет қаралды 47,185

Pretty Printed

Pretty Printed

Күн бұрын

Пікірлер: 87
@prettyprinted
@prettyprinted 4 жыл бұрын
Join my free course on the basics of using the database in Django: prettyprinted.com/djangodata
@enriquemoraalonso6441
@enriquemoraalonso6441 4 жыл бұрын
I think you forgot to define LOCALE_PATHS in settings. This give me an error. In Setting.py LOCALE_PATHS = [ os.path.join(BASE_DIR, 'locale') ]
@abdullahansari4499
@abdullahansari4499 Жыл бұрын
Thank you soo much!!
@ehsanbakefayat7378
@ehsanbakefayat7378 Жыл бұрын
Really clear and straightforward
@OswaldChisala
@OswaldChisala 9 ай бұрын
You're an absolute legend, Anthony! Thank you my bro 🥳🏆
@hamzabouk5982
@hamzabouk5982 4 жыл бұрын
This is why i love your channel. quick and straight to the point. Hope you keep this up Can we request a multi-tenant system in django with one db per tenant
@Jjolasman
@Jjolasman 3 жыл бұрын
How you got the gettext working with the django-admin makemessages - l ? I am having this error: CommandError: Can't find msguniq. Make sure you have GNU gettext tools 0.15 or newer installed. I made the command: pip install python-gettext. but nothing is working
@sheriffcrandy
@sheriffcrandy 2 жыл бұрын
How do you persist the language when navigating to a new page via a tag? I changed my language which works, but when I try to navigate to a new page, it reverts back to the default language instead of staying on the changed language
@paolocaradonna3294
@paolocaradonna3294 Жыл бұрын
have you found any solution to set the language in the session?
@michaels6446
@michaels6446 2 жыл бұрын
Very nice content! Thanks a lot! It would indeed be great to have a little deep-dive on this topic. Thinking about a multi-language page (supporting >2 languages), manual language selection and also some more info on how this would work with forms e.g. validation messages, fieldnames...
@hannibalbianchi1466
@hannibalbianchi1466 2 жыл бұрын
Thank u I've been looking for this for a month.
@juliocefe1807
@juliocefe1807 4 жыл бұрын
La traducción correcta sería "Hola, yo soy Antonio" o "Hola, soy Antonio " :), great video!!
@prettyprinted
@prettyprinted 4 жыл бұрын
Haha thanks. I didn't pay attention in my Spanish class
@dVicho
@dVicho 2 ай бұрын
Hello, thak you for sahre this tutorial. I read the official guida but is not intuitive. I follow the video and works fine. Your spanish is good :D
@wanderer.1993
@wanderer.1993 3 жыл бұрын
i didn't understand: you must MANUALLY set the translation? And every time a new input is added (like admin), i would need to compile the messages again? it didn't seen to be very pratical in a production enviorment, honestly...
@tomask9588
@tomask9588 4 жыл бұрын
Great video! But how can a user select their language directly on our website?
@olha_
@olha_ 4 жыл бұрын
Great video, thanks Anthony! How can I make a button for the users to switch between languages manually?
@fabiof.deaquino4731
@fabiof.deaquino4731 4 жыл бұрын
+1 🙋
@egae6782
@egae6782 4 жыл бұрын
Yeah I was hoping for that too :)
@prettyprinted
@prettyprinted 4 жыл бұрын
I'll look into making a video for that.
@KrishnaManohar8021
@KrishnaManohar8021 4 жыл бұрын
+1
@24junar
@24junar 4 жыл бұрын
Yes please, that would be great!
@androidwithseemant6390
@androidwithseemant6390 Жыл бұрын
it worked like magic, thanks for this tutorial
@prettyprinted
@prettyprinted Жыл бұрын
Glad it helped!
@KrishnaManohar8021
@KrishnaManohar8021 4 жыл бұрын
I am currently doing ecommerce website. How can I change currency based IP/country based on user visit!
@dhrubkumarsharma6039
@dhrubkumarsharma6039 Жыл бұрын
But es link in yhe adressbar is not displaed when translated how to do that
@Ricardo_Torales
@Ricardo_Torales 2 жыл бұрын
Muchas gracias por el video, era exactamente lo que andaba buscando.
@Larriva666
@Larriva666 6 ай бұрын
Привет! Какое расширение ты используешь для переключения языка в браузере?
@highlicence6337
@highlicence6337 4 жыл бұрын
hi , CommandError: Can't find xgettext. Make sure you have GNU gettext tools 0.15 or newer installed. what is tihs ı cant fixed ??
@rangarajann1781
@rangarajann1781 4 жыл бұрын
You should install gettext manually on your system
@amirjodat4390
@amirjodat4390 3 жыл бұрын
Useful. Thanks bro. please add another video for translation models in the forms tag.
@TomislavMiletic
@TomislavMiletic Жыл бұрын
Is there a way to automatically translate the website built with Django? Something like all those WordPress plugins that do automatic translation, but for Django platform. Thanks!
@YukselCELIK
@YukselCELIK 4 жыл бұрын
Thank you for this simple and goo video
@sebastianmorales1659
@sebastianmorales1659 3 жыл бұрын
What is the name of the extension?
@db44l
@db44l 3 жыл бұрын
Hello, i have problem with translation of fields name form my model (model.py), how can i acces that field and translate them also?
@sinancetinkaya
@sinancetinkaya 4 жыл бұрын
Awesome as always Anthony, thanks!
@Shoorrtttiiiffffyyy
@Shoorrtttiiiffffyyy 3 жыл бұрын
which extension you have used
@igorkomarov6607
@igorkomarov6607 4 жыл бұрын
Thank You, Mr. Antony! Your videos returning my brains into my head from ... doesn't matter. P.S. Sublime --> VS Code --> VIM?))
@prettyprinted
@prettyprinted 4 жыл бұрын
It was actually VIM -> Sublime -> VS Code. I was all three regularly though
@pablomestre8571
@pablomestre8571 4 жыл бұрын
Hi, great video. I store the idiom preferrence in a model call profile. How Im able to load the idiom from the profile user?
@marcc1179
@marcc1179 4 жыл бұрын
thank you! very clear explanation!
@gabrielecocino8998
@gabrielecocino8998 3 жыл бұрын
Thank you very much for this video.
@edwardmike5253
@edwardmike5253 4 жыл бұрын
Great work
@MatheusHenrique-gb7is
@MatheusHenrique-gb7is 3 жыл бұрын
I just loved your video! Too good! But the next time, can you turn up the volume of your voice?
@iloun1338
@iloun1338 4 жыл бұрын
Hi, how can I translate static value in template ?
@rahulsdev4405
@rahulsdev4405 3 жыл бұрын
Hi, Great video.how can a user select their language directly on our website? Please reply
@KeepCalmProgrammers
@KeepCalmProgrammers 4 жыл бұрын
Video Request - Django Rest Framework - Converting exist project into api's (practical demo) I know rest but still confusing how to use it properly.
@prettyprinted
@prettyprinted 4 жыл бұрын
I'll see what I can do
@KeepCalmProgrammers
@KeepCalmProgrammers 4 жыл бұрын
@@prettyprinted Thank you so much for reply
@KrishnaManohar8021
@KrishnaManohar8021 4 жыл бұрын
+1
@ahnafkhan8115
@ahnafkhan8115 4 жыл бұрын
Hey Anthony, I wanted to know how you chose chrome as your browser in vs code? Great tutorials pal!!
@thezquad
@thezquad 4 жыл бұрын
What about currency and other localizations?
@prettyprinted
@prettyprinted 4 жыл бұрын
Definitely could be done. I'll consider making a follow up video.
@keshavsharma9380
@keshavsharma9380 2 жыл бұрын
Thanks a lot!
@ai.201
@ai.201 2 жыл бұрын
Thanks
@franklucky9135
@franklucky9135 4 жыл бұрын
this is good thanks how to change the admin area
@Adamigo123
@Adamigo123 4 жыл бұрын
Dude, you're awesome!
@fredj737
@fredj737 4 жыл бұрын
Good job all the time
@mohako98
@mohako98 4 жыл бұрын
thank you for such useful video ,, but please how can i switch between 2 lang inside the app itself not by browser
@bryanDaMazo16
@bryanDaMazo16 3 жыл бұрын
What do you mean? He did the translation by himself
@mohako98
@mohako98 3 жыл бұрын
@@bryanDaMazo16 I mean something like a navigation button en/ar Or a radio button in the header Not change language from settings of browser
@bryanDaMazo16
@bryanDaMazo16 3 жыл бұрын
@@mohako98 Then, there are many approaches. The first would be to make 2 websites in different languages and with a button-action, load the other page. Easy but repetitive. The other that I prefer is to write a function in javascript, a translator function that maps every item that needs to be translated to its language. Easier to scale since if you add support for another language, you just need to update the data for mapping, and the function will take care of the rest, and that my friend you enter in the big area of accessibility. Your backend has to identify the user country to load the correct language. Otherwise, it would send the default and you don't send all the language in one call for performance issues.
@jotaro9305
@jotaro9305 3 жыл бұрын
Pls what is the name of the plugin you use to change your browser language ?
@عبدالعزيزسيد-غ1خ
@عبدالعزيزسيد-غ1خ 3 жыл бұрын
The extension that he used to change language is called "Locale Switcher" linked: chrome.google.com/webstore/detail/locale-switcher/kngfjpghaokedippaapkfihdlmmlafcc/related?hl=en
@jotaro9305
@jotaro9305 3 жыл бұрын
@@عبدالعزيزسيد-غ1خ thk you very much ! 👍
@kishoreandra
@kishoreandra 4 жыл бұрын
Anthony needed the same with flask 🤝
@prettyprinted
@prettyprinted 4 жыл бұрын
I have some videos around for this on Flask in my course called The Flask Extensions Course
@kishoreandra
@kishoreandra 4 жыл бұрын
@@prettyprinted ✊🏻TFI mate
@highlicence6337
@highlicence6337 4 жыл бұрын
How can Trans Django Models ??? sir :(
@hejhej3714
@hejhej3714 4 жыл бұрын
Could you please make a updated video flask-sqlalchemy whoosh?
@abctran8164
@abctran8164 3 жыл бұрын
thank
@shibome1590
@shibome1590 3 жыл бұрын
thank you
@hamadalmogbl8959
@hamadalmogbl8959 4 жыл бұрын
thank you very much
@ProSimples
@ProSimples 3 жыл бұрын
The sad is that, there is nobody talking abou how to translate in django rest framework.
@Larriva666
@Larriva666 6 ай бұрын
Привет! Спасибо!
@richardclark4111
@richardclark4111 4 жыл бұрын
Damm.... Bro, U r the best !!! locale UA: Привіт з України !!!
@delllatitude299
@delllatitude299 4 жыл бұрын
nice tutorial. but how can we make this good like eng: example.com/en/ chinese exampl.com/cn/
@prettyprinted
@prettyprinted 4 жыл бұрын
I'll think about covering that one as well
@KrishnaManohar8021
@KrishnaManohar8021 4 жыл бұрын
+1
@sanant8748
@sanant8748 2 жыл бұрын
In Spanish "Mi nombre es : " "Yo soy:"
@ErikDJ123
@ErikDJ123 3 жыл бұрын
Helpful tutorial. Good thing you aren't teaching spanish!
@underlecht
@underlecht 4 жыл бұрын
Awesome video. But fix sound, m8.
@bahadorpourhosseini4185
@bahadorpourhosseini4185 Жыл бұрын
thanks
Creating a Poll App in Django
33:05
Pretty Printed
Рет қаралды 59 М.
Django Multi-Language AdminSite
21:35
Very Academy
Рет қаралды 3,9 М.
отомстил?
00:56
История одного вокалиста
Рет қаралды 4,5 МЛН
At the end of the video, deadpool did this #harleyquinn #deadpool3 #wolverin #shorts
00:15
Anastasyia Prichinina. Actress. Cosplayer.
Рет қаралды 19 МЛН
Intro to Django Messages
9:20
Pretty Printed
Рет қаралды 25 М.
Translate your Django site to multiple languages
3:26
Django road
Рет қаралды 8 М.
Understanding Django Generic Views
16:29
Chuck Severance
Рет қаралды 13 М.
Sending Emails in Django With Celery
23:20
Pretty Printed
Рет қаралды 78 М.
Adding Extra Fields On Many-To-Many Relationships in Django
17:45
Pretty Printed
Рет қаралды 43 М.
If __name__ == "__main__" for Python Developers
8:47
Python Simplified
Рет қаралды 402 М.
Prevent Multiple Device Login for a User in Django 2 using Middleware
26:28
Django Dynamic Forms Tutorial with Htmx
48:27
Matt Freire
Рет қаралды 68 М.
Node.js is a serious thing now… (2023)
8:18
Code With Ryan
Рет қаралды 646 М.
Python Logging: How to Write Logs Like a Pro!
11:02
ArjanCodes
Рет қаралды 168 М.
отомстил?
00:56
История одного вокалиста
Рет қаралды 4,5 МЛН