Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add translations #41

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
- name: check imagemagick
run: |
export PATH=${GITHUB_WORKSPACE}/vendor/imagemagick7/bin:${PATH}
which convert
convert -version
which mogrify
mogrify -version

- name: Set up Ruby 3.1.1
uses: ruby/setup-ruby@v1
Expand Down Expand Up @@ -120,4 +120,5 @@ jobs:

- name: Test with RSpec
run: |
export PATH=${GITHUB_WORKSPACE}/vendor/imagemagick7/bin:${PATH}
bundle exec rails spec
11 changes: 10 additions & 1 deletion config/locales/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,13 @@ ja:
new_message:
greeting: "%{recipient}さん、こんにちは。"
outro: ''

metrics:
blocked_users:
description: ブロックされたユーザ数
user_reports:
description: ユーザーからの報告数
reported_users:
description: 報告を受けたユーザー数
moderations:
actions:
hidden: 非表示
Expand Down Expand Up @@ -207,6 +213,9 @@ ja:
content_blocks:
metadata:
developer_group: 制作グループ
participatory_spaces:
highlighted_meetings:
see_all: すべてのミーティングを見る
proposals:
application_helper:
filter_origin_values:
Expand Down
Binary file added vendor/imagemagick7/bin/mogrify
Binary file not shown.
Loading