Magento 2 : How to do translation text as per area and scope vise The 2019 Stack Overflow Developer Survey Results Are InHow does translation scope work in Magento 2?Translation file magento 2 i18ntranslate some string in different store viewTranslation Not Happen - Magento CE 2.0.1Can't translate strings with .csv filesHow to modify text string from this JavaScript fileIdentify translation string and disadvantages of inline translationMagento 2 custom module system configuration translationMagento2: Stop user registration email notification to customer programmaticallyHow do you override a translation for a specific module in Magento 2?How to override “vendormagentomodule-catalogviewbasewebjsprice-utils.js” in our custom module Magento 2?Magento2 - New customer address attribute won't save to database

How to support a colleague who finds meetings extremely tiring?

"as much details as you can remember"

Did Scotland spend $250,000 for the slogan "Welcome to Scotland"?

Which Sci-Fi work first showed weapon of galactic-scale mass destruction?

How to answer pointed "are you quitting" questioning when I don't want them to suspect

Is there a symbol for a right arrow with a square in the middle?

What do the Banks children have against barley water?

What does Linus Torvalds mean when he says that Git "never ever" tracks a file?

Why hard-Brexiteers don't insist on a hard border to prevent illegal immigration after Brexit?

Why do we hear so much about the Trump administration deciding to impose and then remove tariffs?

A poker game description that does not feel gimmicky

Is "plugging out" electronic devices an American expression?

Landlord wants to switch my lease to a "Land contract" to "get back at the city"

Can someone be penalized for an "unlawful" act if no penalty is specified?

Can a flute soloist sit?

Are there any other methods to apply to solving simultaneous equations?

What is the motivation for a law requiring 2 parties to consent for recording a conversation

Where to refill my bottle in India?

Am I thawing this London Broil safely?

Loose spokes after only a few rides

Protecting Dualbooting Windows from dangerous code (like rm -rf)

Button changing it's text & action. Good or terrible?

Origin of "cooter" meaning "vagina"

If I score a critical hit on an 18 or higher, what are my chances of getting a critical hit if I roll 3d20?



Magento 2 : How to do translation text as per area and scope vise



The 2019 Stack Overflow Developer Survey Results Are InHow does translation scope work in Magento 2?Translation file magento 2 i18ntranslate some string in different store viewTranslation Not Happen - Magento CE 2.0.1Can't translate strings with .csv filesHow to modify text string from this JavaScript fileIdentify translation string and disadvantages of inline translationMagento 2 custom module system configuration translationMagento2: Stop user registration email notification to customer programmaticallyHow do you override a translation for a specific module in Magento 2?How to override “vendormagentomodule-catalogviewbasewebjsprice-utils.js” in our custom module Magento 2?Magento2 - New customer address attribute won't save to database



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








0















I read this answer here.



Extension example : click here



It's perfect extension as I want. But, I need in M2.



But, I want to do translate like :



  • If "Test" string comes from Abc_Test Module. Then, translate only
    working in Abc_Test module text.

  • If "Test" string also available in Magento_Catalog Module. Then,
    translate text apply which assign in Magento_Catalog Module.

  • If "Test" string also available in Magento_Catalog Module and set
    Area Frontend. Then, translate text apply only in frontend side
    which assign in Magento_Catalog Module.

How it works ?



Any help would be appriciated.










share|improve this question




























    0















    I read this answer here.



    Extension example : click here



    It's perfect extension as I want. But, I need in M2.



    But, I want to do translate like :



    • If "Test" string comes from Abc_Test Module. Then, translate only
      working in Abc_Test module text.

    • If "Test" string also available in Magento_Catalog Module. Then,
      translate text apply which assign in Magento_Catalog Module.

    • If "Test" string also available in Magento_Catalog Module and set
      Area Frontend. Then, translate text apply only in frontend side
      which assign in Magento_Catalog Module.

    How it works ?



    Any help would be appriciated.










    share|improve this question
























      0












      0








      0


      1






      I read this answer here.



      Extension example : click here



      It's perfect extension as I want. But, I need in M2.



      But, I want to do translate like :



      • If "Test" string comes from Abc_Test Module. Then, translate only
        working in Abc_Test module text.

      • If "Test" string also available in Magento_Catalog Module. Then,
        translate text apply which assign in Magento_Catalog Module.

      • If "Test" string also available in Magento_Catalog Module and set
        Area Frontend. Then, translate text apply only in frontend side
        which assign in Magento_Catalog Module.

      How it works ?



      Any help would be appriciated.










      share|improve this question














      I read this answer here.



      Extension example : click here



      It's perfect extension as I want. But, I need in M2.



      But, I want to do translate like :



      • If "Test" string comes from Abc_Test Module. Then, translate only
        working in Abc_Test module text.

      • If "Test" string also available in Magento_Catalog Module. Then,
        translate text apply which assign in Magento_Catalog Module.

      • If "Test" string also available in Magento_Catalog Module and set
        Area Frontend. Then, translate text apply only in frontend side
        which assign in Magento_Catalog Module.

      How it works ?



      Any help would be appriciated.







      magento2 inline-translations






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked yesterday









      Emipro Technologies Pvt. Ltd.Emipro Technologies Pvt. Ltd.

      2,6551825




      2,6551825




















          1 Answer
          1






          active

          oldest

          votes


















          0














          The most efficient solution for your requirement is by Generating a translation dictionary and from the generated translation dictionary you can create your own language packages.



          The advantage of using a generated translation dictionary is that you will have a dictionary file with a collected list of all existing phrases and words according to the module(not sure about the area scope but it lists all the translatable words and phrases).






          share|improve this answer























          • Is it possible to create as per area and scope wise?

            – Emipro Technologies Pvt. Ltd.
            yesterday











          • If around 80+ module in project then how to manage dictionary file and on which location?

            – Emipro Technologies Pvt. Ltd.
            yesterday











          • the translation dictionary file is a single .csv file of translatable words and phrases. you can directly find and replace each word you want to translate

            – magefms
            yesterday











          • you can check sample magento.stackexchange.com/questions/269056/…

            – magefms
            yesterday






          • 1





            Let me check that.

            – Emipro Technologies Pvt. Ltd.
            yesterday











          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%2f269336%2fmagento-2-how-to-do-translation-text-as-per-area-and-scope-vise%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          The most efficient solution for your requirement is by Generating a translation dictionary and from the generated translation dictionary you can create your own language packages.



          The advantage of using a generated translation dictionary is that you will have a dictionary file with a collected list of all existing phrases and words according to the module(not sure about the area scope but it lists all the translatable words and phrases).






          share|improve this answer























          • Is it possible to create as per area and scope wise?

            – Emipro Technologies Pvt. Ltd.
            yesterday











          • If around 80+ module in project then how to manage dictionary file and on which location?

            – Emipro Technologies Pvt. Ltd.
            yesterday











          • the translation dictionary file is a single .csv file of translatable words and phrases. you can directly find and replace each word you want to translate

            – magefms
            yesterday











          • you can check sample magento.stackexchange.com/questions/269056/…

            – magefms
            yesterday






          • 1





            Let me check that.

            – Emipro Technologies Pvt. Ltd.
            yesterday















          0














          The most efficient solution for your requirement is by Generating a translation dictionary and from the generated translation dictionary you can create your own language packages.



          The advantage of using a generated translation dictionary is that you will have a dictionary file with a collected list of all existing phrases and words according to the module(not sure about the area scope but it lists all the translatable words and phrases).






          share|improve this answer























          • Is it possible to create as per area and scope wise?

            – Emipro Technologies Pvt. Ltd.
            yesterday











          • If around 80+ module in project then how to manage dictionary file and on which location?

            – Emipro Technologies Pvt. Ltd.
            yesterday











          • the translation dictionary file is a single .csv file of translatable words and phrases. you can directly find and replace each word you want to translate

            – magefms
            yesterday











          • you can check sample magento.stackexchange.com/questions/269056/…

            – magefms
            yesterday






          • 1





            Let me check that.

            – Emipro Technologies Pvt. Ltd.
            yesterday













          0












          0








          0







          The most efficient solution for your requirement is by Generating a translation dictionary and from the generated translation dictionary you can create your own language packages.



          The advantage of using a generated translation dictionary is that you will have a dictionary file with a collected list of all existing phrases and words according to the module(not sure about the area scope but it lists all the translatable words and phrases).






          share|improve this answer













          The most efficient solution for your requirement is by Generating a translation dictionary and from the generated translation dictionary you can create your own language packages.



          The advantage of using a generated translation dictionary is that you will have a dictionary file with a collected list of all existing phrases and words according to the module(not sure about the area scope but it lists all the translatable words and phrases).







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered yesterday









          magefmsmagefms

          2,5932526




          2,5932526












          • Is it possible to create as per area and scope wise?

            – Emipro Technologies Pvt. Ltd.
            yesterday











          • If around 80+ module in project then how to manage dictionary file and on which location?

            – Emipro Technologies Pvt. Ltd.
            yesterday











          • the translation dictionary file is a single .csv file of translatable words and phrases. you can directly find and replace each word you want to translate

            – magefms
            yesterday











          • you can check sample magento.stackexchange.com/questions/269056/…

            – magefms
            yesterday






          • 1





            Let me check that.

            – Emipro Technologies Pvt. Ltd.
            yesterday

















          • Is it possible to create as per area and scope wise?

            – Emipro Technologies Pvt. Ltd.
            yesterday











          • If around 80+ module in project then how to manage dictionary file and on which location?

            – Emipro Technologies Pvt. Ltd.
            yesterday











          • the translation dictionary file is a single .csv file of translatable words and phrases. you can directly find and replace each word you want to translate

            – magefms
            yesterday











          • you can check sample magento.stackexchange.com/questions/269056/…

            – magefms
            yesterday






          • 1





            Let me check that.

            – Emipro Technologies Pvt. Ltd.
            yesterday
















          Is it possible to create as per area and scope wise?

          – Emipro Technologies Pvt. Ltd.
          yesterday





          Is it possible to create as per area and scope wise?

          – Emipro Technologies Pvt. Ltd.
          yesterday













          If around 80+ module in project then how to manage dictionary file and on which location?

          – Emipro Technologies Pvt. Ltd.
          yesterday





          If around 80+ module in project then how to manage dictionary file and on which location?

          – Emipro Technologies Pvt. Ltd.
          yesterday













          the translation dictionary file is a single .csv file of translatable words and phrases. you can directly find and replace each word you want to translate

          – magefms
          yesterday





          the translation dictionary file is a single .csv file of translatable words and phrases. you can directly find and replace each word you want to translate

          – magefms
          yesterday













          you can check sample magento.stackexchange.com/questions/269056/…

          – magefms
          yesterday





          you can check sample magento.stackexchange.com/questions/269056/…

          – magefms
          yesterday




          1




          1





          Let me check that.

          – Emipro Technologies Pvt. Ltd.
          yesterday





          Let me check that.

          – Emipro Technologies Pvt. Ltd.
          yesterday

















          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%2f269336%2fmagento-2-how-to-do-translation-text-as-per-area-and-scope-vise%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

          Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

          Circuit construction for execution of conditional statements using least significant bitHow are two different registers being used as “control”?How exactly is the stated composite state of the two registers being produced using the $R_zz$ controlled rotations?Efficiently performing controlled rotations in HHLWould this quantum algorithm implementation work?How to prepare a superposed states of odd integers from $1$ to $sqrtN$?Why is this implementation of the order finding algorithm not working?Circuit construction for Hamiltonian simulationHow can I invert the least significant bit of a certain term of a superposed state?Implementing an oracleImplementing a controlled sum operation

          Magento 2 “No Payment Methods” in Admin New OrderHow to integrate Paypal Express Checkout with the Magento APIMagento 1.5 - Sales > Order > edit order and shipping methods disappearAuto Invoice Check/Money Order Payment methodAdd more simple payment methods?Shipping methods not showingWhat should I do to change payment methods if changing the configuration has no effects?1.9 - No Payment Methods showing upMy Payment Methods not Showing for downloadable/virtual product when checkout?Magento2 API to access internal payment methodHow to call an existing payment methods in the registration form?