Category "internationalization"

Not allow Korean character(Hangul) for input text

I want to allow typing Latin Characters but I don't want user can type Korean Hangul characters. Please help me answer. Thank you in advance.

Javascript .toLocaleString() returns wrong month?

I’m at a loss here. I need to display a JavaScript date in my locale, but the displayed locale string is off by 1 month in the future. <!DOCTYPE html&

ugettext and ugettext_lazy functions not recognized by makemessages in Python Django

I'm working with Django 1.5.1 and I'm experiencing some "strange behaviour" with translations. I'm using ugettext and ugettext_lazy in the same Python file. If

should changes of translations in django rosetta propagate automatically to frontend?

When I make or alter translations in Rosetta in Django backend, the po and mo files get updated. However, I don't see them directly show up in the frontend. T