Skip to content

Commit

Permalink
chore: amend languages list for prepare_changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Syn-McJ committed Aug 26, 2023
1 parent 21d34bf commit d3e2f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .deploy/prepare_changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [[ -z "$version_code" ]]; then
exit 1
fi

echo -e "# Fill in the changelog for version $version_code\n# en-US\n\n# es-ES\n\n# de-DE\n\n# ko-KR\n\n# fr-FR" > changelog.txt
echo -e "# Fill in the changelog for version $version_code\n# en-US\n\n# es-ES\n\n# ru-RU\n\n# de-DE\n\n# fr-FR\n\n# pt-BR\n\n# pl-PL\n\n# it-IT" > changelog.txt
nano changelog.txt

current_lang=""
Expand Down

0 comments on commit d3e2f16

Please sign in to comment.