Share experiences.

June 1, 2008

Mysql gui data editing

Filed under: Uncategorized — admin @ 2:43 pm

To edit mysql table data (not table definition but data stored in the table) using

mysql-administrator (part of mysql-gui-tools) one has to install

mysql-query-browser package.

Strange?

For me - yes.

November 2, 2007

What “fuzzy” means - python, django, gettext.

Filed under: Uncategorized — Tags: , — foramber @ 10:44 am

A django application is in process of adding support for second language. During adding translations to the django.po file after next .po file compilation some of previously translated texts were displayed on target site in their original, untranslated form.

Afert usual digging in google’s search results the answer was found: a “#, fuzzy” flag was responsible for not translating my strings.

Fuzzy flag description. In short words: if you are sure that “fuzzy” marked translation is correct simply remove “fuzzy” flag, compile the .po file and you are done.

Powered by WordPress