Clean up in en_US-demo.sql and en_US-new.sql. @apmuthu.
[fa-stable.git] / lang / new_language_template / locale.inc
index ad1e5d88110666113cd0e414545a93feeafda47b..9e76156fb9f022104a4b27ceccc33afce8d15caa 100644 (file)
        If your locale needs special functionality provided by hook functions
        copy this file to respective lang/xx_XX directory and edit templates below.
        You can safely remove not used function templates.
+       
+       Name it after language code e.g. hooks_en_US
 */
-class Hooks {
+class hooks_xx_XX extends hooks {
 /*
        //
        // Price in words. $doc_type is set to document type and can be used to suppress 
@@ -53,4 +55,3 @@ class Hooks {
        }
 */
 }
-?>
\ No newline at end of file