Ressource #11
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
translations
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: 42CTF/website#11
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
The ressource page is not fully translated in french
Almost totally solved by this, just need to look at a buggy message id in the .po file.
Message id has been fixed and string translated.
For the record: we need to use
{% blocktranslate %}
and{% endblocktranslate %}
in the source code to correctly escape quotes.