If i edited the marketplace-marty theme, more specifically some logic in partial files and added a new language to the lang folder will i lose these when i update the theme?
1 Answers
Hello,
You can place your language files outside theme folder, please check out documentation https://www.laraship.com/docs/laraship/customize-laraship/customize-translation-files/
for example, if you're adding a new language for the marketplace Marty theme: you can place your languages
resources/lang/vendor/corals-marketplace-marty/lang/[language file]
Â
I know that, but i can’t translate the whole theme from there…. some partials have input fields which have placeholders like “Search products” those placeholders are hardcoded into the partials and the only way to override it is to edit the respective partial file code.
Please login or Register to submit your answer