Quote Originally Posted by etilyeti View Post
Hello Clyde,

and thank you so much for your add on.
I am planning on translating it in several languages (French, Slovak, and maybe German, Spanish and Czech for now).

1- First, are there already available translations?

2- Secondly, if I do translate your addon, will you add the translations to your package? (If not, I am just gonna translate quickly what I need rather than doing it all perfectly)

3- Third, I just want to check with you what files and directories need to be translated:
- \new_installation\admin\includes\languages\english
- \new_installation\includes\languages\english
- \new_installation\includes\templates\YOUR_TEMPLATE\buttons\english
- \upgrade\admin\includes\languages\english
- \upgrade\includes\languages\english
- \upgrade\includes\templates\YOUR_TEMPLATE\buttons\english

4- I assume the above files in \new_installation\ are the same then in \upgrade\, true?

5- Could you please send me the editable buttons?

6- This question is not about your addon in particular, but how to handle addons and templates in general. I am trying to understand how addons work with templates in ZenCart. Please correct me if I am wrong:

Let say, I have 2 templates: classic and cherry_zen

If I have my file testimonials_manager.php located in:
\includes\modules\sideboxes\cherry_zen\testimonials_manager.php
Then it will be displayed in the cherry_zen template, but not in my other templates.

But if I place my file testimonials_manager.php in:
\includes\modules\sideboxes\
Then it will be displayed in all the templates.

Correct?
#1 - To my knowledge there are no translations available.

#2 - If there were translations available, yes I would include them in the package.

#3 - The following files would need to be translated

- \new_installation\admin\includes\languages\english\testimonials_manager.php
- \new_installation\admin\includes\languages\english\extra_definitions\testimonial s_manager.php
- \new_installation\includes\languages\english\YOUR_TEMPLATE\display_all_testimoni als.php
- \new_installation\includes\languages\english\YOUR_TEMPLATE\testimonials_add.php
- \new_installation\includes\languages\english\YOUR_TEMPLATE\testimonials_manager. php
- \new_installation\includes\languages\english\extra_definitions\YOUR_TEMPLATE\tes timonials_manager_defines.php
- \new_installation\includes\templates\YOUR_TEMPLATE\buttons\english

- \upgrade\admin\includes\languages\english\testimonials_manager.php
- \upgrade\admin\includes\languages\english\extra_definitions\testimonials_manager .php
- \upgrade\includes\languages\english\YOUR_TEMPLATE\display_all_testimonials.php
- \upgrade\includes\languages\english\YOUR_TEMPLATE\testimonials_add.php
- \upgrade\includes\languages\english\YOUR_TEMPLATE\testimonials_manager.php
- \upgrade\includes\languages\english\extra_definitions\YOUR_TEMPLATE\testimonials _manager_defines.php
- \upgrade\includes\templates\YOUR_TEMPLATE\buttons\english

#4 - Yes

#5 - I use the Zen Button Construction Kit to create the buttons.

#6 - Your assumptions are correct.