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
Am I getting DDOS from crawlers?
Why is C# in the D Major Scale?
Returning the outputs of a nested structure
¿Por qué el español no introdujo el C con cedilla, Ç? – Why did Spanish not introduce the C with cedilla, Ç?
Why is `abs()` implemented differently?
Did we get closer to another plane than we were supposed to, or was the pilot just protecting our delicate sensibilities?
Should one double the thirds or the fifth in chords?
Point of the the Dothraki's attack in GoT S8E3?
Summing the values of a sequence using expl3
Reconstruct a matrix from its traces
How can I get a job without pushing my family's income into a higher tax bracket?
Selecting a secure PIN for building access
Number of seconds in 6 weeks
60s (or earlier) SF short story with FTL Travel using electron psychology aka addiclenendar technology
Pawn Promotion Double Checks
A non-technological, repeating, phenomenon in the sky, holding its position in the sky for hours
Was there ever a Kickstart that took advantage of 68020+ instructions that would work on an A2000?
CRT Oscilloscope - part of the plot is missing
Why do we use caret (^) as the symbol for ctrl/control?
In a vacuum triode, what prevents the grid from acting as another anode?
Enumerate Derangements
How to give very negative feedback gracefully?
Short story with physics professor who "brings back the dead" (Asimov or Bradbury?)
What was the state of the German rail system in 1944?
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;
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
andalp.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
add a comment |
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
andalp.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
add a comment |
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
andalp.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
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
andalp.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
magento-1.9 php frontend csv inline-translations
edited Nov 2 '16 at 15:58
Rajeev K Tomy
14.7k54589
14.7k54589
asked Nov 2 '16 at 15:16
lucaluca
2117
2117
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
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
add a comment |
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
add a 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%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
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
add a comment |
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
add a comment |
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
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
answered Nov 2 '16 at 23:18
Colin MurphyColin Murphy
52638
52638
add a comment |
add a comment |
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
add a comment |
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
add a comment |
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
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
edited May 25 '18 at 23:42
answered May 25 '18 at 23:18
MR.R DNATHMR.R DNATH
31617
31617
add a comment |
add a 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%2f143771%2fediting-default-translations-files%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