Skip to content

Commit

Permalink
Add more translation keys (#39)
Browse files Browse the repository at this point in the history
* Add more translation keys

* Fix pipeline

* Fix pipeline

* Fix pipeline
  • Loading branch information
alecslupu authored Sep 16, 2024
1 parent 478397b commit 7c992ea
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
RUBY_VERSION: 2.7.5

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 1

Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
RUBY_VERSION: 2.7.5

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 1

Expand Down Expand Up @@ -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
Expand Down
13 changes: 13 additions & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 7c992ea

Please sign in to comment.