Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moodle 2.7 russian translation filter issue #1

Open
vazotov opened this issue Feb 4, 2015 · 0 comments
Open

Moodle 2.7 russian translation filter issue #1

vazotov opened this issue Feb 4, 2015 · 0 comments

Comments

@vazotov
Copy link

vazotov commented Feb 4, 2015

Hello!

I've found out an issue on my moodle 2.7 with russian translation. All filters don't work in assign tabs (e.g. in assisgning course into program) because of encoding problems.
In local/elisprogram/lib/deepsight/lib/filters/date.filter.php file in get_js_opts() method line
$opts['lang_days'][$i] = $opts['lang_days'][$i]{0};
returns incorrect substring and cause js error which leads to filter doesn't show.

@vazotov vazotov changed the title Moodle 2.7 russian translation filter issus Moodle 2.7 russian translation filter issue Feb 4, 2015
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

No branches or pull requests

1 participant