diff --git a/src/config/locales/gl-ES.json b/src/config/locales/gl-ES.json index c4717a805..e1651e8d7 100644 --- a/src/config/locales/gl-ES.json +++ b/src/config/locales/gl-ES.json @@ -361,7 +361,8 @@ "invalidImage": "Invalid image, try different file", "something_wrong": "Something went wrong.", "something_wrong_alt": "Try https://ecency.com", - "something_wrong_reload": "Reload" + "something_wrong_reload": "Reload", + "can_not_be_empty": "Title and body can not be empty!" }, "post": { "reblog_alert": "Are you sure, you want to reblog?", @@ -537,7 +538,15 @@ "more_replies": "more replies" }, "search_result": { - "others": "Others", + "best": { + "title": "Best" + }, + "people": { + "title": "People" + }, + "topics": { + "title": "Topics" + }, "communities": { "title": "Communities", "subscribe": "Join",