Skip to content

Commit

Permalink
Add meaningful seeds
Browse files Browse the repository at this point in the history
  • Loading branch information
coorasse committed Oct 22, 2024
1 parent b19d47e commit ef02534
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/dummy/db/seeds.rb
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
Moirai::Translation.create!(file_path: 'test/dummy/config/locales/it.yml', locale: 'it', key: 'locales.german', value: 'Germanico')
Moirai::Translation.create!(file_path: "config/locales/it.yml", locale: "it", key: "locales.german", value: "Germanico")
Moirai::Translation.create!(file_path: "config/locales/it.yml", locale: "it", key: "locales.italian", value: "Italianico")
Moirai::Translation.create!(file_path: "config/locales/it.yml", locale: "it", key: "locales.english", value: "Inglesofilo")

0 comments on commit ef02534

Please sign in to comment.