Internationalizing 99designs
99designs.com
Internationalizing 99designs
1–10 of 10 posts
Re: Internationalizing 99designs
#2Re: Internationalizing 99designs
#3Great article, I had to do something similar few years back. Good to see some of the ideas we had were the same. Just wait till you have to mirror the site for Arabic etc. That's when it gets fun.
Re: Internationalizing 99designs
#4Re: Internationalizing 99designs
#5if i had to do this now id go to unheap.com and get that jquery plugin that squishes long text into a div without resizing it, squish-it (? or something), i think itd make it so much easier.
for my next project im planning to use squish it and am ignoring translation sizing in my designs from now on
Re: Internationalizing 99designs
#6Great article, I had to do something similar few years back. Good to see some of the ideas we had were the same. Just wait till you have to mirror the site for Arabic etc. That's when it gets fun.
Thanks! Even moving to CJK will be fun, though a right-to-left script sounds like it could break all kinds of layout assumptions.
A favorite solution for varying lengths of content is html's flex box. Luckily I only had to support WebKit.
Re: Internationalizing 99designs
#7Re: Internationalizing 99designs
#8We'll never do it like this again though!
Re: Internationalizing 99designs
#9How can a website nowadays need 9 months to add a new language? I mean good article, but seriously. If you have to refactor your whole codebase to add i18n, you did it very wrong in the first place.
Importantly, the founders choices allowed them to iterate quickly and essentially capture global Anglophone market for our product. If that made i18n a little harder, it was no doubt still a good trade-off to make.
Re: Internationalizing 99designs
#10How can a website nowadays need 9 months to add a new language? I mean good article, but seriously. If you have to refactor your whole codebase to add i18n, you did it very wrong in the first place.