[Fix #1383] Force french language for apidoc
Also fixes #1389, #1392 and #1398
This commit is contained in:
parent
191b2c1629
commit
1dc413e313
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ Apipie.configure do |config|
|
|||
config.namespaced_resources = true
|
||||
config.show_all_examples = true
|
||||
|
||||
config.languages = ['fr']
|
||||
config.default_locale = 'fr'
|
||||
|
||||
config.app_info = <<~EOS
|
||||
Description
|
||||
|
||||
|
|
Loading…
Reference in a new issue