]> git.mjollnir.org Git - moodle.git/commit
Fix for Bug #4910 - stringnames with - . and / don't show up in translation editor
authorvyshane <vyshane>
Wed, 5 Apr 2006 04:07:16 +0000 (04:07 +0000)
committervyshane <vyshane>
Wed, 5 Apr 2006 04:07:16 +0000 (04:07 +0000)
commit5723bc6f09a98e351d094c979d65a5dd98725eab
tree74f6b5097233705d86697c3ce0c7dea4277be744
parent9c9aeef15cf56c303c97954e68b07760f639725a
Fix for Bug #4910 - stringnames with - . and / don't show up in translation editor

Modified /admin/lang.php to allow us to still use periods in language string keys. The lang.php script just replaces the periods with ##46# for the form inputs and then puts the periods back in before saving to the language file.

This means that there is no need to update language files at all. They will just work even with periods in the string keys.
admin/lang.php