Changes between Version 14 and Version 15 of HowToTranslate
- Timestamp:
- 07/10/12 01:15:52 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToTranslate
v14 v15 14 14 other existing language) to entries with new language code. After that it's 15 15 possible to edit these fields using Web-interface. 16 * In the table `cswservercapabilitiesinfo` add these records for the new language code: 17 {{{ 18 INSERT INTO cswservercapabilitiesinfo VALUES ('41','ro','title',''); 19 INSERT INTO cswservercapabilitiesinfo VALUES ('42','ro','abstract',''); 20 INSERT INTO cswservercapabilitiesinfo VALUES ('43','ro','fees',''); 21 INSERT INTO cswservercapabilitiesinfo VALUES ('44','ro','accessConstraints',''); 22 }}} 23 24 Change `ro` value with your language code. Also the identifiers should be updated according to table contents. 25 16 26 * Copy folders (all paths listed from GeoNetwork's root folder) to folders 17 27 with new language code. (Any existing language could be treated as base for … … 150 160 == Check the new language is aligned with others == 151 161 [wiki:synch_lang] 152