bqv / slide

Slide is an open-source, Lemmy browser for Android.
GNU General Public License v3.0
80 stars 3 forks source link

Update strings.xml to reduce/remove references to Reddit #2

Open Semperverus opened 1 year ago

Semperverus commented 1 year ago

Manually performed find/replace on words like "subreddit(s)", "Reddit", "Multireddit".

This does not intelligently consider cases where saying "lemmy" or "community" wouldn't make sense, but is an initial step in de-branding from Reddit.

bqv commented 1 year ago

I had only avoided doing this so far because it'll also mean having to modify each of the different language variations too (e.g. values-zh-rCN/strings.xml) which is a bit of a pain, but if you fancy :P

Semperverus commented 1 year ago

I totally understand and figured that would be a concern, but I was going to submit a post to the community where you posted about this, and see if other folks who speak those languages couldn't pitch in and help.

bqv commented 1 year ago

Nice idea! It might actually be worth doing the flat replace in values/strings.xml, but also deleting all the translations that reference "redd", then we can get a translation system going. Would need to setup a replacement crowdin or something, I assume

Semperverus commented 1 year ago

Unfortunately I'm not actually the most familiar with Android development, I mostly do ETL python/powershell development. I did however make some posts both on Reddit and on Lemmy:

https://www.reddit.com/r/slideforreddit/comments/14nj0yy/slide_for_lemmy_is_in_development_and_needs_your/?

https://lemmy.world/post/885741

Feel free to post to either of these with updated thoughts/instructions on how you'd like to proceed.