diff options
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 |