From cc72314f51369c59ab2237ef80ccc025583b5011 Mon Sep 17 00:00:00 2001 From: Alexandru Emil Lupu Date: Mon, 16 Sep 2024 11:45:28 +0300 Subject: [PATCH 1/4] Add more translation keys --- config/locales/en.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config/locales/en.yml b/config/locales/en.yml index 0f11b1b..5adaa78 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1,5 +1,18 @@ --- en: + activemodel: + attributes: + proposal_state: + announcement_title: Announcement title + answerable: Answerable + css_class: CSS Classes + default: Default + description: Description + gamified: Gamified + notifiable: Notifiable + system: System + title: Title + token: Token decidim: admin: filters: From b56bcb3bd334fc3c1c3836eff37488ff8d331051 Mon Sep 17 00:00:00 2001 From: Alexandru Emil Lupu Date: Mon, 16 Sep 2024 11:48:36 +0300 Subject: [PATCH 2/4] Fix pipeline --- .github/workflows/ci_lint.yml | 2 +- .github/workflows/i18n.yml | 2 +- .github/workflows/test_app.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_lint.yml b/.github/workflows/ci_lint.yml index cba722e..54673e7 100644 --- a/.github/workflows/ci_lint.yml +++ b/.github/workflows/ci_lint.yml @@ -14,7 +14,7 @@ jobs: lint-report: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 1 diff --git a/.github/workflows/i18n.yml b/.github/workflows/i18n.yml index fcbd137..9be489d 100644 --- a/.github/workflows/i18n.yml +++ b/.github/workflows/i18n.yml @@ -31,7 +31,7 @@ jobs: RUBY_VERSION: 2.7.5 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 1 diff --git a/.github/workflows/test_app.yml b/.github/workflows/test_app.yml index a075c20..d4cbeaa 100644 --- a/.github/workflows/test_app.yml +++ b/.github/workflows/test_app.yml @@ -27,7 +27,7 @@ jobs: RUBY_VERSION: 2.7.5 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 1 From 3e0eb05cf4ad47a6a80a1cbfc073b72989b32d55 Mon Sep 17 00:00:00 2001 From: Alexandru Emil Lupu Date: Mon, 16 Sep 2024 11:49:53 +0300 Subject: [PATCH 3/4] Fix pipeline --- .github/workflows/i18n.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/i18n.yml b/.github/workflows/i18n.yml index 9be489d..d455a0c 100644 --- a/.github/workflows/i18n.yml +++ b/.github/workflows/i18n.yml @@ -49,7 +49,7 @@ jobs: SIMPLECOV: 0 CODECOV: 0 - - uses: actions/upload-artifact@v2-preview + - uses: actions/upload-artifact@v3 if: always() with: name: screenshots From 39b94c5296823abc0fb972b65cf97775bdc9474f Mon Sep 17 00:00:00 2001 From: Alexandru Emil Lupu Date: Mon, 16 Sep 2024 11:51:18 +0300 Subject: [PATCH 4/4] Fix pipeline --- .github/workflows/test_app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_app.yml b/.github/workflows/test_app.yml index d4cbeaa..3fa6438 100644 --- a/.github/workflows/test_app.yml +++ b/.github/workflows/test_app.yml @@ -59,7 +59,7 @@ jobs: SIMPLECOV: 1 CODECOV: 1 - - uses: actions/upload-artifact@v2-preview + - uses: actions/upload-artifact@v3 if: always() with: name: screenshots