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;
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
add a comment |
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
add a comment |
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
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
magento2 inline-translations
asked yesterday
Emipro Technologies Pvt. Ltd.Emipro Technologies Pvt. Ltd.
2,6551825
2,6551825
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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).
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
|
show 1 more comment
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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).
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
|
show 1 more comment
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).
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
|
show 1 more comment
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).
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).
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
|
show 1 more comment
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
|
show 1 more comment
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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