How to generate localization value folders in android

Steps to follow for this.

  1. Open command terminal in mac and run below commands.
  2. “sudo gem update --system”
  3. “sudo gem install roo”
  4. Finally run your script -
  5. “ruby  FilePath+parse_csv_to_stringsfile_Android.rb”
  6. Note : Make sure both files (.xls & .rb) are in same directory and your xls file name is properly referring inside script.
  7. Output gives all value folder which can be simple copy past inside project.
  8. Attached ruby script and localization xls sheet.

Comments

Popular posts from this blog

RUN JAVA PROJECT IN ANDROID STUDIO

Reverse string without using temp

Are you sure your NDK_MODULE_PATH variable is properly defined ?