mirror of
https://github.com/discourse/discourse.git
synced 2026-08-07 11:45:21 -05: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.