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

Fix lint: missing fr and nl translations; readme whitespace #914

Merged
merged 2 commits into from
Apr 3, 2023
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ Batches track a set of jobs, and enqueue an optional callback job when all of th
- Jobs can be added to an existing batch. Jobs in a batch are enqueued and performed immediately/asynchronously. The final callback job will not be enqueued until `GoodJob::Batch#enqueue` is called.

```ruby
batch = GoodJob::Batch.new
batch = GoodJob::Batch.new
batch = GoodJob::Batch.add do
10.times { MyJob.perform_later }
end
Expand Down
8 changes: 4 additions & 4 deletions config/locales/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ fr:
one: 1 jour
other: "%{count} jours"
x_minutes:
one:
other:
one: 1 minute
other: "%{count} minutes"
x_months:
one: 1 mois
other: "%{count} mois"
Expand Down Expand Up @@ -130,8 +130,8 @@ fr:
table:
actions:
apply_to_all:
one:
other:
one: Appliquer à tous les 1 travail.
other: Appliquer à tous les %{count} travaux.
confirm_destroy_all: Voulez-vous vraiment détruire les travaux sélectionnés ?
confirm_discard_all: Êtes-vous usure que vous souhaitez supprimer les emplois sélectionnés?
confirm_reschedule_all: Voulez-vous vraiment reprogrammer les tâches sélectionnées ?
Expand Down
4 changes: 2 additions & 2 deletions config/locales/nl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ nl:
table:
actions:
apply_to_all:
one:
other:
one: Toepassen op alle 1 baan.
other: Toepassen op alle %{count} banen.
confirm_destroy_all: Weet u zeker dat u de geselecteerde jobs wilt vernietigen?
confirm_discard_all: Wilt u de geselecteerde jobs verwijderen?
confirm_reschedule_all: Weet u zeker dat u de geselecteerde taken opnieuw wilt inplannen?
Expand Down