Skip to content

Instantly share code, notes, and snippets.

@y-ogi
Created December 25, 2013 08:04
Show Gist options
  • Save y-ogi/8121223 to your computer and use it in GitHub Desktop.
Save y-ogi/8121223 to your computer and use it in GitHub Desktop.
xib -> strings & strings -> xib
# xib -> strings
ibtool --generate-strings-file en.lproj/HogeViewController.strings en.lproj/HogeViewController.xib
# strings -> xib
ibtool --strings-file ja.lproj/HogeViewController.strings en.lproj/HogeViewController.xib --write ja.lproj/HogeViewController.xib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment