And how do you change the currency ?
Hi,
all the text strings are translatable as you can see from this portion of the sln.pot file
#: /Users/dimitri/Downloads/wordpresschef-salon-booking-plugin-a3e37c9a1cb4/views/shortcode/salon_date.php:36
msgid "When do you want to come?"
msgstr ""
The currency can be set inside Salon Settings > Payments
Do you have a french version ready to use?
And can you tell me where to reduce the main frame is too big.
Hi,
here you can find all the translations available:
https://www.transifex.com/projects/p/salon-booking-system/
To reduce the size of the booking form use this css declaration inside your theme style.css
#sln-salon{max-width:600px;}
close the thread as it solved
Thanks, thAt was quick!
can YOU MODIFY THE CODE TO align left ?
pLEASE
Hi, I wanna pay once for the product, single liscence, but i wanna buy it in french already translated, is that possible?
Hi,
I have translate the plugin to german and I saved it in
wp-content/languages/plugins. The file is called sln-de_DE.po .
The problem now is that I don’t see any changes in my website.Should I change something in the code?
Thank you!
you missed the sln-de_DE.mo probably ; )
Thank you. But what should the mo file contain? π
I have have the mo and po file, and i still do not see any difference…
I am wondering how the languages switch from english to french. My problem is, all file are call _CA for canada and _FR for France or french.
Because I am living in Canada but I am french!
I hope canada is not set as default in English. I haave changed my wordpress in french, in cass it recognize the word press.
So does it recognize the browser languages? ip? or wordpress?
Can I force the languages by adding a shortcode?
Thanks
@dediu.luiza the .mo file is generated automatically every time you save the .po file using Poedit software.
http://betterwp.net/wordpress-tips/create-pot-file-using-poedit/
@amira1 be sure that your .po and .mo files are named as follow:
sln-fr_FR.po
sln-fr_FR.mo
where sln- is the textdomain of the plugin and fr_FR is the code language of your choice.
Let me know if you solved the problem.