joomla / install-from-web-server

Repository holding the component powering the Install from Web server.
9 stars 31 forks source link

a11y and multilingual todo #38

Closed brianteeman closed 6 years ago

brianteeman commented 6 years ago

https://github.com/joomla-extensions/install-from-web-server/blob/433aedaa0d2cba14dd6ad41aa9912392762f1477/components/com_apps/layouts/apps/j4/simple_search.php#L38

Need to change this to be accessible and to be translatable

mbabker commented 6 years ago

We need to pass the language code forward from the CMS install so that the rendered markup can be properly translated (and maybe actually rendered in RTL properly, right now the entire server operates in en-GB).

mbabker commented 6 years ago

Just pushed https://github.com/joomla-extensions/install-from-web-server/commit/4607bc9b9e1656e741db84afe98d10a6f054b69d which should handle changing the language over to the client language. So, should be able to do a cleanup on the language strings, make sure there isn't hardcoded text, and get things set up for translations soon.