[initial-setup] Set up translations properly

Vratislav Podzimek vpodzime at redhat.com
Mon Sep 9 12:09:12 UTC 2013


Patches that make translations in the build process and runtime of the Initial
Setup work properly.

Vratislav Podzimek (2):
  Make handling translations easier
  Make translations work

 .tx/config                                  |  8 +--
 MANIFEST.in                                 |  3 +-
 Makefile                                    | 20 +++++++-
 initial-setup.spec                          |  4 +-
 initial_setup/gui/gui.py                    |  5 +-
 initial_setup/tui/hubs/initial_setup_hub.py |  5 +-
 initial_setup/tui/tui.py                    |  5 +-
 locale/cs_CZ/LC_MESSAGES/initial-setup.po   | 27 ----------
 locale/initial-setup.pot                    | 26 ----------
 po/Makefile                                 | 77 +++++++++++++++++++++++++++++
 po/initial-setup.pot                        | 41 +++++++++++++++
 setup.py                                    | 11 -----
 12 files changed, 153 insertions(+), 79 deletions(-)
 delete mode 100644 locale/cs_CZ/LC_MESSAGES/initial-setup.po
 delete mode 100644 locale/initial-setup.pot
 create mode 100644 po/Makefile
 create mode 100644 po/initial-setup.pot

-- 
1.8.3.1



More information about the anaconda-patches mailing list