Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/tools/build/v2/example/gettext/readme.txt @ 12

Last change on this file since 12 was 12, checked in by landauf, 17 years ago

added boost

File size: 462 bytes
Line 
1
2This example shows how it's possible to used GNU gettext utilities with
3Boost.Build.
4
5A simple translation file is compiled and installed as message catalog for
6russian. The main application explicitly switches to russian locale and
7output the translation of "hello".
8
9To test:
10
11   bjam
12   bin/gcc/debug/main
13
14To test even more:
15
16   - add more localized strings to "main.cpp"
17   - run "bjam update-russian"
18   - edit "russian.po"
19   - run bjam
20   - run "main"
21
Note: See TracBrowser for help on using the repository browser.