diff options
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/start.php b/start.php new file mode 100644 index 000000000..a1db7a422 --- /dev/null +++ b/start.php @@ -0,0 +1,7 @@ +<?php +/** + * Languages plugin + * + */ + +register_translations(elgg_get_plugins_path() . "languages/languages/es", true); |