From 6b019e1460047890d2119d42fe87d6760c5ccc77 Mon Sep 17 00:00:00 2001 From: Moc Date: Thu, 7 Feb 2013 12:38:07 -0800 Subject: [PATCH] Typo languagues to languages --- e107-Coding-Standard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107-Coding-Standard.md b/e107-Coding-Standard.md index f934871..23f368e 100644 --- a/e107-Coding-Standard.md +++ b/e107-Coding-Standard.md @@ -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.