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

intl: format completed reports for pasting and add polish and arabic translations #2742

Merged
merged 2 commits into from Apr 30, 2024

Conversation

buck54321
Copy link
Member

Adds a new mode to translationsreport that reads in completed reports and prints formatted Go for pasting.

Thank you to arij for the Arabic translations and to kozel for the Polish translations.

Copy link
Contributor

@ukane-philemon ukane-philemon left a comment

Choose a reason for hiding this comment

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

LGTM

Comment on lines 195 to 197
if e.Notes != "" {
n = fmt.Sprintf(", Notes: %s", escapeTemplate(e.Notes))
}
Copy link
Member Author

Choose a reason for hiding this comment

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

I don't actually need these notes in the translations I guess, just in the English. Will probably remove.

@buck54321 buck54321 merged commit 494ec6e into decred:master Apr 30, 2024
5 checks passed
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.

None yet

3 participants