mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
13725b3797
This fixes WCAG 2.0 compliance because we were already using HTML5 markup. The strict XML headers setting never worked for production servers, developers used browser validators for compliance testing. XHTML 5 option is relatively similar to this obsolete option, but still it can not be used on production servers. XHTML Strict 1.x was a standardised dead end, HTML5 is the new de-facto-standard supported by all major browsers including latest versions of IE. Please note nothing changes in our coding style because HTML5 is a superset of several previous standards, it is recommended to use only features that are already implemented in all our supported browsers.
Moodle Language Packs This directory contains the standard packaged Moodle language files, for making the Moodle interface appear in different interfaces. The default language for Moodle is the English language, under the Unicode scheme (UTF8). To add more languages to Moodle, you can either: 1) use the Moodle languages GUI in the interface to fetch new languages and install them in your 'dataroot' directory. 2) download them and unzip the packs in this directory manually For more information, see the Moodle Documentation: http://docs.moodle.org/en/Translation Cheers, Moodle Development Team