Translation of strength indicator

This topic contains 1 reply and 2 voices, and was last updated by Mahi 10 years, 4 months ago
Viewing 1 Posts - 1 through 1 (of 1 total)
Author Posts
November 8, 2013 at 12:57 am 9843
Mahi I have modified 'class/render-form.php' from line 1101 to line 1106 to enable translation of strength indicator. I suggest you include the code in the next update
<script type="text/javascript">
                  var pwsL10n = {
                        empty: "<?php _e( 'Strength indicator' ); ?>",
                        short: "<?php _e( 'Very weak' ); ?>",
                        bad: "<?php _e( 'Weak' ); ?>",
                        good: "<?php _e( 'Medium' ); ?>",
                        strong: "<?php _e( 'Strong' ); ?>",
                        mismatch: "<?php _e( 'Mismatch' ); ?>"
                    };
                    try{convertEntities(pwsL10n);}catch(e){};
                </script>
November 8, 2013 at 6:31 am 9852
Mahi Mahi

Thank you Gian. Will forward to developer team.

Viewing 1 Posts - 1 through 1 (of 1 total)