Changeset 123


Ignore:
Timestamp:
Aug 14, 2021, 7:01:51 PM (4 years ago)
Author:
Gregg Young
Message:

Changes to better match the languages choices to the ones planned for ArcaOS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/warpin/Gotcha.WIS

    r105 r123  
    5151call RxFuncAdd 'SysLoadFuncs', 'REXXUTIL', 'SysLoadFuncs'
    5252call SysLoadFuncs
    53 langs = "EN,FR,DE,NL,ES,SV,IT,CS,DA,RU,ZH,PL"
     53langs = "EN,FR,DE,NL,ES,PT,IT,CS,JA,RU,ZH,KO"
    5454lang = translate(left(strip(value("LANG",,"OS2ENVIRONMENT")),2))
    5555if pos(lang,langs) = 0 then lang = 'EN'
     
    142142    rc =WirexxPutEnv('uguidefile','gotcha_es.hlp')
    143143  end
    144   when lang = 'SV' Then Do
     144  when lang = 'PT' Then Do
    145145                  /* Translate */     
    146146    rc =WirexxPutEnv('title','Gotcha Screen Capture Utility')
     
    205205    rc =WirexxPutEnv('uguidefile','gotcha_en.hlp')
    206206  end
    207   when lang = 'DA' Then Do
     207  when lang = 'JA' Then Do
    208208                    /* Translate */     
    209209    rc =WirexxPutEnv('title','Gotcha Screen Capture Utility')
     
    247247    rc =WirexxPutEnv('uguidefile','gotcha_en.hlp')
    248248  end
    249   when lang = 'PL' Then Do
     249  when lang = 'KO' Then Do
    250250                    /* Translate */     
    251251    rc =WirexxPutEnv('title','Gotcha Screen Capture Utility')
Note: See TracChangeset for help on using the changeset viewer.