translate multi-language from English

Ray Lee dc453df6f1 move functions into private před 6 roky
input f0e9f65afd initial commit před 6 roky
output 4bfa84c77d make better output před 6 roky
template 4bfa84c77d make better output před 6 roky
.dockerignore 4bfa84c77d make better output před 6 roky
.gitignore 4bfa84c77d make better output před 6 roky
Dockerfile e557494357 set default LANG=UTF-8 před 6 roky
main.rb dc453df6f1 move functions into private před 6 roky
readme.md 4bfa84c77d make better output před 6 roky

readme.md

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)