-
Notifications
You must be signed in to change notification settings - Fork 77
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
💫 Modify text for 'add image gallery' button for flatpages #4339
💫 Modify text for 'add image gallery' button for flatpages #4339
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4339 +/- ##
=======================================
Coverage 98.41% 98.41%
=======================================
Files 267 267
Lines 20928 20928
=======================================
Hits 20596 20596
Misses 332 332 ☔ View full report in Codecov by Sentry. |
Geotrek-admin Run #10138
Run Properties:
|
Project |
Geotrek-admin
|
Run status |
Passed #10138
|
Run duration | 02m 09s |
Commit |
c5f04ae66a ℹ️: Merge 7c0d3f3451c3bcd05e83bd0d13a050307d5aa720 into 474f8b901f53c45f9b23a49bbe3f...
|
Committer | Justine Fricou |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
22
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix and improve french translation
msgid "Trek" | ||
msgstr "" | ||
|
||
#, fuzzy | ||
#| msgid "HTML content" | ||
msgid "Touristic content" | ||
msgstr "Contenu HTML" | ||
|
||
msgid "Touristic event" | ||
msgstr "" | ||
|
||
msgid "Outdoor Site" | ||
msgstr "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's something I don't understand.
Today, the translations are correct without adding "Trek, Touristic event, etc" to these .po
files.
I assumed this was defined elsewhere (it seems legitimate because these locales are literally everywhere in this project).
Don't hesitate to tell me i'm wrong. :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The locales are generated by Django application, they were probably new in this app (flatpages
folder) even though they already were in other apps, and so were already found on the front
02cc851
to
44b467b
Compare
* Modify text for 'add image gallery' button * Add new translations * Fix existing translations
44b467b
to
7c0d3f3
Compare
Description
Related Issue
Checklist