Changes between Version 14 and Version 15 of HowToTranslate


Ignore:
Timestamp:
Jul 10, 2012, 1:15:52 AM (12 years ago)
Author:
josegar74
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToTranslate

    v14 v15  
    1414   other existing language) to entries with new language code. After that it's
    1515   possible to edit these fields using Web-interface.
     16 * In the table `cswservercapabilitiesinfo` add these records for the new language code:
     17  {{{
     18INSERT INTO cswservercapabilitiesinfo VALUES ('41','ro','title','');
     19INSERT INTO cswservercapabilitiesinfo VALUES ('42','ro','abstract','');
     20INSERT INTO cswservercapabilitiesinfo VALUES ('43','ro','fees','');
     21INSERT INTO cswservercapabilitiesinfo VALUES ('44','ro','accessConstraints','');
     22  }}}
     23
     24Change `ro` value with your language code. Also the identifiers should be updated according to table contents.
     25
    1626 * Copy folders (all paths listed from GeoNetwork's root folder) to folders
    1727   with new language code. (Any existing language could be treated as base for
     
    150160== Check the new language is aligned with others ==
    151161[wiki:synch_lang]
    152