Add language settings for users, and translate titles to French
This commit is contained in:
3
app/lib/languages.rb
Normal file
3
app/lib/languages.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
module Languages
|
||||
AVAILABLE_LANGUAGES = [ { id: "en", name: "English" }, { id: "fr", name: "French" } ]
|
||||
end
|
Reference in New Issue
Block a user