Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for using single files #9

Closed
hrw opened this issue Aug 25, 2011 · 1 comment
Closed

Add support for using single files #9

hrw opened this issue Aug 25, 2011 · 1 comment

Comments

@hrw
Copy link

hrw commented Aug 25, 2011

I got strings.xml dialog.xml in EN and PL languages for one Android application. Checked your tool as a way to get it done using gettext based tools but I fail to get it working:

14:57 hrw@puchatek:ussdchecker$ ls -R
.:
res

./res:
values values-pl

./res/values:
dialog.xml strings.xml

./res/values-pl:
dialog.xml strings.xml
14:57 hrw@puchatek:ussdchecker$ a2po --android $PWD/res --gettext . init
usage: a2po [-h] [--version] {import,init,export} ...
a2po: error: argument command: invalid choice: '/home/hrw/HDD/devel/devices/android/t\xc5\x82umaczenia/ussdchecker/res' (choose from 'import', 'init', 'export')

babel 0.9.6, other deps are installed too.
Ubuntu 11.10 'oneiric'

@miracle2k
Copy link
Owner

You need to specify the command first:

a2po init [args]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants