Forem Creators and Builders 🌱

Discussion on: తెలుగు language

Collapse
 
9comindia profile image
9comindia • Edited

from: github.com/sporkmonger/addressable

uri = Addressable::URI.parse("http://www.詹姆斯.com/")
uri.normalize
#=> #<Addressable::URI:0xc9a4c8 URI:http://www.xn--8ws00zhy3a.com/>
Enter fullscreen mode Exit fullscreen mode

We seem to be already using the Addressable gem in Forem, but missed or removed the above kind of implementation.

After posting this, I went through the previous articles and came to know that Forem had the multi-language functionality earlier but deprecated.

I could understand the logic behind that decision, but enabling this url part now.. would help the non-english forems for a better SEO.

Request you to please give it a thought, thanks.