Fix About page crashing when instance language is not supported
Use the languages defined by CLDR on server instead, and fallback to english if not defined Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -123,6 +123,7 @@ defmodule Mobilizon.GraphQL.Schema.AdminType do
|
||||
end
|
||||
|
||||
field :languages, type: list_of(:language) do
|
||||
arg(:codes, list_of(:string))
|
||||
resolve(&Admin.get_list_of_languages/3)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user