🗞️ Read All About It: Steem / Steemit in the Press

in hive-185836 •  8 days ago 

Tuesday (6th May) saw the latest update to steemit.com, introducing new functionality and updates (which I'll detail later in this post). One of which, provided us with the opportunity to contact crypto news sites in the Ukraine to announce the introduction of the Ukrainian language.

With this idea in mind, I spoke to @o1eh with a view to contacting the better known Ukrainian news outlets and he suggested incrypted.com as the most well known site - So he got in touch with them.

Fortunately, they were welcoming of the idea, so I wrote a Press Release (which was reviewed by a few key stakeholders) and translated into Ukrainian by @o1eh to fit the target site.

Once I had received confirmation that the code had been deployed and everything was working as expected, @o1eh sent the Press Release to Incrypted, which they also adjusted and published on Wednesday.

steem-press-release.png

Fingers crossed we'll see a some new Ukrainian members and investors as a result of this!

I have set @o1eh as 50% beneficiary for this post

Separator-blue.png

Other Items Released

More detail is available in this post

  • Introduction of Lightboxes (overlays / modals) for images

  • Increased prominence of Communities in the Primary Navigation

  • Fixed the Upvote bar on mobile devices

  • Fixed the 'Resteems' logic in a user's blog

  • Tags are now remembered when switching communities with a drafted post

  • Fixed ToS wording

  • Improved FAQs wording





 

 

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Taking this opportunity, I would like to thank @the-gorilla on behalf of the entire Ukrainian community. Thanks to him, the implementation of Ukrainian localization became possible. I have dreamed of this event for a long time, but I did not know how to do it. Until @the-gorilla opened the door to the world of progress and positive changes 😃

I sincerely hope that thanks to the new localization, Steemit will gain many new users.

As we slowly upgrade the platform, hopefully existing users will feel more encouraged to invite their friends - or reintroduce those that had lost hope and left 🤞

This was only possible because you took the time to translate a lot of content. Hopefully other country communities will feel motivated to do the same and we can repeat this achievement.

As we slowly upgrade the platform, hopefully existing users will feel more encouraged to invite their friends - or reintroduce those that had lost hope and left 🤞

This was only possible because you took the time to translate a lot of content. Hopefully other country communities will feel motivated to do the same and we can repeat this achievement.

I really the idea to remember the tags even after refreshing the page or switching to any other community.

I like the idea to make the images clickable. But when in a table more than two images are used in a row the icon on the images looks more prominent than the images. Is it possible to remove the icon from the images?

Screenshot_2025-05-14-13-41-52-155_com.android.chrome.png

Oh wow, that looks great!

Which post is that from? I've already implemented a minimum height so could add a minimum width too.

🍀♥️

IMG_20250430_023633_067.jpg

We need some marketing. not some , much .......

That's great marketing.

It's a bit of progress... hopefully there will be more in the future.

Loading...

FYI, I noticed this while working on the Steem Curation Extension:

$ grep past_payouts_curators * 2>/dev/null
en.json: "past_payouts_curators": " - Curators $%(value)s",
es.json: "past_payouts_curators": "Curador $ %(value)s",
fr.json: "past_payouts_curators": "Curateurs: %(value)s$",
it.json: "past_payouts_curators": "- Curatori %(value)s $",
ja.json: "past_payouts_curators": " - キュレーター $%(value)s",
ko.json: "past_payouts_curators": " - 큐레이터 $%(value)s",
pl.json: "past_payouts_curators": "- Kuratorzy $%(value)s",
ru.json: "past_payouts_curators": " - Кураторские $%(value)s",
uk.json: "past_payouts_curators": " - Кураториські $%(value)s",
zh.json.remove: "past_payouts_curators": " - 审查收入 $%(value)s",

Note how some languages have leading whitespace (Italian/Polish), and some don't have hyphen (-) characters at or near the beginning (Spanish and French). I thought you might want to standardize that.