Editing default translations filesI cant translate few words on the websiteTranslating: There are 3 items in your cartTranslating “Add to Cart” and “Go to Top”Translations and hierachy of authorityFrench translations doesn't workMagento Module translations 1.9.3.0 problemNo able to change English word “BAG” in the homepage menuCan't translate strings with .csv filesItalian translation in a multi-language site don't workCreating new theme translate.csv files but with a different naming convention

How to pronounce 'C++' in Spanish

How to solve constants out of the internal energy equation?

How to reduce LED flash rate (frequency)

How would one muzzle a full grown polar bear in the 13th century?

Is it possible to determine the symmetric encryption method used by output size?

Why do Computer Science majors learn Calculus?

Unexpected email from Yorkshire Bank

What is the most expensive material in the world that could be used to create Pun-Pun's lute?

Are Boeing 737-800’s grounded?

A Strange Latex Symbol

Minor Revision with suggestion of an alternative proof by reviewer

Can someone publish a story that happened to you?

Is there a way to get a compiler for the original B programming language?

Error message with Tabularx

French for 'It must be my imagination'?

What happened to Captain America in Endgame?

what is the sudo password for a --disabled-password user

How to make a pipeline wait for end-of-file or stop after an error?

Is this homebrew Wind Wave spell balanced?

What route did the Hindenburg take when traveling from Germany to the U.S.?

a sore throat vs a strep throat vs strep throat

Combinable filters

What does it mean to express a gate in Dirac notation?

Why do games have consumables?



Editing default translations files


I cant translate few words on the websiteTranslating: There are 3 items in your cartTranslating “Add to Cart” and “Go to Top”Translations and hierachy of authorityFrench translations doesn't workMagento Module translations 1.9.3.0 problemNo able to change English word “BAG” in the homepage menuCan't translate strings with .csv filesItalian translation in a multi-language site don't workCreating new theme translate.csv files but with a different naming convention






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I have edited some translations in my multi language e-commerce site.



In particular, I want to change some words in the English version site. In the homepage there is a menu which contains word BAG: I want to translate BAG to SHOPPING BAG.



Translations files are contained in two folders:




  • applocaleen_US : where there are lot of translations files with different names.

  • appdesignfrontendenterprisetNamelocaleen_US : where there are only two csv files: translate.csv and alp.csv.

I edited every translations file adding in the csv file the string




"Bag","Shopping bag"




But this editing is not shown in the fronted site.



What files should I change to achieve my goal ? Why can't I see any changes ?










share|improve this question
















bumped to the homepage by Community 4 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.





















    0















    I have edited some translations in my multi language e-commerce site.



    In particular, I want to change some words in the English version site. In the homepage there is a menu which contains word BAG: I want to translate BAG to SHOPPING BAG.



    Translations files are contained in two folders:




    • applocaleen_US : where there are lot of translations files with different names.

    • appdesignfrontendenterprisetNamelocaleen_US : where there are only two csv files: translate.csv and alp.csv.

    I edited every translations file adding in the csv file the string




    "Bag","Shopping bag"




    But this editing is not shown in the fronted site.



    What files should I change to achieve my goal ? Why can't I see any changes ?










    share|improve this question
















    bumped to the homepage by Community 4 mins ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.

















      0












      0








      0








      I have edited some translations in my multi language e-commerce site.



      In particular, I want to change some words in the English version site. In the homepage there is a menu which contains word BAG: I want to translate BAG to SHOPPING BAG.



      Translations files are contained in two folders:




      • applocaleen_US : where there are lot of translations files with different names.

      • appdesignfrontendenterprisetNamelocaleen_US : where there are only two csv files: translate.csv and alp.csv.

      I edited every translations file adding in the csv file the string




      "Bag","Shopping bag"




      But this editing is not shown in the fronted site.



      What files should I change to achieve my goal ? Why can't I see any changes ?










      share|improve this question
















      I have edited some translations in my multi language e-commerce site.



      In particular, I want to change some words in the English version site. In the homepage there is a menu which contains word BAG: I want to translate BAG to SHOPPING BAG.



      Translations files are contained in two folders:




      • applocaleen_US : where there are lot of translations files with different names.

      • appdesignfrontendenterprisetNamelocaleen_US : where there are only two csv files: translate.csv and alp.csv.

      I edited every translations file adding in the csv file the string




      "Bag","Shopping bag"




      But this editing is not shown in the fronted site.



      What files should I change to achieve my goal ? Why can't I see any changes ?







      magento-1.9 php frontend csv inline-translations






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 2 '16 at 15:58









      Rajeev K Tomy

      14.7k54589




      14.7k54589










      asked Nov 2 '16 at 15:16









      lucaluca

      1617




      1617





      bumped to the homepage by Community 4 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 4 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.






















          2 Answers
          2






          active

          oldest

          votes


















          0














          Firstly I would check to see your locale settings for the store. You can check this under System -> Configuration -> General -> General, then the Locale Options -> Locale field.



          Assuming you are using "United States" as your locale for your store I would clear the translations and block caches as any changes you make to those translate.csv files won't appear until the cache is cleared.



          If at this point they are not appearing I would check that your theme is not using a different theme for translations under System -> Configuration -> General-> Design, then Themes -> Translations field.



          Another possibility could be that their maybe inline (database) translations. This would have higher priority over module (app/locale) or theme translations (package/theme/locale/) files as Magento gives inline translations the highest priority.



          You can turn on inline translations by going to System -> Configuration -> Advanced -> Developer, then setting Translate Inline -> "Enable for frontend" to "Yes" and clearing the Magento cache and then viewing your Magento store (shouldn't be done on live unless you add your IP to Developer Restrictions on the same configuration page) you should see red dotted line around the text you can edit and when you hover you should see a book icon which you can click to edit and then save the text.



          You can read more about translations on how they work here - http://blog.belvg.com/magento-certified-developer-exam-internationalization.html






          share|improve this answer






























            0














            To change any category Name Translation



            You have to go for Manage Categories => choose your store => choose category what you want to change => Change Category Name =>save






            share|improve this answer

























              Your Answer








              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "479"
              ;
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function()
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled)
              StackExchange.using("snippets", function()
              createEditor();
              );

              else
              createEditor();

              );

              function createEditor()
              StackExchange.prepareEditor(
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: false,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              bindNavPrevention: true,
              postfix: "",
              imageUploader:
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              ,
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              );



              );













              draft saved

              draft discarded


















              StackExchange.ready(
              function ()
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f143771%2fediting-default-translations-files%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              0














              Firstly I would check to see your locale settings for the store. You can check this under System -> Configuration -> General -> General, then the Locale Options -> Locale field.



              Assuming you are using "United States" as your locale for your store I would clear the translations and block caches as any changes you make to those translate.csv files won't appear until the cache is cleared.



              If at this point they are not appearing I would check that your theme is not using a different theme for translations under System -> Configuration -> General-> Design, then Themes -> Translations field.



              Another possibility could be that their maybe inline (database) translations. This would have higher priority over module (app/locale) or theme translations (package/theme/locale/) files as Magento gives inline translations the highest priority.



              You can turn on inline translations by going to System -> Configuration -> Advanced -> Developer, then setting Translate Inline -> "Enable for frontend" to "Yes" and clearing the Magento cache and then viewing your Magento store (shouldn't be done on live unless you add your IP to Developer Restrictions on the same configuration page) you should see red dotted line around the text you can edit and when you hover you should see a book icon which you can click to edit and then save the text.



              You can read more about translations on how they work here - http://blog.belvg.com/magento-certified-developer-exam-internationalization.html






              share|improve this answer



























                0














                Firstly I would check to see your locale settings for the store. You can check this under System -> Configuration -> General -> General, then the Locale Options -> Locale field.



                Assuming you are using "United States" as your locale for your store I would clear the translations and block caches as any changes you make to those translate.csv files won't appear until the cache is cleared.



                If at this point they are not appearing I would check that your theme is not using a different theme for translations under System -> Configuration -> General-> Design, then Themes -> Translations field.



                Another possibility could be that their maybe inline (database) translations. This would have higher priority over module (app/locale) or theme translations (package/theme/locale/) files as Magento gives inline translations the highest priority.



                You can turn on inline translations by going to System -> Configuration -> Advanced -> Developer, then setting Translate Inline -> "Enable for frontend" to "Yes" and clearing the Magento cache and then viewing your Magento store (shouldn't be done on live unless you add your IP to Developer Restrictions on the same configuration page) you should see red dotted line around the text you can edit and when you hover you should see a book icon which you can click to edit and then save the text.



                You can read more about translations on how they work here - http://blog.belvg.com/magento-certified-developer-exam-internationalization.html






                share|improve this answer

























                  0












                  0








                  0







                  Firstly I would check to see your locale settings for the store. You can check this under System -> Configuration -> General -> General, then the Locale Options -> Locale field.



                  Assuming you are using "United States" as your locale for your store I would clear the translations and block caches as any changes you make to those translate.csv files won't appear until the cache is cleared.



                  If at this point they are not appearing I would check that your theme is not using a different theme for translations under System -> Configuration -> General-> Design, then Themes -> Translations field.



                  Another possibility could be that their maybe inline (database) translations. This would have higher priority over module (app/locale) or theme translations (package/theme/locale/) files as Magento gives inline translations the highest priority.



                  You can turn on inline translations by going to System -> Configuration -> Advanced -> Developer, then setting Translate Inline -> "Enable for frontend" to "Yes" and clearing the Magento cache and then viewing your Magento store (shouldn't be done on live unless you add your IP to Developer Restrictions on the same configuration page) you should see red dotted line around the text you can edit and when you hover you should see a book icon which you can click to edit and then save the text.



                  You can read more about translations on how they work here - http://blog.belvg.com/magento-certified-developer-exam-internationalization.html






                  share|improve this answer













                  Firstly I would check to see your locale settings for the store. You can check this under System -> Configuration -> General -> General, then the Locale Options -> Locale field.



                  Assuming you are using "United States" as your locale for your store I would clear the translations and block caches as any changes you make to those translate.csv files won't appear until the cache is cleared.



                  If at this point they are not appearing I would check that your theme is not using a different theme for translations under System -> Configuration -> General-> Design, then Themes -> Translations field.



                  Another possibility could be that their maybe inline (database) translations. This would have higher priority over module (app/locale) or theme translations (package/theme/locale/) files as Magento gives inline translations the highest priority.



                  You can turn on inline translations by going to System -> Configuration -> Advanced -> Developer, then setting Translate Inline -> "Enable for frontend" to "Yes" and clearing the Magento cache and then viewing your Magento store (shouldn't be done on live unless you add your IP to Developer Restrictions on the same configuration page) you should see red dotted line around the text you can edit and when you hover you should see a book icon which you can click to edit and then save the text.



                  You can read more about translations on how they work here - http://blog.belvg.com/magento-certified-developer-exam-internationalization.html







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Nov 2 '16 at 23:18









                  Colin MurphyColin Murphy

                  52638




                  52638























                      0














                      To change any category Name Translation



                      You have to go for Manage Categories => choose your store => choose category what you want to change => Change Category Name =>save






                      share|improve this answer





























                        0














                        To change any category Name Translation



                        You have to go for Manage Categories => choose your store => choose category what you want to change => Change Category Name =>save






                        share|improve this answer



























                          0












                          0








                          0







                          To change any category Name Translation



                          You have to go for Manage Categories => choose your store => choose category what you want to change => Change Category Name =>save






                          share|improve this answer















                          To change any category Name Translation



                          You have to go for Manage Categories => choose your store => choose category what you want to change => Change Category Name =>save







                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited May 25 '18 at 23:42

























                          answered May 25 '18 at 23:18









                          MR.R DNATHMR.R DNATH

                          31617




                          31617



























                              draft saved

                              draft discarded
















































                              Thanks for contributing an answer to Magento Stack Exchange!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid


                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.

                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f143771%2fediting-default-translations-files%23new-answer', 'question_page');

                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              Best approach to update all entries in a list that is paginated?Best way to add items to a paginated listChoose Your Country: Best Usability approachUpdate list when a user is viewing the list without annoying themWhen would the best day to update your webpage be?What should happen when I add a Row to a paginated, sorted listShould I adopt infinite scrolling or classical pagination?How to show user that page objects automatically updateWhat is the best location to locate the comments section in a list pageBest way to combine filtering and selecting items in a listWhen one of two inputs must be updated to satisfy a consistency criteria, which should you update (if at all)?

                              Вунгтау (аеропорт) Загальні відомості | Див. також | Посилання | Навігаційне меню10°22′00″ пн. ш. 107°05′00″ сх. д. / 10.36667° пн. ш. 107.08333° сх. д. / 10.36667; 107.0833310°22′00″ пн. ш. 107°05′00″ сх. д. / 10.36667° пн. ш. 107.08333° сх. д. / 10.36667; 107.083337731608Vinh AirportVinh airport facelift improves serviceвиправивши або дописавши їївиправивши або дописавши їїр

                              Тонконіг бульбистий Зміст Опис | Поширення | Екологія | Господарське значення | Примітки | Див. також | Література | Джерела | Посилання | Навігаційне меню1114601320038-241116202404kew-435458Poa bulbosaЭлектронный каталог сосудистых растений Азиатской России [Електронний каталог судинних рослин Азіатської Росії]Малышев Л. Л. Дикие родичи культурных растений. Poa bulbosa L. - Мятлик луковичный. [Малишев Л. Л. Дикі родичи культурних рослин. Poa bulbosa L. - Тонконіг бульбистий.]Мятлик (POA) Сем. Злаки (Мятликовые) [Тонконіг (POA) Род. Злаки (Тонконогові)]Poa bulbosa Linnaeus, Sp. Pl. 1: 70. 1753. 鳞茎早熟禾 lin jing zao shu he (Description from Flora of China) [Poa bulbosa Linnaeus, Sp. Pl. 1: 70. 1753. 鳞茎早熟禾 lin jing zao shu he (Опис від Флора Китаю)]Poa bulbosa L. – lipnice cibulkatá / lipnica cibulkatáPoa bulbosa в базі даних Poa bulbosa на сайті Poa bulbosa в базі даних «Global Biodiversity Information Facility» (GBIF)Poa bulbosa в базі даних «Euro + Med PlantBase» — інформаційному ресурсі для Євро-середземноморського розмаїття рослинPoa bulbosa L. на сайті «Плантариум»