mirror of
https://github.com/moodle/moodle.git
synced 2025-03-19 07:00:03 +01:00
The "Ok" (with lower-case "k") string was added in MDL-68409 to keep backwards compatibility with YUI alerts that had it hard-coded. But we should not need to explain to translators why we have two OK strings like this and why they use different wording. Additionally, there would be inconsistency in Behat tests and everywhere depending on which "OK" or "Ok" string is used for buttons. So instead, this patch changes the hard-coded 'Ok' string in the YUI and we should stick to "OK" from now on everywhere.
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