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

Translations (do-not-merge) #180

Closed
wants to merge 1 commit into from
Closed

Conversation

wackerow
Copy link
Member

@wackerow wackerow commented Feb 3, 2021

(do not merge)

@CarlBeek Hey! So I went through the codebase and made comments as to the strings that we would need to translate for this transition. Also noted some things I don't see the need to mess with, like translating all the flag names, although I'm interested to hear your take on that.

Was hoping you wouldn't mind looking at this and seeing if you had any thought on how we could address this.

  • Should we offer a selection at the beginning for language to continue in?
  • Would there be a way to store each of these strings as variables that correspond to a json file for each language?
  • Or should this start prior to that with different builds entirely?

Let me know what you think!

else:
is_valid_password = True

while not is_valid_password:
password = get_password(text='Type the password that secures your validator keystore(s)')
password = get_password(text='Type the password that secures your validator keystore(s)') # Translate
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's make it more clear this step creates a password, e.g. "Create a password that will secure your validator keystore(s)"

@wackerow
Copy link
Member Author

Closing this -> See #182

@wackerow wackerow closed this Feb 26, 2021
@wackerow wackerow deleted the translations branch February 26, 2021 19:05
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

Successfully merging this pull request may close these issues.

2 participants