mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Some endpoints are returning i18n keys instead of translated messages and with these changes, the site_texts endpoint can help translating those. Pagination part is needed for better wildcard support. For example, looking for 'js.notifications' would set 'has_more' to true, but return only the first 50 messages with no way of fetching the remaining.