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

Expose error messages to localization or convert all messages to int enum codes #8

Open
paulshapiro opened this issue Oct 30, 2018 · 0 comments

Comments

@paulshapiro
Copy link
Contributor

For example, monero_transfer_utils has quite a few errors that should be localized. They're also generally returned as error codes (and should be returned as such where they are not currently) so it may be better to skip localization of strings in this repo itself and do it on the app level.

However many strings here are likely to be shared with Monero source as well (such as on errors while decoding mnemonics), so this is partially also an issue to expose those Monero strings to localization as well, in some sustainable and hopefully upstream-contributable manner.

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