Changeset 410 for branches/guitools-2.0/shared/nlv.vrs
- Timestamp:
- Feb 21, 2010, 6:47:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/guitools-2.0/shared/nlv.vrs
r361 r410 79 79 end 80 80 if NLVSrchDone = 0 then do /* Fallback to English */ 81 if nlv = "EN" then NLVSrchDone = 1 /* We give up and leave */ 81 if nlv = "EN" then do 82 NLVSrchDone = 1 /* We give up and leave */ 83 /* We will leave without a valid NLV file here! */ 84 end 82 85 else do 83 86 say " NLV "Suffix" File not found, falling back to EN." 84 87 nlv = "EN" 88 /* Now we repeat the whole procedure to find the EN file */ 85 89 end 86 90 end … … 96 100 msgnum = ARG( 1 ) 97 101 102 IF msgfile == '' THEN RETURN '' 98 103 IF msgnum == '' THEN RETURN '' 99 104
Note:
See TracChangeset
for help on using the changeset viewer.