lp://staging/~bialix/qbzr/i18n
Created by
Alexander Belchenko
and last modified
- Get this branch:
- bzr branch lp://staging/~bialix/qbzr/i18n
Only
Alexander Belchenko
can upload to this branch. If you are
Alexander Belchenko
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Branch information
Recent revisions
- 146. By Alexander Belchenko
-
Use i18n.gettext() function instea of i18n._() to avoid problems with PDB
- 143. By Alexander Belchenko
-
using custom buttons instead of standard ones (OK,Cancel,
Close,Help)
so we are able to translate labels on buttons. - 142. By Alexander Belchenko
-
build_pot.py: new command-line option --lang allows to select po-files to update with msgmerge
- 139. By Alexander Belchenko
-
format_timestamp: QDateTime object is local variable now, because it's thread-safer
- 138. By Alexander Belchenko
-
convert timestamp to string representation with util.format_
timestamp( ) function.