diff options
author | Sem <sembrestels@riseup.net> | 2012-01-14 02:02:50 +0100 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-01-14 02:02:50 +0100 |
commit | a237b9bdb22b9e199e339fac5626e635b358fc45 (patch) | |
tree | eb1165d39dcc6f86e9b565ed83a6bbc3aba29d71 /start.php | |
parent | 82212ac648774c603b40242f60d69fc479092d65 (diff) | |
download | elgg-a237b9bdb22b9e199e339fac5626e635b358fc45.tar.gz elgg-a237b9bdb22b9e199e339fac5626e635b358fc45.tar.bz2 |
Added plugin files.
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); |