Changes

→‎Progress: l10n_script.sh
Line 79: Line 79:  
   -si
 
   -si
 
     -*.html (help content in Sinhala)
 
     -*.html (help content in Sinhala)
 +
 +
===== l10n_script.sh =====
 +
 +
l10n_script.sh is a bash script develop to ease the process of bundling all localized help content to be shipped with Help Activity. In Help Activity, all the help content are in '''help''' directory. This script will generate the localized html content and place them in '''help''' directory with the proper directory structure. In releasing a new version of Help Activity, the maintainer can simply copy the '''help''' directory to the Help Activity directory, bundle it and ship.
 +
 +
Following is a snap of the directory structure associated with the script
 +
 +
  help
 +
  l10n_script.sh
 +
  translated_po
 +
  -si
 +
    -02_index.po
 +
    -03_about.po
 +
  -da
 +
    -16_sugar_ui.po
 +
  -en
 +
    -23_gnome.po
    
==== Update current help content ====
 
==== Update current help content ====
62

edits