Re: translat using oscar framework

2022-01-08 Thread Kasper Laudrup
On 07/01/2022 23.58, frank lucky wrote: i make the po file and than install Rosetta and than find django.mo and django .po full translated for the language i want and than replaced it with the file it created with make message.png but noting change in site and oscar dasbord So you completely

Re: translat using oscar framework

2022-01-07 Thread frank lucky
i make the po file and than install Rosetta and than find django.mo and django .po full translated for the language i want and than replaced it with the file it created with [image: make message.png] but noting change in site and oscar dasbord and add this to site too http://127.0.0.1:8000/ro

Re: translat using oscar framework

2022-01-05 Thread Julio Cojom
Hi, You need to understand what are you doing, Oscar documentation put it really simple. First create a directory inside your project called i18n and locale Then create a symbolic link to Oscar package so manage.py makemessages can find translatable strings. For the last step, you need to loca

Re: translat using oscar framework

2022-01-05 Thread frank lucky
hi thanks for you time i use this mklink /d %PATH_TO_OSCAR/oscar but i get this error (oscar) PS C:\Users\faramarz\Desktop\uniqemug-os> mklink /d %PATH_TO_OSCAR/oscar mklink : The term 'mklink' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spe

Re: translat using oscar framework

2022-01-04 Thread Itinerant Ankit
https://youtube.com/shorts/7-fzxAKZboU?feature=share On Tue, Jan 4, 2022, 22:23 Kasper Laudrup wrote: > On 04/01/2022 09.50, frank lucky wrote: > > > > mkdir locale i18n > > ln -s $PATH_TO_OSCAR i18n/oscar > > ./manage.py makemessages --symlinks --locale=de > > > > how i do it in windows i make

Re: translat using oscar framework

2022-01-04 Thread Kasper Laudrup
On 04/01/2022 09.50, frank lucky wrote: mkdir locale i18n ln -s $PATH_TO_OSCAR i18n/oscar ./manage.py makemessages --symlinks --locale=de how i do it in windows  i make  local and i18n forlder in root of peoject but secound line not working First of all, it is much easier for someone to he

translat using oscar framework

2022-01-04 Thread frank lucky
hi i use oscar framework for makeing ecoomerce web site now iwant to translat it and want to add other languges and ii'm working in windows and in its doc it says mkdir locale i18n ln -s $PATH_TO_OSCAR i18n/oscar ./manage.py makemessages --symlinks --locale=de how i do it in windows i