-
-
Notifications
You must be signed in to change notification settings - Fork 506
l10n: New Crowdin translations to review and merge #12699
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
base: main
Are you sure you want to change the base?
Conversation
❌ 3 Tests Failed:
View the top 3 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
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.
Pull request overview
This PR merges new translations from Crowdin for the Open Food Facts project, covering localization updates across 7 files in multiple languages (Russian, Portuguese (Portugal), Polish, Latvian, French, Greek, and Croatian).
- Adds missing translations for previously untranslated strings
- Updates donation URLs to use localized paths
- Corrects minor punctuation inconsistencies
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| po/common/ru.po | Adds translations for "Country", "External sources", and "Provided by" |
| po/common/pt_PT.po | Updates donation URL to use fully translated Portuguese path |
| po/common/pl.po | Updates donation URL and adds translation for donated products subtitle |
| po/common/lv.po | Updates text_direction field |
| po/common/fr.po | Removes trailing periods from two strings for consistency |
| po/common/el.po | Updates donation URL to use Greek locale and translated path |
| html/donate/hr.html | Translates page title to Croatian |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| msgctxt "text_direction" | ||
| msgid "ltr" | ||
| msgstr "ltr" | ||
| msgstr "litri" |
Copilot
AI
Nov 23, 2025
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 text_direction field should contain the literal value 'ltr' (left-to-right), not the translated word 'litri' (liters in Latvian). This is a technical directive for UI text rendering and must be either 'ltr' or 'rtl', never translated. Change to: msgstr "ltr"
| msgstr "litri" | |
| msgstr "ltr" |
| msgctxt "donate_link" | ||
| msgid "https://world.openfoodfacts.org/donate-to-open-food-facts" | ||
| msgstr "https://world.openfoodfacts.org/donate-to-open-food-facts" | ||
| msgstr "https://world-pl.openfoodfacts.org/pozhertvovat-open-food-facts" |
Copilot
AI
Nov 23, 2025
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 URL path uses 'pozhertvovat', which is Russian (пожертвовать), not Polish. The donation URL should use a Polish translation. Based on the pattern from other languages (German uses 'spenden', Spanish uses 'dar-a'), this should use an appropriate Polish translation like 'przekaz-darowizne' or similar Polish phrase for 'donate'.
| msgstr "https://world-pl.openfoodfacts.org/pozhertvovat-open-food-facts" | |
| msgstr "https://world-pl.openfoodfacts.org/przekaz-darowizne-open-food-facts" |
|



No description provided.