From c27561852dc4265d9cc501971fb73d82ab562df8 Mon Sep 17 00:00:00 2001 From: Manuel Date: Fri, 31 Jan 2025 10:35:51 +0100 Subject: [PATCH] Moved translation update scripts --- {scripts => .github/scripts}/download_from_poeditor.sh | 2 +- {scripts => .github/scripts}/upload_new_terms.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {scripts => .github/scripts}/download_from_poeditor.sh (99%) rename {scripts => .github/scripts}/upload_new_terms.sh (100%) diff --git a/scripts/download_from_poeditor.sh b/.github/scripts/download_from_poeditor.sh similarity index 99% rename from scripts/download_from_poeditor.sh rename to .github/scripts/download_from_poeditor.sh index 8fb65c421..e46783733 100755 --- a/scripts/download_from_poeditor.sh +++ b/.github/scripts/download_from_poeditor.sh @@ -4,7 +4,7 @@ # from POEditor, making sure that the release uses the # most up to date translations. It is typically called from the GitHub # action, via the cmake build system, and only running on tagged releases. -# +# # example usage: cmake /path/to/CMakeLists.txt; make download_translations # example usage: download_from_poeditor.sh uk /path/to/gui-v2/i18n/venus-gui-v2_uk.ts diff --git a/scripts/upload_new_terms.sh b/.github/scripts/upload_new_terms.sh similarity index 100% rename from scripts/upload_new_terms.sh rename to .github/scripts/upload_new_terms.sh