Hello,
I have a problem with selecting locale languages Dutch and French. Input fields are disabled though it is supported.
List of locales where I can't select Dutch and French. Only English is clickable.
http://oi58.tinypic.com/2w3dw86.jpgList of supported locales:
http://oi58.tinypic.com/2gujvxt.jpgI have also downloaded latest locale files from github.
How can I select Dutch and French?
Sincerely,
Itouch
Comments
gettext wasn't supported. But nothing changed after I've added this.
http://oi59.tinypic.com/f5c51h.jpg
Nothing showed up in error logs.
But I can select English language, because it doesn't have a 'LC_MESSAGES' directory.
Or do I need to change the permissions of files or directories?
Locales are supported and gettext is supported.
I've debugged admin page and I've seen that both languages get '1' at this line 'if (getOption('unsupported_' . $dirname))'
It doesn't work because of that. But I'm sure that I have added locale support...
To be sure I took a screen from the server:
http://oi62.tinypic.com/bgw8pc.jpg
in Options table, I had to change following columns from '1' to '0':
unsupported_nl_NL
unsupported_fr_FR
Thank you for support!