Translating Magento Plumrocket Extension Using Locale CSV File
Important Information:
Make sure to disable Magento cache while working with the .csv translation. Otherwise, your changes will not be displayed instantly.
- The default language of your Magento store is English. If you need to perform translation into any other language using your .csv file, simply go to the “en_US” directory (as it is shown below) and copy the file into the needed locale.
Find the needed extension .csv file below:
Magento Advanced Reviews and Reminders Extension
app/locale/en_US/Plumrocket_AdvancedReviewAndReminer.csv
Magento Ajax Cart Extension
app/locale/en_US/Plumrocket_AjaxCart.csv
Magento Banner Pro Extension
app/locale/en_US/Plumrocket_Bannerpro.csv
Magento Cart Reservation Extension
app/locale/en_US/Plumrocket_Cartreservation.csv
Magento Checkout Success Extension
app/locale/en_US/Plumrocket_Checkoutspage.csv
Magento Coming Soon and Maintenance Page Extension
app/locale/en_US/Plumrocket_ComingSoon.csv
Magento Estimated Delivery Date Extension
app/locale/en_US/Plumrocket_Estimateddelivery.csv
Magento Faves Extension
app/locale/en_US/Plumrocket_Faves.csv
Magento Inspiration Wall Extension
app/locale/en_US/Plumrocket_Inspirationwall.csv
Magento Invitations Extension
app/locale/en_US/Plumrocket_Invitations.csv
Magento Layered Navigation Extension
app/locale/en_US/Plumrocket_Productsfilter.csv
Magento Live Feed Extension
app/locale/en_US/Plumrocket_Live_Feed.csv
Magento Newsletter Popup Extension
app/locale/en_US/Plumrocket_Newsletterpopup.csv
Magento One Step Checkout Extension
app/locale/en_US/Plumrocket_Onestepcheckout.csv
Magento Order Status and Shipping Tracking Extension
app/locale/en_US/Plumrocket_Order_Status_and_Shipping_Tracking.csv
Magento Popup Login Extension
app/locale/en_US/Plumrocket_Popuplogin.csv
Magento Private Sales & Flash Sales Extension
app/locale/en_US/Plumrocket_Privatesales.csv
Magento Product Quick View Extension
app/locale/en_US/Plumrocket_ProductQuickView.csv
Magento Recently Viewed Products Extension
app/locale/en_US/Plumrocket_RecentlyViewedProducts.csv
Magento Reward Points Extension
app/locale/en_US/Plumrocket_Rewards.csv
Magento Search Autocomplete and Suggest Extension
app/locale/en_US/Plumrocket_Search.csv
Magento Shop by Brand Extension
app/locale/en_US/Plumrocket_Shopbybrand.csv
Magento Social Login Pro Extension
app/locale/en_US/Plumrocket_SocialLogin.csv
Magento Twitter and Facebook Login Extension
app/locale/en_US/Plumrocket_SocialLogin.csv
Magento Who Bought This Also Bought
app/locale/en_US/Plumrocket_Whoboughtthisalsobought.csv
- As an example we will show how to perform German translation of the .csv file here. Please, check an example of the path to the German locale where we have copied the .csv file to be translated.
app/locale/de_De/Plumrocket_NAME.csv
Where “Plumrocket_NAME” is the name of your extension which can be found above.
- Open the “de_De/Plumrocket_NAME.csv” file using any text editor (e.g. Notepad++) and translate the second phrase of each string.
All the strings in your .csv file should start and end with double quotes and should be separated with comma [,]
The translated text should look like this:
"Add to Cart", "Translated Text"
Please, check an example of translation into German:
"Add to Cart", "In den Warenkorb"
For more details on how to edit .csv files during the translation, please read here.