diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-03-26 04:44:12 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-03-26 04:44:12 +0000 |
commit | 09243aa72ec1ae06d6053d15f185a096591d85b9 (patch) | |
tree | 34cceb29574c51b0f611763f7d820db5021de795 /core/helpers/locale.php | |
parent | 78943402b27bc5afb0736089b25a020cd33024b6 (diff) |
Normalize code style.
Diffstat (limited to 'core/helpers/locale.php')
-rw-r--r-- | core/helpers/locale.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helpers/locale.php b/core/helpers/locale.php index 660c27e4..cae51070 100644 --- a/core/helpers/locale.php +++ b/core/helpers/locale.php @@ -55,7 +55,7 @@ class locale_Core { module::set_var("core", "installed_locales", join("|", $locales)); } - // TODO(andy_st): Might want to add a localizable language name as well. + // @todo Might want to add a localizable language name as well. private static function _init_language_data() { $l["af_ZA"] = "Afrikaans"; // Afrikaans $l["ar_SA"] = "العربية"; // Arabic |