Skip to content

Translations update from Weblate #3307

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

Merged
merged 1 commit into from
Aug 21, 2020

Conversation

weblate
Copy link
Collaborator

@weblate weblate commented Aug 20, 2020

Translations update from Weblate for CircuitPython/main.

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
@weblate weblate force-pushed the weblate-circuitpython-main branch from d6aaabe to f62b07c Compare August 21, 2020 00:05
Comment on lines +1341 to +1343
msgid ""
"Port does not accept pins or frequency. "
"Construct and pass a PWMOut Carrier instead"
Copy link

Choose a reason for hiding this comment

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

@hierophect this looks weird, I think it's due to the way you split a long string across multiple lines inside translate().

Does it work to do it in the more standard way,

translate("Here is the first part of the string "
"and here is the second")

? If not it's probably best to have an overly long line in the source rather than have these spaces in the messages.

@jepler jepler merged commit 988e5ca into adafruit:main Aug 21, 2020
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