X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=lang%2Fnew_language_template%2Flocale.inc;h=9e76156fb9f022104a4b27ceccc33afce8d15caa;hb=2aea99756a8c19766f0f9dfee56b27f7c1994f37;hp=ad1e5d88110666113cd0e414545a93feeafda47b;hpb=e958f5815d5715a890e41ef2bb6fc77ef59f2676;p=fa-stable.git diff --git a/lang/new_language_template/locale.inc b/lang/new_language_template/locale.inc index ad1e5d88..9e76156f 100644 --- a/lang/new_language_template/locale.inc +++ b/lang/new_language_template/locale.inc @@ -14,8 +14,10 @@ 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