pticostaricags / FairPlaySocial

Multi-platform social network system
GNU General Public License v3.0
21 stars 7 forks source link

Add localization to missing items #158

Open efonsecab opened 1 year ago

efonsecab commented 1 year ago

Search the code for displayed hardcoded text that is not using localization and add the localization for it. Use the existent pattern of using an in-code ResourceKey attribute, and, in the case of the models, using a "Localizer" suffixed class along with Display Data Annotation.