Translation
Using Pot File
Suppose we want to translate in Dutch language.
Steps :
-
Download poedit software from http://poedit.net/
-
Make your wordpress installation with Dutch language.
-
Add language code in
wp-config.phpfile . For Dutch it is defined as ('WPLANG','nl_NL'); -
Create a
.pofile for Dutch language frombookingly.potplugins->woocommerce-rental-and-bookings->languagesfile with poedit software. -
Save the
.pofile with Dutch language code. So the file name will bebookingly-nl_NL.poand put this file inplugins->woocommerce-rental-and-bookings->languagesdirectory. You will find your language code here http://wpcentral.io/internationalization/ -
Now your Translation complete.
-
Open Poedit software
-
Click Edit a translation link
-
Then open your
.pofile from the window -
Then from select
menu -> catalog -> updatefrom pot file -
Select the
.potfile.Your.pofile will be updated automatically according to your new.potfile. -
Thank you for your patience :-)