File: README.es-ve

package info (click to toggle)
tutos2 2.0.20050413-3.2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 11,840 kB
  • ctags: 6,242
  • sloc: php: 30,898; makefile: 895; sh: 673; cs: 140; lisp: 128; perl: 61
file content (25 lines) | stat: -rw-r--r-- 865 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
This is a spanish/venezuela language support for TUTOS
it was contributed by " Jos Luis Rey" jrey at net-uno.net


for installation you have to

1. unpack venezuela.zip in the directory above tutos (you already have done this when you can read this)
2. if not existant create a file tutos/php/lang_custom.p3
3. add a line 
   $lang['lang']['es-ve']      = "spanish/venezuela";
   in  tutos/php/lang_custom.p3

The lang_custom.p3 file looks like 
-----------------------------------------------------
<?
$lang['lang']['es-ve']      = "spanish/venezuela";
?>   
-----------------------------------------------------


For your information:
lang_custom is the best place to store your own additions/chnages to the language files
provided by TUTOS. If you like to change something and do not like to redo it every time
you update TUTOS. This is the best place to do.