mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-10-29 11:49:33 +00:00
5 lines
218 B
Bash
5 lines
218 B
Bash
#!/bin/sh
|
|
|
|
curl -s https://raw.githubusercontent.com/AntennaPod/antennapod.github.io/master/_config.yml | yq -r ".languages[]" > ./ui/common/src/main/assets/website-languages.txt
|
|
python ./scripts/createContributors.py
|