Correct growth level 5 name#1033
Merged
lucaschifino merged 1 commit intomainfrom Feb 11, 2026
Merged
Conversation
zcolleyz
approved these changes
Feb 11, 2026
There was a problem hiding this comment.
Pull request overview
Updates the Growth Points level system’s level 5 display name to use the corrected “Biodiversity bestie” localization key/value, and introduces German/French localized string tables under the Ecosia module.
Changes:
- Rename level 5 label from “Biodiversity beetle” to “Biodiversity bestie” in the level name mapping and localization key enum.
- Update English
Ecosia.stringsto include the new “Biodiversity bestie” entry. - Add full
Ecosia.stringsfiles forde.lprojandfr.lproj.
Reviewed changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| firefox-ios/Ecosia/UI/Account/LevelSystem/GrowthPointsLevelSystem.swift | Switches level 5 to use the new localized key (.biodiversityBestie). |
| firefox-ios/Ecosia/L10N/String.swift | Renames the localization key case to biodiversityBestie. |
| firefox-ios/Ecosia/L10N/en.lproj/Ecosia.strings | Replaces the English string key/value for level 5. |
| firefox-ios/Ecosia/L10N/de.lproj/Ecosia.strings | Adds a full German Ecosia.strings table (new file). |
| firefox-ios/Ecosia/L10N/fr.lproj/Ecosia.strings | Adds a full French Ecosia.strings table (new file). |
d4r1091
pushed a commit
that referenced
this pull request
Mar 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixing wrong name, turns out we don't have beetle users 🪲 - thanks for the catch @zcolleyz
(Noticed our names are only translated to german and french while web ones have more translations, will adjust that on transifex)