Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any tool to convert Android's XML localization to iPhone's .strings file? [closed]

I guess the title is self-explanatory.

like image 742
Misa Avatar asked Aug 18 '11 12:08

Misa


1 Answers

You can extract localization from Android .xml file then add it to iPhone .string file with last version of TM-database tool. It is easy:

  1. Launch tool
  2. Open source and target Android xml files and import localization to TM
  3. Open .string file and translate it with TM
  4. Save .string file

Please see the detail instruction here

like image 89
sasha Avatar answered Sep 30 '22 02:09

sasha