readme.txt 622 B

123456789101112131415161718192021222324
  1. Copyright 2003 Vladimir Prus
  2. Distributed under the Boost Software License, Version 1.0.
  3. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
  4. This example shows how it is possible to use GNU gettext utilities with
  5. B2.
  6. A simple translation file is compiled and installed as message catalog for
  7. russian. The main application explicitly switches to russian locale and outputs
  8. the translation of "hello".
  9. To test:
  10. bjam
  11. bin/gcc/debug/main
  12. To test even more:
  13. - add more localized strings to "main.cpp"
  14. - run "bjam update-russian"
  15. - edit "russian.po"
  16. - run bjam
  17. - run "main"