diff options
author | Allan Cornet <allan.cornet@scilab.org> | 2007-01-30 20:54:40 +0000 |
---|---|---|
committer | Allan Cornet <allan.cornet@scilab.org> | 2007-01-30 20:54:40 +0000 |
commit | 6b49a59dd79fa5ac26e4d81f0ae3a32abff02f52 (patch) | |
tree | 1b158a4b506ae195b7072bc8b20f37fc95937f05 /scilab/modules/intersci/etc | |
parent | 9e1c1785587d2a55a4345d4dfd6cfd511552fb1c (diff) | |
download | scilab-6b49a59dd79fa5ac26e4d81f0ae3a32abff02f52.zip scilab-6b49a59dd79fa5ac26e4d81f0ae3a32abff02f52.tar.gz |
rename eng -> en
ISO 639-1 http://www.loc.gov/standards/iso639-2/php/code_list.php
(not finish)
Diffstat (limited to 'scilab/modules/intersci/etc')
-rw-r--r-- | scilab/modules/intersci/etc/intersci.quit | 2 | ||||
-rw-r--r-- | scilab/modules/intersci/etc/intersci.start | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/scilab/modules/intersci/etc/intersci.quit b/scilab/modules/intersci/etc/intersci.quit index 9c522bc..fcd2351 100644 --- a/scilab/modules/intersci/etc/intersci.quit +++ b/scilab/modules/intersci/etc/intersci.quit | |||
@@ -8,7 +8,7 @@ global LANGUAGE | |||
8 | 8 | ||
9 | if LANGUAGE == 'fr' then | 9 | if LANGUAGE == 'fr' then |
10 | del_help_chapter("Intersci"); | 10 | del_help_chapter("Intersci"); |
11 | elseif LANGUAGE == 'eng' then | 11 | elseif LANGUAGE == 'en' then |
12 | del_help_chapter("Intersci"); | 12 | del_help_chapter("Intersci"); |
13 | end | 13 | end |
14 | 14 | ||
diff --git a/scilab/modules/intersci/etc/intersci.start b/scilab/modules/intersci/etc/intersci.start index 80941b8..352d55b 100644 --- a/scilab/modules/intersci/etc/intersci.start +++ b/scilab/modules/intersci/etc/intersci.start | |||
@@ -14,8 +14,8 @@ path = getshortpathname(path); | |||
14 | if LANGUAGE == 'fr' then | 14 | if LANGUAGE == 'fr' then |
15 | path = pathconvert(part(path,1:(length(path)-5))+'/help/fr',%f,%f); | 15 | path = pathconvert(part(path,1:(length(path)-5))+'/help/fr',%f,%f); |
16 | add_help_chapter("Intersci",path); | 16 | add_help_chapter("Intersci",path); |
17 | elseif LANGUAGE == 'eng' then | 17 | elseif LANGUAGE == 'en' then |
18 | path = pathconvert(part(path,1:(length(path)-5))+'/help/eng',%f,%f); | 18 | path = pathconvert(part(path,1:(length(path)-5))+'/help/en',%f,%f); |
19 | add_help_chapter("Intersci",path); | 19 | add_help_chapter("Intersci",path); |
20 | end | 20 | end |
21 | 21 | ||