1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Typo languagues to languages

Moc
2013-02-07 12:38:07 -08:00
parent 46738bddc8
commit 6b019e1460

@@ -299,7 +299,7 @@ To load a language file from the current theme's directory:
To load a language file from a plugin folder:
e107::lan('gallery'); // loads e107_plugins/gallery/languagues/English.php (when English is selected)
e107::lan('gallery'); // loads e107_plugins/gallery/languages/English.php (when English is selected)
Avoid duplicating terms, particularly in the admin area. If coding for admin, always search lan_admin.php and the lan_xxxx.php of the specific page you are working on for existing LANs which may match what you need translated. Avoid using HTML or Urls inside LAN definitions.