Aardwolf-Social / aardwolf-social

Powering connected social communities with open software.
https://aardwolf.social
GNU Affero General Public License v3.0
485 stars 44 forks source link

Bypass translations bug by disabling translations #292

Closed nicholasguyett closed 1 year ago

nicholasguyett commented 1 year ago

gettext is acting up and to avoid dealing with it while we're implementing other features, this PR just removes the macros and returns an empty Vec from managed_state to allow the code to compile again.