add traductions

This commit is contained in:
2021-04-24 23:46:16 +02:00
parent f43ba76984
commit 9082e5255e
62 changed files with 413 additions and 38 deletions

View File

@@ -0,0 +1,5 @@
class AddLocaleToUser < ActiveRecord::Migration[6.1]
def change
add_column :users, :locale, :string, default: 'en-gb'
end
end