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 serge import support for .plist parser (export keys in parser callback) #16

Closed
ghost opened this issue Jun 9, 2016 · 3 comments
Closed

Comments

@ghost
Copy link

ghost commented Jun 9, 2016

Wondering if iOS .stringsdict files are not supported yet, not planned to be supported, or should be supported but aren't working. .strings doesn't catch these files (naturally) and I thought they were a pretty close fit for .plist, since the structure is very similar, but I get "ERROR: Parser plugin didn't provide a key value in a callback. Importing translations with this plugin is not possible."

@iafan
Copy link
Contributor

iafan commented Jun 9, 2016

Yes, these are supposed to be parsed with .plist parser. This plugin doesn't currently export .plist keys as separate entities, so serge import with this plugin will fail. Adding import support for this plugin is pretty easy, and I'll do this today.

@iafan iafan changed the title iOS .stringsdict Add serge import support for .plist parser (export keys in parser callback) Jun 9, 2016
@iafan
Copy link
Contributor

iafan commented Jun 9, 2016

Should be good now.

@iafan iafan closed this as completed Jun 9, 2016
@ghost
Copy link
Author

ghost commented Jun 30, 2016

Sorry for the delay, got side-tracked. Thanks for the super-prompt response.

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

1 participant