Change title from Edit account to Create account #376
No reviewers
Labels
No labels
A: API
A: Backend
A: Federation
A: Front-End
A: I18N
A: Meta
A: Security
Build
C: Bug
C: Discussion
C: Enhancement
C: Feature
Compatibility
Dependency
Design
Documentation
Good first issue
Help welcome
Mobile
Rendering
S: Blocked
S: Duplicate
S: Incomplete
S: Instance specific
S: Invalid
S: Needs Voting/Discussion
S: Ready for review
Suggestion
S: Voted on Loomio
S: Wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Plume/Plume#376
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "patch-2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Thank you. You should probably add these messages to
po/plume.pot
so that will be available for translation, otherwise it looks good. 👌It is a good idea to redirect to joinplu.me, but as it is the link won't work. Could you replace it with something like:
to make it clickable, please? (no problem if you don't, it is still better than before)
If you sync the English translations from https://translate.funkwhale.audio/projects/plume/Plume https://translate.funkwhale.audio/projects/plume/Plume/
into the master, I’ve already changed and corrected the English translations there. Although I am not sure if you’re using that, so I can of course change the strings on Github directly as well.
Weblate is not yet synced with this repo, so you'll have to edit it on GitHub for the moment, sorry…
I have now changed the link to instances to be clickable, while keeping it as a one line. Hopefully it works as intended :-)
Codecov Report
@ -15,9 +15,9 @@
@input!(ctx.1, password (password), "Password", form, errors.clone(), "minlenght=\"8\"")
@input!(ctx.1, password_confirmation (password), "Password confirmation", form, errors, "minlenght=\"8\"")
The link should be outside of the
i18n!
call (after the<p>
, ideally wrapped in another one to make it centered too), otherwise we will probably end with something really weird (I didn't tested, but it will at least be hard for translators to read, and could result in rendering issue).The closing parenthesis for this i18n call should be at the end of this line, not before the closing
</p>
, nested call won't compileI have now created another pull request where I corrected and expanded many English strings, so that they are now in unision with the Weblate English translation. You can review #377 and merge it if you think it's fine. Then there would no longer be any need to merge English from Weblate.
Right, thanks! Should be fixed now.
@ -15,9 +15,9 @@
@input!(ctx.1, password (password), "Password", form, errors.clone(), "minlenght=\"8\"")
@input!(ctx.1, password_confirmation (password), "Password confirmation", form, errors, "minlenght=\"8\"")
Ahh, I think I understand now, sorry 👍
Just pushed another commit to fix this, hopefully a final one for this pull request.
It should be good now! Thank you. 😊