## Launch Checklist
Our CI uses a few actions.
For these actions, we currently just use the mutable GitHub tag.
Since we use Dependabot to update the versions, we should use SHAs.
This makes sure that we are not affected by a certain class of supply
chain vulnerability where attackers re-publish bad tags.
Using SHAs matches GitHub recommendations and is a part of the OpenSSFs
Scorecard.
- [x] Confirm **your changes do not include backports from Mapbox
projects** (unless with compliant license) - if you are not sure about
this, please ask!
- [ ] Add an entry to `CHANGELOG.md` under the `## main` section.
^--- not sure if you want this. Other maintenance actions don't show up
as well.
Hi,
mapunik works great for editing styles. Thanks for the tooling ❤️
When launching mapuntik in the german version, there a bunch of warnings
in the log that come from untranslated strings.
This fixes a few of them and also runs the translation script.
The translation script is unable to find the strings to be translated,
unsure how this works.

## Launch Checklist
<!-- Thanks for the PR! Feel free to add or remove items from the
checklist. -->
- [x] Briefly describe the changes in this PR.
- [ ] Link to related issues.
- [x] Include before/after visuals or gifs if this PR includes visual
changes.
- [ ] Write tests for all new functionality.
- [ ] Add an entry to `CHANGELOG.md` under the `## main` section.
---------
Co-authored-by: Harel M <harel.mazor@gmail.com>