readme.md 555 B

Readme

Handy tool to help multi-language Resources.resw build up. In case, you already have a completed English version.

Before Use

gem install nokogiri

Usage

  1. Put your English translated file into ./template/Resources.resw
  2. Copy English sentences and another language(Franch, for example) sentences into ./input/fr.csv
  3. Notice that header of fr.csv should be template_value and trans_value
  4. Run the script

    ruby main.rb

  5. output file would be ./output/fr.txt (and ./output/fr-not-found.txt if any not-found sentence)