Translations workflow and tools (#768)

* Translations workflow and tools

* improved the name of the workflow

* need this commit to trigger the workflow for the first time

* swift tools can now run on CI

* only strings and stringsdict will be committed

* fixed a workflow issue

* starting the workflow to save it

* fixing downgrade issues

* fixing URL usage

* install localazy

* fixing add-paths typo

* downloaded strings

* removing on push trigger

* Update Tools/Sources/DownloadTranslations.swift

Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>

* Added locheck for string verification

* code formatting improvement

* Update Tools/Sources/Locheck.swift

Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>

* pr suggestion

---------

Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
This commit is contained in:
Mauro
2023-04-05 19:36:51 +02:00
committed by GitHub
parent 2be2380962
commit b03bc997fc
15 changed files with 616 additions and 144 deletions

View File

@@ -6,7 +6,7 @@ import PackageDescription
let package = Package(
name: "Element Swift",
platforms: [
.macOS(.v13)
.macOS(.v12)
],
products: [
.executable(name: "tools", targets: ["Tools"])