Skip to content

Conversation

@italoiz
Copy link
Contributor

@italoiz italoiz commented May 1, 2016

I made a fix that in my view may be a bug. When used as plugins translations worked perfectly, but when used along with the theme or multisite, translations did not work, after amendment I made, translations back to work.

_Has something happened to my GitHub which excluded the repository took a Fork._

@dovy
Copy link
Contributor

dovy commented May 1, 2016

I'll take a look.

@italoiz
Copy link
Contributor Author

italoiz commented May 1, 2016

No. It was also the subject when I integrated the way you teach. And carried no translation at all. So I put this way and solve.

@kprovance
Copy link
Member

Please describe an environment in which failure occurs. I've been using Redux with single and multisite and other languages for a while now and nothing is breaking. I need to see this breakage happen before I'll change up all the code again. I'm not saying no by any means, but I need to see the failure for myself.

@italoiz
Copy link
Contributor Author

italoiz commented May 1, 2016

  1. First I do the integration normally.
if( !class_exists('ReduxFramework') && file_exists( "/redux/framework.php" ) ):
    require_once( "/redux/framework.php" );
endif;
if( file_exists( "/class-wcdf-reduxframework.php" ) ):
    require_once( "/class-wcdf-reduxframework.php" );
endif;
  1. After I set the fields as usual.
  2. I work with the Portuguese language in Brazil

The translations are not loaded. As an example, the standard buttons "Save", "Restore" and "Restore session" and other messages ...

@kprovance
Copy link
Member

Save, Restore and Restore Session? Where are those buttons in Redux?

@italoiz
Copy link
Contributor Author

italoiz commented May 1, 2016

These below:
image

image

@dovy dovy merged commit f202209 into reduxframework:master Jan 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants